ok i’m a dingbat, there were ; in front of username and password. Now goes through and has a new error message, here goes:
linux-l9b2:/home/star # wvdial
–> WvDial: Internet dialer version 1.60
–> Cannot get information for serial port.
–> Initializing modem.
–> Sending: ATZ
OK
–> Sending: ATQ0 V1 E1 &D2 +FCLASS=0
ATQ0 V1 E1 &D2 +FCLASS=0
OK
–> Modem initialized.
–> Idle Seconds = 300, disabling automatic reconnect.
–> Sending: ATDT99#
–> Waiting for carrier.
ATDT99#
CONNECT
–> Carrier detected. Starting PPP immediately.
–> Starting pppd at Sat Jul 4 15:24:52 2009
–> Pid of pppd: 4216
–> Using interface ppp0
–> pppd: �/[01]�8�[06][08](�[06][08]
–> pppd: �/[01]�8�[06][08](�[06][08]
–> Disconnecting at Sat Jul 4 15:26:53 2009
–> The PPP daemon has died: A modem hung up the phone (exit code = 16)
–> man pppd explains pppd error codes in more detail.
–> Try again and look into /var/log/messages and the wvdial and pppd man pages for more information.
man pppd’s highly useful explaining of the error code:
16 The link was terminated by the modem hanging up.
/var/log/messages:
Jul 4 15:24:52 linux-l9b2 pppd[4216]: Plugin passwordfd.so loaded.
Jul 4 15:24:52 linux-l9b2 kernel: PPP generic driver version 2.4.2
Jul 4 15:24:52 linux-l9b2 pppd[4216]: pppd 2.4.5 started by root, uid 0
Jul 4 15:24:52 linux-l9b2 pppd[4216]: Using interface ppp0
Jul 4 15:24:52 linux-l9b2 pppd[4216]: Connect: ppp0 <–> /dev/ttyUSB1
Jul 4 15:26:07 linux-l9b2 kernel: [drm:i915_getparam] ERROR Unknown parameter 5
Jul 4 15:26:52 linux-l9b2 pppd[4216]: LCP: timeout sending Config-Requests
Jul 4 15:26:52 linux-l9b2 pppd[4216]: Connection terminated.
Jul 4 15:26:52 linux-l9b2 pppd[4216]: Receive serial link is not 8-bit clean:
Jul 4 15:26:52 linux-l9b2 pppd[4216]: Problem: all had bit 7 set to 0
Jul 4 15:26:52 linux-l9b2 pppd[4216]: Modem hangup
Jul 4 15:26:52 linux-l9b2 pppd[4216]: Exit.
Trying with wvdial Defaults:
linux-l9b2:/home/star # wvdial Defaults
–> WvDial: Internet dialer version 1.60
–> Cannot get information for serial port.
–> Initializing modem.
–> Sending: ATZ
ATZ
OK
–> Sending: ATQ0 V1 E1 &D2 +FCLASS=0
ATQ0 V1 E1 &D2 +FCLASS=0
OK
–> Modem initialized.
–> Idle Seconds = 300, disabling automatic reconnect.
–> Sending: ATDT99#
–> Waiting for carrier.
ATDT99#
^BOOT:34502031,0,0,0,6
^CCaught signal 2: Attempting to exit gracefully…
–> Disconnecting at Sat Jul 4 15:43:20 2009
/var/log/messages
Jul 4 15:24:52 linux-l9b2 pppd[4216]: Plugin passwordfd.so loaded.
Jul 4 15:24:52 linux-l9b2 kernel: PPP generic driver version 2.4.2
Jul 4 15:24:52 linux-l9b2 pppd[4216]: pppd 2.4.5 started by root, uid 0
Jul 4 15:24:52 linux-l9b2 pppd[4216]: Using interface ppp0
Jul 4 15:24:52 linux-l9b2 pppd[4216]: Connect: ppp0 <–> /dev/ttyUSB1
Jul 4 15:26:07 linux-l9b2 kernel: [drm:i915_getparam] ERROR Unknown parameter 5
Jul 4 15:26:52 linux-l9b2 pppd[4216]: LCP: timeout sending Config-Requests
Jul 4 15:26:52 linux-l9b2 pppd[4216]: Connection terminated.
Jul 4 15:26:52 linux-l9b2 pppd[4216]: Receive serial link is not 8-bit clean:
Jul 4 15:26:52 linux-l9b2 pppd[4216]: Problem: all had bit 7 set to 0
Jul 4 15:26:52 linux-l9b2 pppd[4216]: Modem hangup
Jul 4 15:26:52 linux-l9b2 pppd[4216]: Exit.
Then my internet died through network manager, I had already backed up the rpms, so downgraded network manager, didn’t work, upgraded it, worked again.
I just want to be able to connect manually so no matter what I do trying to fix the network manager issue, I still have internet.
Cheers