View Single Post
Posts: 264 | Thanked: 28 times | Joined on May 2006
#52
J800's fix worked for me. 770, 2007HE.
edited /etc/bluetooth/rfcomm.conf to make it automatically work on re-boot.

Code:
Nokia-770-36:/etc/bluetooth# cat rfcomm.conf 
#
# RFCOMM configuration file.
#

rfcomm0 {
        # Automatically bind the device at startup
        bind yes;

        # Bluetooth address of the device
        device 00:02:76:C0:79:82;

        # RFCOMM channel for the connection
        channel 1;

        # Description of the connection
        comment "My Nokia LD-1W";
}
Nokia-770-36:/etc/bluetooth#
 

The Following User Says Thank You to BanditRider For This Useful Post: