Difference between revisions of "FAX Modem Troubleshooting Notes"

From OpenEMR Project Wiki
Line 1: Line 1:
=Ubuntu=
==Install Hylafax==
'''sudo apt-get install hylafax-server hylafax-client'''
<br>
==Finding the Device==
==Finding the Device==
*Look inside "/var/log/dmesg" after plugging in modem.
*Look inside "/var/log/dmesg" after plugging in modem.
Line 10: Line 14:
::lsusb
::lsusb
<br>
<br>
<br>
==Starting & Stopping
*sudo /etc/init.d/hylafax stop

Revision as of 21:46, 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