Eh! pairing up in Ubuntu is always a pain anyways you can try your luck.
1> Append this in /etc/bluetooth/hcid.conf in 'options' section :
Code:
autoinit yes;
dbus_pin_helper;
2> Create pin file via this :
Code:
$ sudo echo "1234" > /etc/bluetooth/pin
3> Restart Bluetooth device :
Code:
$ sudo /etc/init.d/bluetooth restart
Then try pairing by both means via PC or Mobile
praka123 said:
*www.ubuntu-in.org/wiki/GPRS_Howto
Its says pair up your mobile issuing following commands:
Code:
$ sudo hcitool cc your-phone-mac-address
$ sudo hcitool auth your-phone-mac-address
Well tried this gazillion times but never worked for me