![]() |
| This is a discussion on BB-->TMO Internet: At my wits' end!! within the Linux Professionals forums, part of the IT & Business Professionals category; I need help!! BADLY!! I have been trying for days to connect to the TMO internet via BB bluetooth modem, ... |
| |
![]() |
| | LinkBack | Thread Tools |
|
#1
| |||
| |||
| BB-->TMO Internet: At my wits' end!!
I need help!! BADLY!! ![]() ![]() I have been trying for days to connect to the TMO internet via BB bluetooth modem, and had only limited success. I am APPARENTLY getting connected, but there is absolutely NO throughput. A ping command comes back, "unknown host." I have collected information from TMO --IP addresses, Gateway, INIT string-- and still cannot seem to get the modem to TALK to the internet past the CHAP handshake. I'm using, #pppd call TMO as my command line. Here's what I have, so far --connection, scripts, config files, syslog: Connection # hcitool scan # [macaddress] BlackBerry 8100 # hcitool cc [macaddress] #hcitool auth [macaddress] #[result] no connection # rfcomm bind hci0 [macaddress] 4 I can then issue... # echo "ATZ" > /dev/rfcomm0 # ...and see the blue light flash on the BB... meaning, I trust, that the modem understood. I also issued other commands, and each time, the blue light flashed. /etc/chatscripts/TMO # This chatfile was generated by pppconfig 2.3.17. # Please do not delete any of the comments. Pppconfig needs them. # # ispauth CHAP # abortstring ABORT BUSY ABORT 'NO CARRIER' ABORT VOICE ABORT 'NO DIALTONE' ABORT 'NO DIALTONE # modeminit '' +cgdcont=1,"IP","wap.voicestream.com" # ispnumber ''"ATDT*99#" # ispconnect # prelogin # ispname # isppassword # postlogin # end of pppconfig stuff ---- /etc/ppp/options noauth crts/cts lock hide-password noipdefault passive silent ---- /etc/ppp/peers/TMO # This optionfile was generated by pppconfig 2.3.17. # # hide-password noauth connect "/usr/sbin/chat -v -f /etc/chatscripts/TMO" debug /dev/rfcomm0 115200 defaultroute noipdefault user "" ipparam TMO Tried the following, then deleted it. No difference. /ETC/NETWORK/INTERFACES iface ppp0 inet static address 10.175.93.252 netmask 255.255.255.255 network 216.155.175.0 gateway 216.155.175.50 broadcast 216.155.175.255 dns-nameservers 216.155.175.105 216.155.175.106 ---- SYSLOG (This was done after 'ifconfig eth0 down' and a ping yields 'unknown host') root@kubuntu:~# tail -f /var/log/syslog Apr 28 12:52:37 kubuntu chat[8712]: abort on (NO DIALTONE) Apr 28 12:52:37 kubuntu chat[8712]: abort on (NO DIAL TONE) Apr 28 12:52:37 kubuntu chat[8712]: abort on (NO ANSWER) Apr 28 12:52:37 kubuntu chat[8712]: abort on (DELAYED) Apr 28 12:52:37 kubuntu chat[8712]: send (+cgdcont=1,"IP","wap.voicestream.com"^M) Apr 28 12:52:38 kubuntu chat[8712]: send (ATDT*99#^M) Apr 28 12:52:38 kubuntu pppd[8708]: Serial connection established. Apr 28 12:52:38 kubuntu pppd[8708]: using channel 7 Apr 28 12:52:38 kubuntu pppd[8708]: Using interface ppp0 Apr 28 12:52:38 kubuntu pppd[8708]: Connect: ppp0 <--> /dev/rfcomm0 Apr 28 12:54:56 kubuntu pppd[8708]: Terminating on signal 15 Apr 28 12:54:56 kubuntu pppd[8708]: Connection terminated. Apr 28 12:54:57 kubuntu pppd[8708]: Exit. Apr 28 12:54:59 kubuntu NetworkManager: <debug> [1209405299.249875] nm_hal_device_removed(): Device removed (hal udi is '/org/freedesktop/Hal/devices/usb_device_a12_1_noserial_if0_bluetooth_hci_blueto oth_hci'). SYSLOG (This was done after 'ifconfig eth0 up' and a ping waits for something to come back ...but nothing does. NOTE:: Interface 'eth0' is trying to connect !!?? It isn't even configured, nor does Network Manager even show my Bluetooth modem. ) What the devil is 'avahi'???? That's a new one on me... Apr 28 12:55:13 kubuntu pppd[8758]: pppd 2.4.4 started by root, uid 0 Apr 28 12:55:13 kubuntu NetworkManager: <debug> [1209405313.161361] nm_hal_device_added(): New device added (hal udi is '/org/freedesktop/Hal/devices/usb_device_a12_1_noserial_if0_bluetooth_hci_blueto oth_hci'). Apr 28 12:55:16 kubuntu hcid[5201]: link_key_request (sba=00:15:83:C8:9B:25, dba=00:0F:86:FD:1A:7B) Apr 28 12:55:17 kubuntu chat[8762]: abort on (BUSY) Apr 28 12:55:17 kubuntu chat[8762]: abort on (NO CARRIER) Apr 28 12:55:17 kubuntu chat[8762]: abort on (VOICE) Apr 28 12:55:17 kubuntu chat[8762]: abort on (NO DIALTONE) Apr 28 12:55:17 kubuntu chat[8762]: abort on (NO DIAL TONE) Apr 28 12:55:17 kubuntu chat[8762]: abort on (NO ANSWER) Apr 28 12:55:17 kubuntu chat[8762]: abort on (DELAYED) Apr 28 12:55:17 kubuntu chat[8762]: send (+cgdcont=1,"IP","wap.voicestream.com"^M) Apr 28 12:55:18 kubuntu chat[8762]: send (ATDT*99#^M) Apr 28 12:55:18 kubuntu pppd[8758]: Serial connection established. Apr 28 12:55:18 kubuntu pppd[8758]: using channel 8 Apr 28 12:55:18 kubuntu pppd[8758]: Using interface ppp0 Apr 28 12:55:18 kubuntu pppd[8758]: Connect: ppp0 <--> /dev/rfcomm0 Apr 28 12:55:44 kubuntu pppd[8758]: Terminating on signal 15 Apr 28 12:55:44 kubuntu pppd[8758]: Connection terminated. Apr 28 12:55:45 kubuntu pppd[8758]: Exit. Apr 28 12:55:47 kubuntu NetworkManager: <debug> [1209405347.744705] nm_hal_device_removed(): Device removed (hal udi is '/org/freedesktop/Hal/devices/usb_device_a12_1_noserial_if0_bluetooth_hci_blueto oth_hci'). Apr 28 12:56:20 kubuntu NetworkManager: <info> /etc/network/interface changed: rebuilding the device list. Apr 28 12:56:20 kubuntu NetworkManager: <info> Keeping active wired Ethernet (802.3) device 'eth0'. Apr 28 12:56:20 kubuntu NetworkManager: <info> Recreating the device list. Apr 28 12:56:20 kubuntu NetworkManager: <info> Device list recreated successfully. Apr 28 12:56:20 kubuntu NetworkManager: <info> nm_policy_device_change_check:: old_dev has_link? 1 Apr 28 12:56:20 kubuntu NetworkManager: <info> nm_policy_device_change_check:: old_dev && new_dev!! Apr 28 12:57:14 kubuntu pppd[8836]: pppd 2.4.4 started by root, uid 0 Apr 28 12:57:15 kubuntu NetworkManager: <debug> [1209405435.006466] nm_hal_device_added(): New device added (hal udi is '/org/freedesktop/Hal/devices/usb_device_a12_1_noserial_if0_bluetooth_hci_blueto oth_hci'). Apr 28 12:57:18 kubuntu hcid[5201]: link_key_request (sba=00:15:83:C8:9B:25, dba=00:0F:86:FD:1A:7B) Apr 28 12:57:19 kubuntu chat[8841]: abort on (BUSY) Apr 28 12:57:19 kubuntu chat[8841]: abort on (NO CARRIER) Apr 28 12:57:19 kubuntu chat[8841]: abort on (VOICE) Apr 28 12:57:19 kubuntu chat[8841]: abort on (NO DIALTONE) Apr 28 12:57:19 kubuntu chat[8841]: abort on (NO DIAL TONE) Apr 28 12:57:19 kubuntu chat[8841]: abort on (NO ANSWER) Apr 28 12:57:19 kubuntu chat[8841]: abort on (DELAYED) Apr 28 12:57:19 kubuntu chat[8841]: send (+cgdcont=1,"IP","wap.voicestream.com"^M) Apr 28 12:57:19 kubuntu chat[8841]: send (ATDT*99#^M) Apr 28 12:57:20 kubuntu pppd[8836]: Serial connection established. Apr 28 12:57:20 kubuntu pppd[8836]: using channel 9 Apr 28 12:57:20 kubuntu pppd[8836]: Using interface ppp0 Apr 28 12:57:20 kubuntu pppd[8836]: Connect: ppp0 <--> /dev/rfcomm0 Apr 28 12:57:54 kubuntu pppd[8836]: Terminating on signal 15 Apr 28 12:57:54 kubuntu pppd[8836]: Connection terminated. Apr 28 12:57:55 kubuntu pppd[8836]: Exit. Apr 28 12:57:57 kubuntu NetworkManager: <debug> [1209405477.644491] nm_hal_device_removed(): Device removed (hal udi is '/org/freedesktop/Hal/devices/usb_device_a12_1_noserial_if0_bluetooth_hci_blueto oth_hci'). Apr 28 12:58:01 kubuntu NetworkManager: <info> nm_device_set_active_link start Apr 28 12:58:01 kubuntu NetworkManager: <info> nm_policy_device_change_check:: old_dev has_link? 0 Apr 28 12:58:01 kubuntu NetworkManager: <info> SWITCH: terminating current connection 'eth0' because it's no longer valid. Apr 28 12:58:01 kubuntu NetworkManager: <info> Deactivating device eth0. Apr 28 12:58:01 kubuntu NetworkManager: nm_device_is_802_3_ethernet: assertion `dev != NULL' failed Apr 28 12:58:01 kubuntu NetworkManager: nm_device_is_802_11_wireless: assertion `dev != NULL' failed Apr 28 12:58:01 kubuntu avahi-autoipd(eth0)[7816]: SIOCSIFFLAGS failed: Permission denied Apr 28 12:58:01 kubuntu avahi-autoipd(eth0)[7816]: Callout STOP, address 169.254.8.240 on interface eth0 Apr 28 12:58:02 kubuntu avahi-autoipd(eth0)[7817]: client: RTNETLINK answers: Cannot assign requested address Apr 28 12:58:02 kubuntu avahi-autoipd(eth0)[7817]: Script execution failed with return value 2 Apr 28 12:58:02 kubuntu avahi-daemon[4971]: Interface eth0.IPv4 no longer relevant for mDNS. Apr 28 12:58:02 kubuntu avahi-daemon[4971]: Leaving mDNS multicast group on interface eth0.IPv4 with address 169.254.8.240. Apr 28 12:58:02 kubuntu avahi-daemon[4971]: Withdrawing address record for fe80::20b:dbff:fe95:77b7 on eth0. Apr 28 12:58:02 kubuntu avahi-daemon[4971]: Withdrawing address record for 169.254.8.240 on eth0. Last edited by Yogich; 04-28-2008 at 11:24 PM. |
|
#2
| |||
| |||
|
i wrote a doc file w/ the stuff its on my work system. PM me your email and I will send it to you, hopefully it will help.
|