Working, but not working. I have my blackberry connected, and going into modem mode. I haven't figured out yet how to get network manager to configure the connection so I can use it. I open a terminal, make the ppp call, see the modem connect, then what? I open a browser and can't browse. I suspect I need to tell either network manager, or system config network to use the connection, but everything I have tried (by fumbling around) hasn't worked. Can anyone point me in the right direction?
PHP Code:
sudo pppd call bb
Script /usr/sbin/chat -f /etc/chatscripts/barry-verizon.chat finished (pid 21690), status = 0x0
Serial connection established.
using channel 1
Using interface ppp0
Connect: ppp0 <--> /dev/pts/1
sent [LCP ConfReq id=0x1 <asyncmap 0x0> <magic 0x8e575587> <pcomp> <accomp>]
rcvd [LCP ConfReq id=0x12 <mru 1500> <asyncmap 0x0> <magic 0xe0f4cb03> <pcomp> <accomp>]
sent [LCP ConfAck id=0x12 <mru 1500> <asyncmap 0x0> <magic 0xe0f4cb03> <pcomp> <accomp>]
rcvd [LCP ConfAck id=0x1 <asyncmap 0x0> <magic 0x8e575587> <pcomp> <accomp>]
sent [CCP ConfReq id=0x1 <deflate 15> <deflate(old#) 15>]
sent [IPCP ConfReq id=0x1 <addr 0.0.0.0> <ms-dns1 0.0.0.0> <ms-dns2 0.0.0.0>]
rcvd [LCP DiscReq id=0x13 magic=0xe0f4cb03]
[COLOR="Green"](A long strand of IP addresses I chose not to post. It's in modem mode.)[/COLOR]
Script /etc/ppp/ip-up started (pid 22014)
Script /etc/ppp/ip-up finished (pid 22014), status = 0x0
---------- Post added at 04:32 PM CDT ---------- Previous post was at 09:09 AM CDT ----------
Addendum: I realized that my answer was in the earlier post. I had to edit in the IP's to the /etc/resolv.conf file, and it worked.