Tuesday, December 02, 2008

How to Connect to IndosatM2 Broom From Ubuntu and Nokia E61 Using Bluetooth

  1. edit /etc/bluetooth/hcid.conf, and in options section, set 'security auto' and 'passkey "1234"
  2. initiate pairing from E61 and enter the passkey used in step 1
  3. set E61 discoverable and run from terminal: hcitool scan to find E61's MAC Address
  4. find channel for dial-up: sdptool browse [MAC Address]
  5. edit /etc/bluetooth/rfcomm.conf and enter:
    rfcomm0 {
    bind yes;
    device [MAC Address];
    channel [channel];
    comment "My Bluetooth";
    }
  6. sudo /etc/init.d/bluetooth restart
  7. if you want to check the bluetooth device, run: rfcomm
  8. edit /etc/wvdial.conf and change the modem to: /dev/rfcomm0

1 Comments:

Blogger ~Dendi Rahadianto~ said...

gan,

kalo untuk make cable biasa, ane belon bisa nih kmrn. minta step2-nya untuk konek inet liwat e61 dan os ubuntu jaunty.

7:58 PM  

Post a Comment

<< Home