![]() |
ubuntu.com - launchpad.net - ubuntu help
|
|
|||||||
Hello, Unregistered You are browsing a READ only archive of the main support categories pre 4/21/2008. You will not be able to post or reply any threads in this section.
|
|
Hardware & Laptops Problems with hardware & laptops not being detected or supported during or after install. |
|
|
Thread Tools | Display Modes |
|
|
#1 |
|
5 Cups of Ubuntu
![]() Join Date: Mar 2006
Location: MN
Beans: 37
Ubuntu 7.10 Gutsy Gibbon
|
Bluetooth GPRS Modem Success (Nokia, AT&T, wvdial)
I was able to connect my laptop running 7.10 to the internet using my Nokia E70 using bluetooth through AT&T's network after putting together information found on various websites and posts. As always, I hope this will be useful for others as well.
First, make sure you have bluetooth utilities: Code:
sudo apt-get install bluez-gnome bluez-utils First, find the MAC address of your device: Code:
togume@togulaptop:~/Desktop$ hcitool scan
Scanning ...
00:12:D2:0A:XX:YY Togucell
Code:
sdptool browse 00:12:D2:0A:XX:YY
...
Service Name: Dial-Up Networking
Service RecHandle: 0x1002e
Service Class ID List:
"Dialup Networking" (0x1103)
Protocol Descriptor List:
"L2CAP" (0x0100)
"RFCOMM" (0x0003)
Channel: 2
Language Base Attr List:
code_ISO639: 0x454e
encoding: 0x6a
base_offset: 0x100
Profile Descriptor List:
"Dialup Networking" (0x1103)
Version: 0x0100
rfcomm.conf: Code:
rfcomm0 {
bind yes;
device 00:12:D2:0A:XX:YY;
channel 2;
comment "Dial-up networking";
}
Code:
sudo /etc/init.d/bluetooth restart wvdial.conf: Code:
[Dialer E70BT] Init1 = ATZ Init2 = ATQ0 V1 E1 S0=0 &C1 &D2 +FCLASS=0 Init3 = AT+CGDCONT=, ,"wap.cingular" Modem = /dev/rfcomm0 Phone = *99***1# Username = WAP@CINGULARGPRS.COM Password = CINGULAR1 New PPPD = yes BAUD = 460800 Stupid Mode = 1 Code:
sudo wvdial E70BT That's it. You should see something along the following: Code:
togume@togulaptop:/etc/bluetooth$ sudo wvdial E70BT WvDial<*1>: WvDial: Internet dialer version 1.56 WvModem<*1>: Cannot get information for serial port. WvDial<*1>: Initializing modem. WvDial<*1>: Sending: ATZ WvDial Modem<*1>: ATZ WvDial Modem<*1>: OK WvDial<*1>: Sending: ATQ0 V1 E1 S0=0 &C1 &D2 +FCLASS=0 WvDial Modem<*1>: ATQ0 V1 E1 S0=0 &C1 &D2 +FCLASS=0 WvDial Modem<*1>: OK WvDial<*1>: Sending: AT+CGDCONT=, ,"wap.cingular" WvDial Modem<*1>: AT+CGDCONT=, ,"wap.cingular" WvDial Modem<*1>: OK WvDial<*1>: Modem initialized. WvDial<*1>: Sending: ATDT*99***1# WvDial<*1>: Waiting for carrier. WvDial Modem<*1>: ATDT*99***1# WvDial Modem<*1>: CONNECT WvDial Modem<*1>: ~[7f]}#@!}!} } }2}#}$@#}!}$}%\}"}&} }*} } g}%~ WvDial<*1>: Carrier detected. Starting PPP immediately. WvDial<Notice>: Starting pppd at Fri Dec 28 00:15:40 2007 WvDial<Notice>: Pid of pppd: 7751 WvDial<*1>: Using interface ppp0 WvDial<*1>: pppd: h�[06][08][18]�[06][08](�[06][08] WvDial<*1>: pppd: h�[06][08][18]�[06][08](�[06][08] WvDial<*1>: pppd: h�[06][08][18]�[06][08](�[06][08] WvDial<*1>: pppd: h�[06][08][18]�[06][08](�[06][08] WvDial<*1>: pppd: h�[06][08][18]�[06][08](�[06][08] WvDial<*1>: local IP address 10.54.129.81 WvDial<*1>: pppd: h�[06][08][18]�[06][08](�[06][08] WvDial<*1>: remote IP address 10.6.6.6 WvDial<*1>: pppd: h�[06][08][18]�[06][08](�[06][08] WvDial<*1>: primary DNS address 172.16.8.224 WvDial<*1>: pppd: h�[06][08][18]�[06][08](�[06][08] WvDial<*1>: secondary DNS address 172.16.8.223 WvDial<*1>: pppd: h�[06][08][18]�[06][08](�[06][08] A couple notes: 1. I set my laptop as a trusted device on my phone, that way it does not ask for permission when the connection is initiated. 2. When testing this out, make sure other connections are disabled. The first time I tried it the packets went nowhere because I had my wireless turned on and disabled it after making the bluetooth modem connection. 3. This should also work with ISP@CINGULARGPRS.COM, however, I don't believe I have that plan. Make sure you have unlimited data, though, or the bill might be something worth fighting about. I pay $20 for unlimited data. Best, Tomás Last edited by togume; January 4th, 2008 at 03:21 AM.. Reason: Forgot to include something |
|
|
| Bookmarks |
| Thread Tools | |
| Display Modes | |
|
|