Hello Friends,
At last I have found a simple way to connect internet via Blueman in
Ubuntu 7.10
I hope this will help you lots.
I have uploaded all files in the "Files" section. You can also
download latest files by searching on following link:
https://launchpad.net/ubuntu/gutsy/i386
& Blueman from:
blueman.tuxfamily.org
Here you go.........
Install following deb one by one
==================
1. libopenobex1
2. libbtctl4
3. libgnomebt0
4. gnome-bluetooth
5. bluez-btsco
6. gnome-vfs-obexftp
7. python-bluez
8. blueman
Install GPRS Connection
==============
1. First create file '/etc/ppp/peers/gprs' with following text:
debug
noauth
connect "/usr/sbin/chat -v -f /etc/chatscripts/bluetoothconn"
usepeerdns
/dev/rfcomm0 115200
defaultroute
crtscts
lcp-echo-failure 0
2. Then create another file '/etc/chatscripts/bluetoothconn' with
following text:
TIMEOUT 35
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
OK ATD*99***1#
CONNECT ""
To Connect Internet
============
1. Start 'Blueman' from 'Applications'->'Accessories'
2. 'Inquiry' phone and view properties
3. 'Get Service List' -> Select 'Dual-Up Networking' -> 'Bind COM
PORT'\
4. Turn your phone bluetooth & type following command in the terminal:
$ pon gprs
To start Blueman automatically after ubuntu start
=================================================
1. Start 'System'->'Preferences'->'Sessions'
2. Uncheck 'Bluetooth Manager' - it is no longer needed
3. Add following:
Name: Blueman Bluetooth Manager
Command: blueman
Comment: Bluetooth Manager applet
4. Now Add following:
Name: Connect Bluetooth GPRS
Command: pon gprs
Comment: Connect to Internet
5. Enter passkey to connect (If asked)
To Disconnect Internet
======================
Type in terminal:
$ poff gprs