Difference between revisions of "FAX Modem Troubleshooting Notes"
From OpenEMR Project Wiki
Line 3: | Line 3: | ||
*[http://help.ubuntu.com/community/DialupModemHowto Ubuntu Community Help Wiki - Dialup Modem How To] | *[http://help.ubuntu.com/community/DialupModemHowto Ubuntu Community Help Wiki - Dialup Modem How To] | ||
*[http://www.tldp.org/HOWTO/html_single/Modem-HOWTO/ The Linux Documentation Project - Modem HOW TO] | *[http://www.tldp.org/HOWTO/html_single/Modem-HOWTO/ The Linux Documentation Project - Modem HOW TO] | ||
*[http://linux.about.com/od/mdm_howto/a/hwtmdm_idx.htm About.com - The Linux Modem How To] | |||
<br> | <br> | ||
<br> | <br> |
Revision as of 15:59, 19 May 2014
Ubuntu
General Modem Information
- Ubuntu Community Help Wiki - Dialup Modem How To
- The Linux Documentation Project - Modem HOW TO
- About.com - The Linux Modem How To
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*
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 the Modem
cu
cu -l ttyACM0