FedoraThis forum is for the discussion of the Fedora Project.
Notices
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
External modem. The modem and its cable have no problem. I tested them on a FC2 box which also has an external modem of same model. I exchanged them. Both modems worked on FC2 without problem.
I was trying to solve the problem of unable to dial ISP and came to this dead knot. Before I can start KPPP as USER on KDE desktop
KStart -> Internet -> KPPP
popup for password. After keying password, KPPP login screen started. I can query modem but failed to dail. I tried more than 3 days without a solution.
Now even
KStart -> System Settings -> Network
failed to popup request for password
Serial port connect to (Windows com 1) /dev/ttyS0 and (Windows com 2) /dev/ttyS1. The symbolic link /dev/modem should point to which port it is attached to.
You should have a program called wvdial installed, I think.
su - to become root and try this command:
wvdialconf /etc/wvdial.conf
Is the modem found and configured? Examine the file /etc/wvdial.conf and put the information for your isp in that file and save. Then the command, as root,
wvdial
should connect you if your /etc/resolv.conf has the proper nameserver numbers in it.
This is not my first time to setup KPPP. I did it several times before but never coming to this deadknot.
The external modem is connected to Com1. This PC has another mobile HD running M$WinXP. I just tested the modem on M$WinXP. It worked without problem, dialing and connected to ISP finally.
On Fedora Core 3
KPPP started, modem initialized but failing to dial. The login screen was just hanging there without dialing and finally closed automatically.
Quote:
You should have a program called wvdial installed, I think.
--> WvDial: Internet dialer version 1.54.0
--> Initializing modem.
--> Sending: ATZ
ATZ
OK
--> Sending: ATQ0 V1 E1 S0=0 &C1 &D2 +FCLASS=0
ATQ0 V1 E1 S0=0 &C1 &D2 +FCLASS=0
OK
--> Modem initialized.
--> Configuration does not specify a valid phone number.
--> Configuration does not specify a valid login name.
--> Configuration does not specify a valid password.
I tried stoping the broadband and comment out both of the them. But situation remained unchagned unable to dail. The lights of modem were blinking. ISP phone number, login and password rechecked and found correct.
The semicolons in /etc/wvdial.conf may be your problem.
Once that is corrected and the correct dial up numbers for your ISPs nameservers are in /etc/resolv.conf, then the command wvdial as root should connect.
Make a symbolic link to point to /dev/ttyS0
ln -s /dev/ttyS0 /dev/modem
Then the redhat-config-network utility in the Gnome gui should set it up so the user can bring dialup up and down.
Last edited by fancypiper; 05-11-2005 at 09:40 AM.
At least you can now connect through a root x terminal.
The networking commands may not be installed (you can pick and choose with the expert install, sometimes the default doesn't install things I expect to have) and there may have been some initial bugs in the install, so I suggest that you now:
Check the Fedora site and see if there is an erratta or change in their networking stuff (I still use core 1).
Check out the Fedora Core 3 Tips and Tricks and make sure you are fully updated and how they now do their network stuff. FC1 had an "internet connection wizard" in something called "start here" with the nautilus file manager.
1. Configure your software managers and some simple commands will update, install software with dependency resolution, etc. Personally, I like a combination of up2date and yum the best as they seem to have more stuff available and they just out performe the apt-get.
Good luck and now enjoy some new and awesome power.
Last edited by fancypiper; 05-11-2005 at 11:56 AM.
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.