I hate to take up space here, but I just can't figure this out on my own. I'm a total noob when it comes to Linux. I've installed a few different distros (SuSE, RH 7.3 & 8, finally Mandrake 9) and love almost everything about Mandrake. The only thing is that it won't recognize my USR (5610 -- all hardware, not win-) modem -- a modem that RH 7.3 and 8 had no problem recognizing.
I've tried everything I can think of, including moving the modem to a different PCI slot and nothing's worked. The best I can figure out (using wvdialdonfig) is that the modem is set on ttyS4, but Kppp only goes up to ttyS3.
I'm not running any other kind of network device.
Anyone else have this problem or know how to fix it? To be honest, this is the one thing keeping me from using Linux more, possibly even close to full time. If I can get this working, I think I'll be able to stay away from my M$ partitions for a while :)
Thanks for considering the help!
--Darrel
Page 1 of 1
Won't Initialize USR Modem
#2
Posted 04 December 2002 - 05:33 AM
try setting ttyS4 in linuxconf. I know the 5610B works in 9.0 because I had it. I burned it up like an idiot :shock: I didn't use kppp though, I use my own scripts, and wvdial as a backup, only because wvdial was already set up and installed from my current modem. With wvdial you can specify /dev/ttyS4, and be done with it. Or, make your own scripts.
http://axion.physics.../ppp-linux.html
I could email you the one's I used.
http://axion.physics.../ppp-linux.html
I could email you the one's I used.
#3 Guest_enckwanzer_*
Posted 04 December 2002 - 04:32 PM
Thanks for the reply! I'm a bit confused, however. What do you mean by "try setting ttyS4 in linuxconf"? Also, is there any way I can set the modem to work off </dev/modem> by setting it (/dev/modem) as an alias or link to ttyS4? I only ask because a graphical interface is the only way I'll ever be able to get my spouse to use Linux.
The rest of the setup went so well; I don't know why it's giving me so much grief with this.
Thanks again.
--Darrel
The rest of the setup went so well; I don't know why it's giving me so much grief with this.
Thanks again.
--Darrel
#4
Posted 04 December 2002 - 11:22 PM
slap me :shock: I guess it's been so long since I've used /dev/modem and it was late, the symlink /dev/modem slipped my mind. In a terminal (as root)
ln -s /dev/modem /dev/ttyS4
then tell kppp to use /dev/modem. Sorry again :oops:
ln -s /dev/modem /dev/ttyS4
then tell kppp to use /dev/modem. Sorry again :oops:
#5 Guest_enckwanzer_*
Posted 05 December 2002 - 01:14 PM
Thanks for the tip! For some reason, I couldn't get to work. But...
After loging in as root and deleting the /dev/modem file, I was able to get the command to work by reversing the files:
I don't understand it, I just know that it's now working just fine. Of course, that didn't stop my spouse from freaking out a little when she went to the computer and XP wasn't on the desktop :D
Thanks again for all the help.
Quote
ln -s /dev/modem /dev/ttyS4
After loging in as root and deleting the /dev/modem file, I was able to get the command to work by reversing the files:
Quote
ln -s /dev/ttyS4 /dev/modem
I don't understand it, I just know that it's now working just fine. Of course, that didn't stop my spouse from freaking out a little when she went to the computer and XP wasn't on the desktop :D
Thanks again for all the help.
#6
Posted 05 December 2002 - 11:59 PM
Quote
Thanks for the tip! For some reason, I couldn't get ln -s /dev/modem /dev/ttyS4 to work
Quote
that didn't stop my spouse from freaking out a little when she went to the computer and XP wasn't on the desktop
#7 Guest_enckwanzer_*
Posted 06 December 2002 - 12:20 AM
I don't know why this keeps giving me so much trouble, but...
Everytime I restart the computer, it undoes everything I do (with respect to the modem). To fix it, I have to log in as root, delete /dev/modem and re-establish the link; but when I restart the computer, it resets again (/dev/modem resets itself to link to dev/ttyS3, which is nothing).
Do you know how I can fix this aspect of the problem?
Thanks for continuing to help out a noob :)
Everytime I restart the computer, it undoes everything I do (with respect to the modem). To fix it, I have to log in as root, delete /dev/modem and re-establish the link; but when I restart the computer, it resets again (/dev/modem resets itself to link to dev/ttyS3, which is nothing).
Do you know how I can fix this aspect of the problem?
Thanks for continuing to help out a noob :)
#8
Posted 06 December 2002 - 12:33 AM
The easiest, and fastest would be to put
ln -s /dev/ttyS4 /dev/modem
in
/etc/rc.d/rc.local
I'm sure there's a "proper" way, but I don't know what.
ln -s /dev/ttyS4 /dev/modem
in
/etc/rc.d/rc.local
I'm sure there's a "proper" way, but I don't know what.
Share this topic:
Page 1 of 1

Help
MultiQuote








