How to browse Internet via Mobile GPRS & Bluetooth in Opensuse 10.3 (KDE)
1.Connect ur mobile to ur PC with kbluetoothd (BT obex server) using and pair it...
2.open KONSOLE and login as root (su)
3.Type Code:
# sdptool search DUN
if it detects any DUN services than it means that ur fone is enabled to be connected thru BT DUN..
4.Type
Code:
# hcitool scan
This ll give u the device id of ur fone...
5.now bind the Device ID of ur fone wit the rfcomm device using
Code:
# rfcomm bind 0 <Device id of ur fone> 1
6.If u get any error in the above command or u dont hav a device rfcomm0 then u need to create one by
Code:
#mknod /dev/rfcomm0 c 216 0
7.next u need to edit ur /etc/wvdial.conf file to enter ur BT modem settings
Code:
# nano -w /etc/wvdial.conf
Edit ur Wvdial and copy the following in it...
Code:
[Modem0]
Modem = /dev/rfcomm0
Baud = 230400
SetVolume = 0
DialCommand = ATDT
FlowControl = Hardware(CRTSCTS)
[Dialer GPRS]
Username = 1
Password = 1
Phone = *99***1#
Mode = 1
Inherits = Modem0
[Dialer Defaults]
Modem = /dev/rfcomm0
Baud = 230400
Init1 = ATZ
Init2 = ATQ0 V1 E1 S0=0 &C1 &D2 +FCLASS=0
ISDN = 0
Modem Type = Analog Modem
Phone = *99***1#
Username = a
Password = b
8.Now run the command
Code:
# wvdial GPRS
9.To disconnect press Ctrl+c
Source:Taken From Digit Magazine Forum
No comments:
Post a Comment