Results 1 to 2 of 2
I'm not sure if this is the right section for this, so forgive me if its in the wrong place. (i'm all new to this site and Suse.)
I have ...
Enjoy an ad free experience by logging in. Not a member yet? Register.
- 03-09-2006 #1Just Joined!
- Join Date
- Mar 2006
- Location
- Minnesota
- Posts
- 1
Dial up connections on Suse 10.0
I'm not sure if this is the right section for this, so forgive me if its in the wrong place. (i'm all new to this site and Suse.)
I have managed to install Suse 10.0 and my machine dual boots very nicely, the only thing is that i cant connect to the net using Suse.
i keep geeting an error likek this in the log file.
trying to connect: smpppd
connecting to smpppd
Status: Dis connected
Status: connecting
Status: Dis connected
pppd[0] died. pppd options error (Exit Code 2)
If anyone could help me through this i would greatly appreiciate it.
- 03-14-2006 #2
Try this first:
In the file '/etc/ppp/options' there should be a line something like:
Instead of 'modem', it could possibly be something like 'ttySxx', where 'xx' is a number.Code:/dev/modem 57600
If you cannot find either of these, can you post the output of the command (as root)?:
If it is 'modem', make sure there is a soft link '/dev/modem' pointing to the actual modem device.Code:grep -v "^#" /etc/ppp/options | grep -v '^$'
If you don't know the actual modem device, issue this command:
and post the output, or look for a 'Device File:' line.Code:/usr/sbin/hwinfo --modem
If all of this checks out, post back and we'll keep going...


Reply With Quote
