


The bad news: I have a bit of a connectivity issue. Usually I connect with a Sprint Wireless Card using chat scripts in /etc/ppp/peers. It connects at start up with sudo /usr/sbin/pppd call cdma.
Yesterday I decided to connect to my wife's network. I terminated the ppp connection (ppp-off), opened Wicd Network manager, scanned for networks, chose my Realtek usb card at wlan0 (rather than the Broadcom PCI at eth0), entered her WEP passphrase and I was on the Internet. So far so good. She needed to leave, taking away her phone (and thus my hotspot), so I tried to connect again with my ppp. The results are below:
Code: Select all
dennis[~]$ su
Password:
root[dennis]# ping www.google.com
ping: unknown host www.google.com
root[dennis]# /usr/sbin/pppd call cdma
Device ttyUSB0 is locked by pid 1971
root[dennis]# ps aux | grep 1971
root 1971 0.0 0.1 2988 1120 ttyUSB0 Ss+ 12:05 0:00 /usr/sbin/pppd call cdma
root 2083 0.0 0.0 2396 816 pts/0 S+ 12:08 0:00 grep 1971
root[dennis]# kill 1971
root[dennis]# /usr/sbin/pppd call cdma
Starting Sierra Wireless CDMA connect script...
Setting the abort string
Initializing modem
Dialing...
Script /usr/sbin/chat -v -t6 -f /etc/ppp/peers/cdma_chat finished (pid 2091), status = 0x0
Serial connection established.
using channel 2
Using interface ppp0
Connect: ppp0 <--> /dev/ttyUSB0
sent [LCP ConfReq id=0x1 <asyncmap 0x0> <magic 0x5422339e> <pcomp> <accomp>]
rcvd [LCP ConfReq id=0x6 <asyncmap 0x0> <magic 0xd3132926> <pcomp> <accomp>]
sent [LCP ConfAck id=0x6 <asyncmap 0x0> <magic 0xd3132926> <pcomp> <accomp>]
rcvd [LCP ConfAck id=0x1 <asyncmap 0x0> <magic 0x5422339e> <pcomp> <accomp>]
sent [CCP ConfReq id=0x1 <deflate 15> <deflate(old#) 15> <bsd v1 15>]
sent [IPCP ConfReq id=0x1 <compress VJ 0f 01> <addr 0.0.0.0> <ms-dns1 0.0.0.0> <ms-dns2 0.0.0.0>]
rcvd [LCP DiscReq id=0x7 magic=0xd3132926]
rcvd [IPCP ConfReq id=0x8 <addr 68.28.185.85>]
sent [IPCP ConfAck id=0x8 <addr 68.28.185.85>]
rcvd [LCP ProtRej id=0x9 80 fd 01 01 00 0f 1a 04 78 00 18 04 78 00 15 03 2f]
Protocol-Reject for 'Compression Control Protocol' (0x80fd) received
rcvd [IPCP ConfRej id=0x1 <compress VJ 0f 01>]
sent [IPCP ConfReq id=0x2 <addr 0.0.0.0> <ms-dns1 0.0.0.0> <ms-dns2 0.0.0.0>]
rcvd [IPCP ConfNak id=0x2 <addr 174.148.77.126> <ms-dns1 68.28.186.91> <ms-dns2 68.28.178.91>]
sent [IPCP ConfReq id=0x3 <addr 174.148.77.126> <ms-dns1 68.28.186.91> <ms-dns2 68.28.178.91>]
rcvd [IPCP ConfAck id=0x3 <addr 174.148.77.126> <ms-dns1 68.28.186.91> <ms-dns2 68.28.178.91>]
local IP address 174.148.77.126
remote IP address 68.28.185.85
primary DNS address 68.28.186.91
secondary DNS address 68.28.178.91
Script /etc/ppp/ip-up started (pid 2094)
Script /etc/ppp/ip-up finished (pid 2094), status = 0x0
Code: Select all
etc/
etc/adjtime
etc/ld.so.cache
etc/motd
etc/mtab
etc/ntp.conf
etc/random-seed
etc/resolv.conf
etc/gtk-2.0/i486-slackware-linux/gdk-pixbuf.loaders
etc/gtk-2.0/i486-slackware-linux/gtk.immodules
etc/ntp/
etc/ntp/drift
etc/pango/i486-slackware-linux/pango.modules
etc/ppp/resolv.conf
etc/udev/rules.d/
etc/udev/rules.d/70-persistent-net.rules
etc/wicd/manager-settings.conf
etc/wicd/wired-settings.conf
etc/wicd/wireless-settings.conf
Thanks in advance.


