LinuxQuestions.org
Welcome to the most active Linux Forum on the web.
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Software
User Name
Password
Linux - Software This forum is for Software issues.
Having a problem installing a new program? Want to know which application is best for the job? Post your question in this forum.

Notices


Reply
  Search this Thread
Old 04-02-2009, 05:41 PM   #1
Ted Asner
LQ Newbie
 
Registered: Mar 2009
Posts: 6

Rep: Reputation: 0
Gnome ppp usr 5637 modem issue-- fax? Beep on dial out


I just installed a US Robotics 5637 external modem on Ubuntu 8.1. It was detected without problem and shows dev/ttyACMO as the device on the Gnome PPP settings. The init string shows as
ATQ0 V1 E1 SO=0 &C1 &D2 +FCLASS=0

When I use it to dial a number, it connects to the number but also sounds a beep about every second or so that I think may be related to making a fax call. I'm a bit of newbie at this, so I'm not sure what it is.

Is there some way to avoid this beep?
TIA
Ted Asner
 
Old 04-04-2009, 03:58 AM   #2
Junior Hacker
Senior Member
 
Registered: Jan 2005
Location: North America
Distribution: Debian testing Mandriva Ubuntu
Posts: 2,687

Rep: Reputation: 61
I use wvdial, but since Gnome ppp was only 84kb, I installed it and tried it out with the same modem and same OS. I'm on a Dell XPS Gen2 laptop, no beeping here. Have you tried different USB ports?
 
Old 04-05-2009, 01:33 PM   #3
Ted Asner
LQ Newbie
 
Registered: Mar 2009
Posts: 6

Original Poster
Rep: Reputation: 0
Thanks much. By accident, while trying different setups, I cancelled the Gnome PPP screen after it had connected and was ringing a number. The beeping disappeared. It's a quick workaround.

wvdial according to what I've read seems to be the program that GPPP is based on. Does it work the same way, or is it better? For instance does it let you store many numbers that caqn be dialed with not much more than a click or two? If it's not already available on Ubuntu 8.1, where is it?

As long as I seem to be picking the brain of a rather experienced user in this area, I think there is no Fax program like I use on a Windows machine (Mighty Fax or eFax) available on Linux short of paying a monthly fee to eFax or some such, which isn't much of a choice since I send perhaps 3 or 4 faxes a year.

If this all is too demanding, let me know or ignore it. ;-)
Thanks again.
 
Old 04-05-2009, 08:36 PM   #4
Junior Hacker
Senior Member
 
Registered: Jan 2005
Location: North America
Distribution: Debian testing Mandriva Ubuntu
Posts: 2,687

Rep: Reputation: 61
Quote:
wvdial according to what I've read seems to be the program that GPPP is based on. Does it work the same way, or is it better? For instance does it let you store many numbers that caqn be dialed with not much more than a click or two? If it's not already available on Ubuntu 8.1, where is it?
Rumour has it...yes, Gnome-ppp uses wvdial as it's backend. Wvdial is command line, Gnome-ppp is a front end (GUI). Below is what the /etc/wvdial.conf file looks like if you've never configured wvdial:
Code:
[Dialer Defaults]
Phone = 
Username = 
Password = 
New PPPD = yes
If your /etc/wvdial.conf file looks similar to the one below, then that confirms Gnome-ppp uses wvdial, also, check in synaptic via System/Administration to see if wvdial is installed. It is possible that Gnome-ppp just uses/creates the /etc/wvdial.conf file even if wvdial is not installed, I've set up dial-up networking through networking in Fedora Core 6 without installing wvdial and it used/created the wvdial.conf file:
Code:
[Dialer Defaults]
Init1 = ATZ
Init2 = ATQ0 V1 E1 S0=0 &C1 &D2 +FCLASS=0
Modem Type = USB Modem
Baud = 460800
New PPPD = yes
Modem = /dev/ttyACM0
ISDN = 0
Phone = 1234567890
#Phone = 0987654321
Password = pass
#Password = otherpass
#Username = otherusername
Username = myusername
To install wvdial you would need to update your repository information with command: sudo apt-get update or by hitting the reload switch in synaptic which is a GUI front end for apt, then you would see it as an available application in synaptic's lists, or you could install it and it's dependencies from command line with command: sudo apt-get install wvdial.
If you need to use different ISP phone numbers, it may just be easier to make the necessary changes in the Gnome-ppp window. In the complete /etc/wvdial.conf file example I posted above I edited it to reflect your question by adding another number, the one with a hash (#) at the beginning will not be used, in order to use a different number you would need to issue command: sudo gedit /etc/wvdial.conf to open the wvdial.conf file in an editor as super user and remove the hash in front of the number you want to use, then add a hash to the number you don't want to use, hit save and run wvdial to dial out.
If you really want to try wvdial, you just need to install it, run command: sudo wvdialconf /etc/wvdial.conf to have it configure things and create the /etc/wvdial.conf file, edit the file to add ISP information, then issue command: sudo wvdial to dial out.

Also, open System/Administration/Synaptic_Package_Manager and put 'modem dialer' in the Quick search field at the top to see what all dialers are available. I don't fax from computer as it's not always running and I have a $300.00 Brother fax machine. Mgetty may be the application you are looking for.
 
  


Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Debian Sarge with USR External 56K Fax modem (command line help) phatboyz Linux - Hardware 0 01-22-2007 03:53 PM
Dial-In PPP dial-in server/ Cable-modem & LAN / Setting up "dannyboyOnline" dannyboy259 Linux - Networking 2 01-12-2007 01:40 AM
Dial up modem with data/fax/voice for both Windows and Linux ForYouAndI.com Linux - Hardware 2 09-09-2006 09:13 AM
Will USR Sportster 56k Data Fax ISA modem work with linux? andrewstr Linux - Hardware 24 02-23-2004 10:52 PM
Can't dial with gnome-ppp pen^2 Linux - General 2 11-05-2003 07:15 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Software

All times are GMT -5. The time now is 01:47 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration