| Forum |
|
|||||||
| Tutorials This section offers tutorials and How to's on just about anything related to computers and IT. Note: All tutorials are courtesy the posters and not verified by Digit |
![]() |
|
|
LinkBack (7) | Thread Tools | Display Modes |
|
|
#1 (permalink)
|
|
geek........
Join Date: Sep 2008
Location: Meerut
Posts: 415
|
This tutorial is specifically for Nokia Symbian Phones but it may work for other phones too. prerequisites: 1. A bluetooth enabled mobile. I'm using Nokia 3230. 2. GPRS data plan should be enabled in your phone. I'm using Aircel's unlimited data plan. 3. A bluetooth adapter. 4. Ubuntu installed in your computer Now the tutorial starts: 1. Connect or plug-in your bluetooth to computer. Ubuntu should automatically detect it and bluetooth icon should be visible in top right corner. 2. Enable bluetooth on your phone. Skip this step 3 if you have already paired your phone. 3. Now click on bluetooth icon on your desktop and choose 'set up new device' from the option. Now a window appears with your phone name listed in it, select your phone and click forward, enter pin displayed on your desktop in your phone. 4. Now your phone is paired with your desktop. Now get into your terminal. 5. Type this command in terminal Code:
$ sdptool search DUN Code:
Searching for DUN on 00:13:FD:CC:F6:5C ...
Service Name: Dial-Up Networking
Service RecHandle: 0x10005
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
In my case phone's mac address is 00:13:FD:CC:F6:5C and channel number is 2. 6. Now type in terminal Code:
sudo gedit etc/bluetooth/rfcomm.conf Code:
rfcomm0 {
bind yes;
device 00:13:FD:CC:F6:5C;
channel 2;
comment "Nokia 3230 via Bluetooth";
}
save and exit. 7. now test the connection by following commands Code:
$ sudo rfcomm release 0 $ sudo rfcomm connect 0 Code:
Connected /dev/rfcomm0 to 00:13:FD:CC:F6:5C on channel 2 Press CTRL-C for hangup Press ctrl+C to break connection. 8. Now we have to setup ppp. In my case service provider is Aircel, Type in Code:
$ sudo gedit /etc/ppp/peers/aircel Code:
# Aircel PPP initialisation/termination script noauth connect "/usr/sbin/chat -v -f /etc/chatscripts/aircel -connect" disconnect "/usr/sbin/chat -v -f /etc/chatscripts/aircel-disconnect" silent debug /dev/rfcomm0 115200 defaultroute usepeerdns 9. Now type in Code:
$ sudo gedit /etc/chatscripts/aircel-connect Code:
# Aircel PPP CONNECT script TIMEOUT 5 ECHO ON ABORT '\nBUSY\r' ABORT '\nERROR\r' ABORT '\nNO ANSWER\r' ABORT '\nNO CARRIER\r' ABORT '\nNO DIALTONE\r' ABORT '\nRINGING\r\n\r\nRINGING\r' '' \rAT TIMEOUT 12 OK ATE1 OK 'AT+cgdcont=1,"IP","aircelgprs"' OK ATD*99***1# Now save and exit. 10. Now type in Code:
$ sudo gedit /etc/chatscripts/aircel-disconnect Code:
# Aircel PPP DISCONNECT script ABORT "BUSY" ABORT "ERROR" ABORT "NO DIALTONE" SAY "\nSending break to the modem\n" "" "\K" "" "\K" "" "\K" "" "+++ATH" "" "+++ATH" "" "+++ATH" SAY "\nPDP context detached\n" Now we are ready to connect to internet! for first time 11. Open terminal and type in Code:
$ sudo rfcomm connect 0 Code:
$ sudo pon aircel Now bring up firefox and hit any site. 12. To disconnect from internet type this in same terminal as where you typed pon aircel Code:
$ sudo poff aircel
__________________
FB TDF group - http://www.facebook.com/groups/238391049519480 http://www.gauravs90.in Last edited by Gauravs90; 01-07-2010 at 06:31 PM. |
|
|
|
| Advertisements. Register and be a member of the community to get rid of them. | |
|
Advertisement
|
|
|
|
#3 (permalink) | |
|
Right Off the Assembly Line
Join Date: Jun 2010
Posts: 11
|
Quote:
|
|
|
|
|
|
|
#4 (permalink) |
|
geek........
Join Date: Sep 2008
Location: Meerut
Posts: 415
|
Does Nokia 2600c supports Nokia PC Suite?
If yes, Connect 2600c to desktop via cable and select Nokia PC Suite in your phone and you are done. If no, Search on web i don't know
__________________
FB TDF group - http://www.facebook.com/groups/238391049519480 http://www.gauravs90.in |
|
|
|
|
|
#5 (permalink) | |
|
Right Off the Assembly Line
Join Date: Jun 2010
Posts: 11
|
Quote:
i just have an exe file of nokia pc-suit. |
|
|
|
|
|
|
#6 (permalink) |
|
geek........
Join Date: Sep 2008
Location: Meerut
Posts: 415
|
You don't have to run PC suite on ubuntu
Ubuntu has support for nokia phones by default, just select PC Suite in your phone when it asks.
__________________
FB TDF group - http://www.facebook.com/groups/238391049519480 http://www.gauravs90.in |
|
|
|
![]() |
| Bookmarks |
| Thread Tools | |
| Display Modes | |
|
|
LinkBacks (?)
LinkBack to this Thread: http://www.thinkdigit.com/forum/tutorials/128938-get-connected-internet-ubuntu-10-04-lucid-lynx-nokia-via-bluetooth.html
|
||||
| Posted By | For | Type | Date | |
| ubuntu 10.04 + bluetooth internet - Яндекс: нашлась 51тыс. ответов | This thread | Refback | 01-05-2011 01:45 PM | |
| orkut - Messages | This thread | Refback | 29-12-2010 01:57 PM | |
| Ubuntu Lucid & DUN blogdoch.net ? jetzt wird zurckgeblogt | This thread | Refback | 08-08-2010 05:35 PM | |
| Symbian S60 5thEdition | This thread | Refback | 23-07-2010 12:39 AM | |
| Symbian S60 5thEdition | This thread | Refback | 23-07-2010 12:07 AM | |
| Zpisky zo ?ivota oby?ajnho admina: Symbiani mobil ako BT modem pre Ubuntu (10.04) | This thread | Refback | 22-07-2010 11:48 PM | |
| Zpisky zo ?ivota oby?ajnho admina | This thread | Refback | 21-07-2010 02:48 AM | |