dialup bluetooth motorola l7

Mumpung ada blog, tulis disini ach.... biar sewaktu2 klo lupa tinggal buka blog ini. Trus sekalian sharing ilmu..... dan gak ada maksud untuk menggurui atau apapun.....

OS Ubuntu 7.10 (Gutsy Gibbon)Dial Up pake GPRS IM3, hp Motorola L7,Device Bluetooth Modem.

Langkah 1:
Login sebagai root, perintah:
$sudo -i

Langkah 2:
Pastikan Bluetooth HP dan PC/Laptop pada posisi ON
Search bluetooth device HP, perintah:
$hcitool scan
Scanning ...
00:17:00:36:6C:90 Sangkodok
Langkah 3:
Jelajahi device HP tersebut, perintah
$sdptool searh DUN
Inquiring ...
Searching for DUN on 00:17:00:36:6C:90 ...
Service Name: Dial-up networking Gateway
Service Description: Dial-up networking Gateway
Service Provider: Motorola
Service RecHandle: 0x10001
Service Class ID List:
"Dialup Networking" (0x1103)
Protocol Descriptor List:
"L2CAP" (0x0100)
"RFCOMM" (0x0003)
Channel: 1
Language Base Attr List:
code_ISO639: 0x656e
encoding: 0x6a
base_offset: 0x100
code_ISO639: 0x00
encoding: 0x6a
base_offset: 0xc800
code_ISO639: 0x7a68
encoding: 0x6a
base_offset: 0xc803
Profile Descriptor List:
"Dialup Networking" (0x1103)
Version: 0x0100

Langkah 4:
Perhatikan Alamat Bluetooth HP 00:17:00:36:6C:90
dan Chanel HP --> Chanel: 1
Edit rfcomm bluetooth, perintah:
$gedit /etc/bluetooth/rfcomm.conf

rfcomm0 {
bind yes;
device 00:17:00:36:6C:90;
channel 1;
comment “motorola”;
}

Langkah 5:
Restart Bluetooth device PC/Laptop, perintah:
$/etc/init.d/bluetooth restart

Langkah 6:
Check binding bluetooth dengan HP, perintah:
$rfcomm
rfcomm0: 00:17:00:36:6C:90 channel 1 clean

usahakan hasil rfcomm muncul seperti diatas.

Langkah 7:
Edit wvdial.conf, perintah:
$gedit /etc/wvdial.conf
[Dialer im3]
Init1 = AT+CGDCONT=1,"IP","www.indosat-m3.net",,0,0
Phone = *99***1#
New PPPD = yes
Modem = /dev/rfcomm0
Username = gprs
Password = im3
Baud = 115200
Auto DNS = on
Stupid Mode = 1

Langkah 8:
Test connect dengan wvdial, perintah:
$wvdial im3

Mudah-mudahan berjalan lancar......
adapun tambahan settingan di /etc/bluetooth/hcid.conf sbb:

autoinit yes;
security auto;
pairing multi;
passkey "1234";

Setelah di edit restart bluetoothnya, saat connect ke bluetooth, klo minta passkey masukkan 1234, sesuai dengan passkey diatas.

Klo misalnya masih ada error, mohon maaf.... silahkan di search di Paman Google,yang pasti paman sangat jauuuuh berpengalaman dari saya.

Referensi yang saya dapat:

http://www.howtoforge.com/linux_internet_access_gprs_edge_via_bluetooth_gsm_phone

http://frisbete.blogspot.com/2007/09/bluetooth-gprs-modem-on-ubuntu.html

chaww......

gakadaide

No comments: