Difference between revisions of "FAX Modem Troubleshooting Notes"

From OpenEMR Project Wiki
Line 18: Line 18:
*sudo /etc/init.d/hylafax stop
*sudo /etc/init.d/hylafax stop
*sudo /etc/init.d/hylafax start
*sudo /etc/init.d/hylafax start
<br>
==Testing==
*Send a Test FAX
::'''sendfax -n -d 8139572465 /usr/share/doc/hylafax-server/copyright'''


<br>
<br>

Revision as of 21:48, 18 May 2014

Ubuntu

Install Hylafax

sudo apt-get install hylafax-server hylafax-client

Finding the Device

  • Look inside "/var/log/dmesg" after plugging in modem.
Device should start with "tty".
cat /var/log/dmesg | grep tty
ps -lax | grep getty



  • List USB Devices
lsusb



Starting & Stopping

  • sudo /etc/init.d/hylafax stop
  • sudo /etc/init.d/hylafax start


Testing

  • Send a Test FAX
sendfax -n -d 8139572465 /usr/share/doc/hylafax-server/copyright