How to Connect to IndosatM2 Broom From Ubuntu and Nokia E61 Using Bluetooth
- edit /etc/bluetooth/hcid.conf, and in options section, set 'security auto' and 'passkey "1234"
- initiate pairing from E61 and enter the passkey used in step 1
- set E61 discoverable and run from terminal: hcitool scan to find E61's MAC Address
- find channel for dial-up: sdptool browse [MAC Address]
- edit /etc/bluetooth/rfcomm.conf and enter:
rfcomm0 {
bind yes;
device [MAC Address];
channel [channel];
comment "My Bluetooth";
} - sudo /etc/init.d/bluetooth restart
- if you want to check the bluetooth device, run: rfcomm
- edit /etc/wvdial.conf and change the modem to: /dev/rfcomm0
1 Comments:
gan,
kalo untuk make cable biasa, ane belon bisa nih kmrn. minta step2-nya untuk konek inet liwat e61 dan os ubuntu jaunty.
Post a Comment
<< Home