Donny Armanda wrote:
>
>
> Om Afiadi
>
> Masih ada step2nya ngga?
> Minat donk, kalau boleh di share lewat email donk langkah2nya.
>
> Best regards
>
> Donny Armanda
> proud to be palm treo user.
>
> -----Original Message-----
> From: "Suwanto Afiadi" <afiadi.s13ra@ gmail.com
> <mailto:afiadi.s13ra%40gmail.com>>
> To: id-pal...@yahoogrou ps.com <mailto:id-PalmOS%40yahoogroups.com>
> Sent: 27/06/09 19:34
> Subject: [id-PalmOS] DUN with Bluetooth
>
> Makasih untuk mas Arief Yudhawarman, yg udah memberi pencerahan untuk
> Dialup Networking with Bluetooth treo 680 dengan notebook beros Ubuntu
> JJ 9.04.Tapi ada pertanyaan nih,kenapa gateway dari eth0,wlan0,dan DNS
> speedy harus dihapus dulu ya dari network configurationnya, baru bisa
> connect,jadinya nggak bisa langsung jika ingin berpindah koneksi
> internet dgn Bluetooth,wifi, atau dengan LAN.
> Makasih atas waktu dan jawabannya.
>
> Best regards,
>
> Afiadi
> Sent from my PalmBerry with sinyaaaal lumayan kuaaat TELKOMSEL
>
> ____________ _________ _________ _________ _________ __
> Apakah Anda Yahoo!?
> Lelah menerima spam? Surat Yahoo! memiliki perlindungan terbaik
> terhadap spam
> http://id.mail. yahoo.com <http://id.mail.yahoo.com>
>
>
Assalamualaikum
Sebenarnya step-step persis seperti yang diemailkan mas Arief Yudhawarman :
yaitu coba ikuti langkah demi langkah di link
https://help.ubuntu.com/community/BluetoothDialup
dan ketika diketik perintah
pada su root
sdptool browse 'mac-address-hp-bluetooth' (enter)
jika pada punya saya adalah sebagai berikut :
dari hcitool scan didapat :
r...@afiadi-laptop:~# hcitool scan
Scanning ...
00:07:E0:CD:DC:17 MyTreo680
dari sdptool browse 00:07:E0:CD:DC:17 didapat :
r...@afiadi-laptop:~# sdptool browse 00:07:E0:CD:DC:17
Browsing 00:07:E0:CD:DC:17 ...
Service Name: Voice Gateway
Service RecHandle: 0x10000
Service Class ID List:
"Handsfree Audio Gateway" (0x111f)
"Generic Audio" (0x1203)
Protocol Descriptor List:
"L2CAP" (0x0100)
"RFCOMM" (0x0003)
Channel: 1
Language Base Attr List:
code_ISO639: 0x656e
encoding: 0x6a
base_offset: 0x100
Profile Descriptor List:
"Handsfree" (0x111e)
Version: 0x0101
Service Name: Dial-up networking
Service RecHandle: 0x10001
Service Class ID List:
"Dialup Networking" (0x1103)
Protocol Descriptor List:
"L2CAP" (0x0100)
"RFCOMM" (0x0003)
*Channel: 2*
Language Base Attr List:
code_ISO639: 0x656e
encoding: 0x8cc
base_offset: 0x100
Profile Descriptor List:
"Dialup Networking" (0x1103)
Version: 0x0100
Service Name: AUDIO Gateway
Service RecHandle: 0x10002
Service Class ID List:
"Headset Audio Gateway" (0x1112)
"Generic Audio" (0x1203)
Protocol Descriptor List:
"L2CAP" (0x0100)
"RFCOMM" (0x0003)
Channel: 3
Language Base Attr List:
code_ISO639: 0x656e
encoding: 0x6a
base_offset: 0x100
Profile Descriptor List:
"Headset" (0x1108)
Version: 0x0100
Service Name: OBEX Object Push
Service RecHandle: 0x10003
Service Class ID List:
"OBEX Object Push" (0x1105)
Protocol Descriptor List:
"L2CAP" (0x0100)
"RFCOMM" (0x0003)
Channel: 4
"OBEX" (0x0008)
Language Base Attr List:
code_ISO639: 0x656e
encoding: 0x8cc
base_offset: 0x100
sdptool browse adalah untuk mencari service apa saja yang disediakan
oleh bluetooth notebook.
kemudian seperti pada tutorial di website, cari bagian Service Dial-Up
Networking
catat angka dibelakang kata channel (udah saya Boldkan)
kemudian masukkan angka tersebut pada file konfigurasi rfcomm yaitu pada
gedit /etc/bluetooth/rfcomm.conf
ini adalah file rfcomm.conf saya :
#
# RFCOMM configuration file.
#
#rfcomm0 {
# # Automatically bind the device at startup
# bind no;
#
# # Bluetooth address of the device
# device 11:22:33:44:55:66;
#
# # RFCOMM channel for the connection
# channel 1;
#
# # Description of the connection
# comment "Example Bluetooth device";
#}
rfcomm0 {
bind yes;
device 00:07:E0:CD:DC:17;
channel 2;
comment "Bluetooth Dialup Networking";
}
CATATAN : jadi sebelum melakukan DUN, cek dulu channel untuk dial-up
dengan sdptool browse mac-address,jika berubah ubah pada file
configurasinya
jika di ubuntu berada di /etc/bluetooth/, kemudian jangan lupa untuk
restart bluetooth service dengan perintah :
/etc/init.d/bluetooth restart (enter) --> user root
Jika dikantor dan dirumah saya juga menggunakan koneksi LAN atau dengan
speedy, jadinya gateway pada eth0 dan wlan0 notebook saya harus
dihilangkan, dan juga DNS juga harus dihilangkan, pada console ketikkan
network-admin. karena settingan hp saya menggunakan GPRS telkomsel Flash
dan sudah menggunakan DNSnya sendiri.
jika sudah semua diikuti pada tutorial di link yang saya berikan diatas.
masuk ke folder cd /etc/chatscripts/
kemudian pon BluetoothDialup.
untuk mematikan koneksi ketik poff BluetoothDialup
ini adalah isi dari file BluetoothDialup
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 'AT+CGDCONT=1,"IP","internet"'
OK ATD*99***1#
CONNECT ""
tapi yang penting ikuti step - stepnya dan coba sebisa mungkin
bluetooth notebook atau PC anda bisa dipair dengan palm treo anda dan
masuk dalam daftar trusted di palm atau hp anda.
Selamat mencoba :-)
Best regards,
Afiadi