| Forum |
|
|||||||
| Open Source A place where you can talk to like-minded people about the fastest growing software movement today! Discuss anything and everything about Open Source software and Operating Systems. |
![]() |
|
|
LinkBack (16) | Thread Tools | Display Modes |
|
|
#1 (permalink)
|
|
Right Off the Assembly Line
Join Date: Mar 2005
Posts: 2
|
then go to console n issue the following command rakesh@rakesh-laptop:~$ sdptool search DUN output ---------- Inquiring ... Searching for DUN on 00:1A:16 Service Name: Dial-Up Networking Service RecHandle: 0x10007 Service Class ID List: "Dialup Networking" (0x1103) Protocol Descriptor List: "L2CAP" (0x0100) "RFCOMM" (0x0003) Channel: 3 <------------------------------------- note the channel Language Base Attr List: code_ISO639: 0x454e encoding: 0x6a base_offset: 0x100 Profile Descriptor List: "Dialup Networking" (0x1103) Version: 0x0100 step 2: Issue the command hcitool scan output ----------- Scanning ... 00:1A:16 step 3: issue the command sudo gedit /etc/bluetooth/rfcomm.conf paste the text in it rfcomm0 { bind yes; device 00:1A:16 channel 3;<---- your channel or use default 1 comment "Nokia N72"; } save it step 4: issue the command sudo gedit /etc/ppp/peers/airtel copy this in that file /dev/rfcomm0 115200 connect '/usr/sbin/chat -v -f /etc/ppp/chat-gprs' crtscts modem -detach noccp defaultroute usepeerdns noauth ipcp-accept-remote ipcp-accept-local noipdefault step 5: issue the command sudo gedit /etc/ppp/chat-gprs copy this in the file '' ATZ OK AT+CGDCONT=1,"IP","airtelgprs.com" OK "ATD*99***1#" <----------- if does not work change number to *99# CONNECT '' step 6: YOU ARE DONE! THATS IT? YEAH.... just issue this command pppd call airtel Now TroubleShooting... common problems 1. /dev/rfcomm0 not found just reboot your pc and the device will be created automatically 2. Connect scripts failed.. -- issue rfcomm command output ------- rfcomm0: 00:1A:16 just restart bluetooth with this command sudo /etc/init.d/bluetooth restart then run rfcomm command rfcomm0: 00:1A:16 issue command pppd call airtel or sudo pppd call airtel if pppd command is not there install : sudo apt-get install ppp |
|
|
| Advertisements. Register and be a member of the community to get rid of them. | |
|
Advertisement
|
|
|
|
#2 (permalink) |
|
left this forum longback
Join Date: Sep 2005
Location: -
Posts: 7,513
|
good tut dude.there is also a sticky reg this connection in this section.
__________________
left this forum long back.Admin Can Delete this Account and posts Permanantly.Thank You Get GNU/Linux - http://getgnulinux.org |
|
|
![]() |
| Bookmarks |
| Thread Tools | |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| hey anyone has ubuntu gutsy | quantum | Open Source | 7 | 04-11-2007 11:32 PM |
| Ubuntu Gutsy to be released today! | kalpik | Open Source | 145 | 04-11-2007 04:02 PM |
| Ubuntu Gutsy 7.10 | NucleusKore | Open Source | 20 | 24-10-2007 01:46 PM |
| Your favorite feature in Ubuntu 7.10 Gutsy? | faraaz | Open Source | 70 | 13-10-2007 07:31 PM |
| Ubuntu 7.10 (Gutsy Gibbon) Tribe 4 | Dark Star | Open Source | 21 | 11-08-2007 10:36 PM |