LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   suse 9.0 modem connection problem (https://www.linuxquestions.org/questions/linux-newbie-8/suse-9-0-modem-connection-problem-204009/)

Burzenlite 07-12-2004 05:23 AM

suse 9.0 modem connection problem
 
Hi,


Can anyone help. I have a conexant hsf internal modem; and this is the connection log. suse 9.0 2.4.21 installed.



SuSE Meta pppd (smpppd-ifcfg), Version 1.06 on linux.
Status is: disconnected
trying to connect to smpppd
connect to smpppd
Status is: disconnected
Status is: connecting
pppd[0]: Plugin passwordfd.so loaded.
pppd[0]: --> WvDial: Internet dialer version 1.42
pppd[0]: --> Initializing modem.
pppd[0]: --> Sending: ATZ
pppd[0]: ATZ
pppd[0]: OK
pppd[0]: --> Sending: AT Q0 V1 E1 S0=0 &C1 &D2 +FCLASS=0
pppd[0]: AT Q0 V1 E1 S0=0 &C1 &D2 +FCLASS=0
pppd[0]: OK
pppd[0]: --> Sending: ATM1
pppd[0]: ATM1
pppd[0]: OK
pppd[0]: --> Modem initialized.
pppd[0]: --> Sending: ATDT6989701
pppd[0]: --> Waiting for carrier.
pppd[0]: ATDT6989701
pppd[0]: CONNECT 115200
pppd[0]: --> Carrier detected. Chatmode finished.
pppd[0]: Serial connection established.
pppd[0]: Using interface ppp0
pppd[0]: Connect: ppp0 <--> /dev/ttyS0
pppd[0]: Remote message: Authentication failure
pppd[0]: PAP authentication failed
Authentication error. Maybe bad account or password.
pppd[0]: Connection terminated.
pppd[0]: Hangup (SIGHUP)
Status is: disconnected
pppd[0] died: Authentication error (exit code 19)

JZL240I-U 07-12-2004 07:28 AM

Re: suse 9.0 modem connection problem
 
Quote:

Originally posted by Burzenlite
...
pppd[0]: Serial connection established.
pppd[0]: Using interface ppp0
pppd[0]: Connect: ppp0 <--> /dev/ttyS0
pppd[0]: Remote message: Authentication failure
pppd[0]: PAP authentication failed
...
pppd[0] died: Authentication error (exit code 19)

Most probably your username and/or password is wrong (the connection was correctly established, your authentication had no success).

Check them, check also the home page of your provider whether they changed something (happened to me only recently...), and have a look at the protocol, there is PAP and CHAP, use PAP as requested by your provider.

Burzenlite 07-12-2004 11:20 PM

Thanks for help
 
ok,


I checked my login/pass and its correct. Theres an option for something called stupid mode
i disabled it. And now I get a response form the isp but still the connection drops. I'm so close to getting on the net with my linux now that I got the dam modem drivers

JZL240I-U 07-13-2004 02:59 AM

Re: Thanks for help
 
Quote:

Originally posted by Burzenlite
...And now I get a response form the isp but still the connection drops. ...
According to your last post you got one before:

"pppd[0]: Remote message: Authentication failure"

which simply meant that you are not authorized to connect (with the password and username you used). Please post the new (error) message from your provider.

Burzenlite 07-14-2004 03:39 PM

new connection log
 
hi,

this is the connection log i get now.

SuSE Meta pppd (smpppd-ifcfg), Version 1.06 on linux.
Status is: disconnected
trying to connect to smpppd
connect to smpppd
Status is: disconnected
Status is: connecting
pppd[0]: Plugin passwordfd.so loaded.
pppd[0]: --> WvDial: Internet dialer version 1.42
pppd[0]: --> Initializing modem.
pppd[0]: --> Sending: ATZ
pppd[0]: ATZ
pppd[0]: OK
pppd[0]: --> Sending: AT Q0 V1 E1 S0=0 &C1 &D2 +FCLASS=0
pppd[0]: AT Q0 V1 E1 S0=0 &C1 &D2 +FCLASS=0
pppd[0]: OK
pppd[0]: --> Sending: ATM1
pppd[0]: ATM1
pppd[0]: OK
pppd[0]: --> Modem initialized.
pppd[0]: --> Sending: ATDT8429144
pppd[0]: --> Waiting for carrier.
pppd[0]: ATDT8429144
pppd[0]: NO CARRIER
pppd[0]: --> No Carrier! Trying again.
pppd[0]: --> Sending: ATDT8429144
pppd[0]: --> Waiting for carrier.
pppd[0]: ATDT8429144
pppd[0]: CONNECT 57600
pppd[0]: --> Carrier detected. Waiting for prompt.
pppd[0]: Welcome to ISP West
pppd[0]: login:
pppd[0]: --> Looks like a login prompt.
pppd[0]: --> Sending: xxxxxxxxx
pppd[0]: xxxxxxxxx
pppd[0]: Password:
pppd[0]: --> Looks like a password prompt.
pppd[0]: --> Sending: (password)
pppd[0]: Login invalid: invalid user name/password pair.
pppd[0]: login:
pppd[0]: --> Looks like a login prompt.
pppd[0]: --> Sending: xxxxxxxxx
pppd[0]: xxxxxxxxx
pppd[0]: Password:
pppd[0]: --> Looks like a password prompt.
pppd[0]: --> Sending: (password)
pppd[0]: Login invalid: invalid user name/password pair.
pppd[0]: login:
pppd[0]: --> Looks like a login prompt.
pppd[0]: --> Sending: xxxxxxxxx
pppd[0]: --> Don't know what to do! Starting pppd and hoping for the best.
pppd[0]: Serial connection established.
pppd[0]: Using interface ppp0
pppd[0]: Connect: ppp0 <--> /dev/modem
pppd[0]: PAP authentication failed
Authentication error. Maybe bad account or password.
pppd[0]: Hangup (SIGHUP)
pppd[0]: Modem hangup
pppd[0]: Connection terminated.
Status is: disconnected
pppd[0] died: A modem hung up the phone (exit code 16)

JZL240I-U 07-15-2004 01:58 AM

Re: new connection log
 
Yeah, well, it says it all. But first

Quote:

Originally posted by Burzenlite
...
pppd[0]: --> Sending: ATDT8429144
pppd[0]: --> Waiting for carrier.
pppd[0]: ATDT8429144
pppd[0]: NO CARRIER
pppd[0]: --> No Carrier! Trying again.
pppd[0]: --> Sending: ATDT8429144
pppd[0]: --> Waiting for carrier.
pppd[0]: ATDT8429144
pppd[0]: CONNECT 57600
....

this: you are dialling before the line is up. Go to yast and there to modems. In the popup dialogue you will find a checkbox labelled like "Wait for signal from Carrier" or some such. Check that and finish the dialogue.

To your original question notice this:

Quote:

Originally posted by Burzenlite
...
pppd[0]: Login invalid: invalid user name/password pair.
...
pppd[0]: PAP authentication failed
Authentication error. Maybe bad account or password.
...

PAP = Password Authentication Protocol

So from the point of view of your provider your login-combination of password and username is invalid.

Gah, I'm fighting the same battle and have not won (yet). :(

I called kppp from a terminal then (as root / after su, or one has to set the permissions in /usr/kde3/share/...). You will have to set kppp up (give it the necessary parameters) but then you can monitor your connection and modem to find out whether they work and when you have a connection you can start your browser and highjack the line as a substitute until the time you get Kinternet working as it should.

[Addendum]
My problem was the stupid mode :rolleyes: which must be set to yes.
Why don't you toggle the PAP / CHAP authentication and the mode for an experiment? That's 4 settings to try, perhaps one works ... and please post your solution :).


All times are GMT -5. The time now is 08:11 AM.