Difference between revisions of "FreeBSD Start Guide"
(Remove FreeBSD 8.x and 'Current version' specifics because things become stale quick, confusing users) |
(Update references to ghostscipt8 -> ghostscript9 & Add 'Notes' section) |
||
Line 1: | Line 1: | ||
− | ==FreeBSD Hylafax | + | ==FreeBSD Hylafax Quick Install== |
We need to install following ports: | We need to install following ports: | ||
− | * | + | *print/ghostscript9-nox11 |
− | * | + | *shells/bash |
− | * | + | *comms/hylafax |
− | cd /usr/ports/print/ | + | cd /usr/ports/print/ghostscript9-nox11 |
make install clean | make install clean | ||
Line 33: | Line 33: | ||
*configuration file for cuau0 modem : config.cuau0 | *configuration file for cuau0 modem : config.cuau0 | ||
+ | ==Notes== | ||
FreeBSD 8.0 [amd64, i386] The uart(4) driver is now the default driver for serial port devices in favor of the sio(4) driver. Note that the device nodes have been renamed from /dev/cuadN and /dev/ttydN to /dev/cuauN and /dev/ttyuN. | FreeBSD 8.0 [amd64, i386] The uart(4) driver is now the default driver for serial port devices in favor of the sio(4) driver. Note that the device nodes have been renamed from /dev/cuadN and /dev/ttydN to /dev/cuauN and /dev/ttyuN. |
Revision as of 05:36, 17 February 2013
FreeBSD Hylafax Quick Install
We need to install following ports:
- print/ghostscript9-nox11
- shells/bash
- comms/hylafax
cd /usr/ports/print/ghostscript9-nox11 make install clean cd /usr/ports/shells/bash make install clean cd /usr/ports/comms/hylafax make install clean
Configuration
- run hylafax setup:
/usr/local/sbin/faxsetup
- run modem setup for each modem
( serial port : COM1=cuau0, COM2=cuau1 )
/usr/local/sbin/faxaddmodem
Autorun
to make sure the hylafax start with system edit /etc/rc.conf and add:
hylafax_enable="YES"
Information
- config directory : /var/spool/hylafax/etc
- configuration file for cuau0 modem : config.cuau0
Notes
FreeBSD 8.0 [amd64, i386] The uart(4) driver is now the default driver for serial port devices in favor of the sio(4) driver. Note that the device nodes have been renamed from /dev/cuadN and /dev/ttydN to /dev/cuauN and /dev/ttyuN.