Difference between revisions of "FAX Modem Troubleshooting Notes"
From OpenEMR Project Wiki
(→cu) |
|||
Line 67: | Line 67: | ||
====cu==== | ====cu==== | ||
<pre style="font-size: 130%;"> | <pre style="font-size: 130%;"> | ||
cu -l ttyACM0 | sudo cu -l ttyACM0 | ||
</pre> | </pre> | ||
<br> | <br> | ||
{| style="margin: 0 2em 0 2em;" | |||
|- | |||
| width="100" | <tt style="font-size: 120%">~</tt> | |||
| width="300" | Escape key. | |||
|- | |||
| <tt style="font-size: 120%">~.</tt> | |||
| Terminate session. | |||
|- | |||
| <tt style="font-size: 120%">~.</tt> | |||
| Terminate session. | |||
|- | |||
| <tt style="font-size: 120%">~?</tt> | |||
| List escape commands. | |||
|- | |||
| <tt style="font-size: 120%">~v</tt> | |||
| List variables. | |||
|- | |||
| <tt style="font-size: 120%">ATE1</tt> | |||
| Enable echo. | |||
|- | |||
| <tt style="font-size: 120%">ATE0</tt> | |||
| Disable echo | |||
|- | |||
| <tt style="font-size: 120%">ATD5551212</tt> | |||
| Dial 555-1212. | |||
|- | |||
| <tt style="font-size: 120%">ATH</tt> | |||
| Hangup. | |||
|- | |||
| <tt style="font-size: 120%">AT</tt> | |||
| | |||
|} |
Revision as of 05:10, 1 June 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* <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
sudo cu -l ttyACM0
~ | Escape key. |
~. | Terminate session. |
~. | Terminate session. |
~? | List escape commands. |
~v | List variables. |
ATE1 | Enable echo. |
ATE0 | Disable echo |
ATD5551212 | Dial 555-1212. |
ATH | Hangup. |
AT |