Difference between revisions of "FAX Modem Troubleshooting Notes"

From OpenEMR Project Wiki
Line 15: Line 15:
<br>
<br>
<br>
<br>
==Starting & Stopping
==Starting & Stopping==
*sudo /etc/init.d/hylafax stop
*sudo /etc/init.d/hylafax stop
*sudo /etc/init.d/hylafax start
<br>

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