Welcome, guest! Login / Register - Why register?
Psst.. new poll here.
[email protected] webmail now available. Want one? Go here.
Cannot use outlook/hotmail/live here to register as they blocking our mail servers. #microsoftdeez
Obey the Epel!

Paste

Pasted as Bash by rain ( 14 years ago )
knoppix@Knoppix:~$ su -
root@Knoppix:~# lsusb | grep -i blue
Bus 002 Device 002: ID 0a12:0001 Cambridge Silicon Radio, Ltd Bluetooth Dongle (HCI mode)
root@Knoppix:~# /etc/init.d/bluetooth start
Starting bluetooth: hcid hid_devicesNo devices in HCI mode found
 rfcomm.
root@Knoppix:~# hcitool scan
Scanning ...
        00:17:B0:5B:69:36       Nokia 6021
root@Knoppix:~# nano /etc/bluetooth/rfcomm.conf
root@Knoppix:~# cat /etc/bluetooth/rfcomm.conf
#
# RFCOMM configuration file.
#

rfcomm0 {
#       # Automatically bind the device at startup
        bind yes;
#
#       # Bluetooth address of the device
        device 00:17:B0:5B:69:36;
#
#       # RFCOMM channel for the connection
        channel 1;
#
#       # Description of the connection
        comment "Example Bluetooth device";
}
root@Knoppix:~# rfcomm bind all
root@Knoppix:~# rfcomm
rfcomm0: 00:17:B0:5B:69:36 channel 1 clean
root@Knoppix:~# ls -l /dev/rfcomm0
crw-rw---- 1 root dialout 216, 0 Mar 25 11:11 /dev/rfcomm0

 

Revise this Paste

Your Name: Code Language: