Linux/Tipps/Gentoo/Installation: Unterschied zwischen den Versionen
Zur Navigation springen
Zur Suche springen
Linux/Tipps/Gentoo/Installation (Quelltext anzeigen)
Version vom 1. Januar 2008, 20:12 Uhr
, 1. Januar 2008→Bluetooth
Thomas (Diskussion | Beiträge) (→ivtv) |
Thomas (Diskussion | Beiträge) |
||
Zeile 343: | Zeile 343: | ||
'''/etc/bluetooth/hcid.conf''': | '''/etc/bluetooth/hcid.conf''': | ||
options { | options { | ||
pin_helper /etc/bluetooth/pin-helper; | |||
} | } | ||
device { | device { | ||
name "BlueZ (%h)"; | |||
} | } | ||
Zeile 364: | Zeile 364: | ||
'''/etc/bluetooth/hcid.conf''': | '''/etc/bluetooth/hcid.conf''': | ||
options { | |||
#passkey "BlueZ"; | |||
} | |||
device { | device { | ||
name "BlueZ (%h)"; | |||
} | } | ||
Dann: | Dann: | ||
/etc/init.d/bluetooth restart | /etc/init.d/bluetooth restart | ||
Dann neu anmelden. | Dann neu anmelden. | ||
===Benutzer für rfcomm=== | |||
Benutzer, die '''rfcomm''' verwenden wollen, müssen in der Gruppe '''uccp''' sein: | |||
usermod -a --groups uucp <Benutzer> | |||
===Autostart=== | ===Autostart=== |