From d2a586b4cefc4798367c02631ee2c00564f494bd Mon Sep 17 00:00:00 2001 From: Sevan Janiyan Date: Sun, 15 Jan 2017 02:55:29 +0000 Subject: Direct reader to install packages first. Approved by: bcr (mentor) Differential Revision: https://reviews.freebsd.org/D9175 --- en_US.ISO8859-1/books/handbook/multimedia/chapter.xml | 17 ++++++++++++++++- 1 file changed, 16 insertions(+), 1 deletion(-) (limited to 'en_US.ISO8859-1/books/handbook') diff --git a/en_US.ISO8859-1/books/handbook/multimedia/chapter.xml b/en_US.ISO8859-1/books/handbook/multimedia/chapter.xml index 1838ec2c2a..15d86a1163 100644 --- a/en_US.ISO8859-1/books/handbook/multimedia/chapter.xml +++ b/en_US.ISO8859-1/books/handbook/multimedia/chapter.xml @@ -1338,7 +1338,11 @@ bktr0: Pinnacle/Miro TV, Philips SECAM tuner. Setting up the MythTV Backend - To install MythTV using the port: + To install MythTV using binary packages: + + &prompt.root; pkg install mythtv + + Alternatively, to install from the Ports Collecton: &prompt.root; cd /usr/ports/multimedia/mythtv &prompt.root; make install @@ -1486,6 +1490,17 @@ Re-scan of bus 3 was successful graphics/xsane installs xsane. + To install the two parts from binary packages: + + &prompt.root; pkg install sane sane-frontends + + Alternatively, to install from the Ports Collection + + &prompt.root; cd /usr/ports/graphics/sane-frontends +&prompt.root; make install clean +&prompt.root; cd /usr/ports/graphics/xsane +&prompt.root; make install clean + After installing the graphics/sane-backends port or package, use sane-find-scanner to check the scanner -- cgit v1.2.3