Gute Einführung1)
Bluetooth:http://cantosph.com/how-to-install-bluetooth-on-asus-eee-pc/
Geräte suchen:
hcitool scan
Wenn man Gerät gefunden hat, einfügen:
sudo hidd --connect [gefundene Byte-Kennung]
Netzwerk-Einstellungen in BT:
sudo nano /etc/defaults/bluetoth
Make sure it’s running. On your console, type: hciconfig
My Results:
hci0: Type: USB
BD Address: 11:11:11:11:11:11 ACL MTU: 678:8 SCO MTU: 48:10
UP RUNNING PSCAN ISCAN
RX bytes:1056115 acl:2996 sco:0 events:2802 errors:0
TX bytes:225742 acl:2361 sco:0 commands:236 errors:0
In case your result says DOWN, start your bluetooth device by doing any of the following:
hciconfig up (where dev is hci0 in my case)
/etc/init.d/bluetooth restart
Turn on your phone’s bluetooth and scan using sdptool
sdptool browse
This command will display all the services available from your phone. Look for the service related to “Dial up Networking”
Add an rfcomm device
kwrite /etc/bluetooth/rfcomm.conf
Paste the following:
rfcomm0 {
bind yes;
device ;
channel 2;
comment “Dial-up networking”;
}