LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Hardware (https://www.linuxquestions.org/questions/linux-hardware-18/)
-   -   how to turn USB 2.0 dial up external modem sound on? (https://www.linuxquestions.org/questions/linux-hardware-18/how-to-turn-usb-2-0-dial-up-external-modem-sound-on-914403/)

shams 11-19-2011 10:53 AM

how to turn USB 2.0 dial up external modem sound on?
 
Hi,
I am using dial up USB 2.0 external fax modem in debian squeeze to connect to my isp with pon scripts, the problem is modem run silent and there is no sound so i don't know the connection established or not, how i can turn these sounds on?

davemguru 11-19-2011 03:34 PM

You need to issue the required modem "AT" commands which are "ATM1" and "ATL2" for "sound on until carrier" and "loud volume" respectively.
If you use "pppconfig" - then the folder /etc/chatscripts is a good place to start. There should be an example script called "pap" which shows some "AT" commands being issued.
"ATDT" is the dial command. The phone number string is appended to it. So a phone number of "123456" would become "ATDT123456".
You could - add your commands to this script - by changing the ATDT command to be "ATM1L2DT".

"pon" and "poff" are more "sort of" diagnostic tools. Have a look at http://www.debian.org/doc/manuals/de...ppp_connection 5.4.3. The PPP connection with pppconfig

Dave


All times are GMT -5. The time now is 03:52 PM.