raharsha 0 Report post Posted June 16, 2007 Basic steps are described at https://help.ubuntu.com/community/BluetoothDialup for ubuntu linux. I give below files that work with reliance. ------------------------------------------------------------------------------------- cat /etc/bluetooth/rfcomm.conf # # RFCOMM configuration file. # rfcomm0 { # Automatically bind the device at startup bind yes; # Bluetooth address of the device (change it suitably) device 00:12:D2:......; # RFCOMM channel for the connection channel 1; # Description of the connection comment "Nokia 6265 Bluetooth device"; } ------------------------------------------------------------------------------------- cat /etc/chatscripts/BluetoothDialup # abortstring ABORT 'NO CARRIER' ABORT 'ERROR' ABORT 'NO DIALTONE' ABORT 'BUSY' ABORT 'NO ANSWER' # modeminit '' ATZ # ispnumber OK-AT-OKL3 ATDT#777 # ispconnect CONNECT \d\c ------------------------------------------------------------------------------------- cat /etc/ppp/peers/bluetooth-reliance hide-password debug noauth defaultroute connect '/usr/sbin/chat -v -f /etc/chatscripts/BluetoothDialup' usepeerdns /dev/rfcomm0 115200 connect-delay 10000 user '93xxxxxxxx' password '93xxxxxxxx' lcp-echo-failure 4 lcp-echo-interval 65535s 115200 -------------------------------------------------------------------------------- Condensed steps sudo apt-get install bluez-utils bluez-pin ppp bluez-gnome hcitool scan sudo hcitool cc your-phone-mac-address sudo hcitool auth your-phone-mac-address sudo /etc/init.d/bluetooth restart sudo adduser your-username-here dialout pon bluetooth-reliance ------------------------------------------------------------------------------- Logout and login to your session to see the bluetooth icon when the dongle is inserted. This enables entering the passkey on the computer which should match the passkey entered on the phone for the pairing to happen. Share this post Link to post Share on other sites
Nirvana 4 Report post Posted June 16, 2007 Thanks for sharing this tutorial, hope I can configure it when I get back to ubuntu ! Share this post Link to post Share on other sites