Difference between revisions of "FAX Modem Troubleshooting Notes"

From OpenEMR Project Wiki
Line 13: Line 13:
*[https://help.ubuntu.com/community/DialupModemHowto/ScanModem Ubuntu Community Help Wiki - Scan Modem]
*[https://help.ubuntu.com/community/DialupModemHowto/ScanModem Ubuntu Community Help Wiki - Scan Modem]
<br>
<br>
<pre>
<pre style="font-size: 130%;">
wget "http://132.68.73.235/linmodems/packages/scanModem.gz"
wget "http://132.68.73.235/linmodems/packages/scanModem.gz"
gunzip scanModem.gz
gunzip scanModem.gz
Line 22: Line 22:


====wvdialconf====
====wvdialconf====
<pre>
<pre style="font-size: 130%;">
sudo apt-get install wvdial
sudo apt-get install wvdial
sudo wvdialconf /etc/wvdial.conf
sudo wvdialconf /etc/wvdial.conf
Line 31: Line 31:


====setserial====
====setserial====
setserial -g /dev/ttyS*
<pre style="font-size: 130%;">
setserial -g /dev/ttyS*
<pre style="font-size: 130%;">


<br>
<br>

Revision as of 04:32, 1 June 2014

Ubuntu

General Modem Information



Modem Troubleshooting Software

scanModem

Software that scans modem, identifies it, and gives instructions on how to configure it.


wget "http://132.68.73.235/linmodems/packages/scanModem.gz"
gunzip scanModem.gz
chmod +x scanModem
sudo ./scanModem
gedit Modem/ModemData.txt

wvdialconf

sudo apt-get install wvdial
sudo wvdialconf /etc/wvdial.conf
less /etc/wvdial.conf


setserial

setserial -g /dev/ttyS*
<pre style="font-size: 130%;">

<br>
<br>

==Finding the Device==
====dmesg====
<pre style="font-size: 130%;">
dmesg | grep tty



  • 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 the Modem

cu

cu -l ttyACM0