Linux/Tipps/Gentoo/Installation: Unterschied zwischen den Versionen
Linux/Tipps/Gentoo/Installation (Quelltext anzeigen)
Version vom 30. Dezember 2007, 18:02 Uhr
, 30. Dezember 2007→Bluetooth
Thomas (Diskussion | Beiträge) Keine Bearbeitungszusammenfassung |
Thomas (Diskussion | Beiträge) |
||
Zeile 318: | Zeile 318: | ||
==Bluetooth== | ==Bluetooth== | ||
Quelle: http://www.gentoo.org/doc/en/bluetooth-guide.xml | |||
===Vorbereitung=== | |||
In '''/etc/make.conf''' das '''bluetooth''' USE-Flag hinzufügen. | |||
[[Linux/Tipps/Gentoo/Kernel#Kernel_modifizieren|Kernel modifizieren]] und dabei die benötigen Optionen aktivieren, siehe [http://www.gentoo.org/doc/en/bluetooth-guide.xml#doc_chap3 hier]. | |||
===Mit Bluez 2.x=== | |||
emerge bluez-libs bluez-utils bluez-firmware kdebluetooth | |||
'''/etc/bluetooth/hcid.conf''': | |||
options { | |||
pin_helper /etc/bluetooth/pin-helper; | |||
} | |||
device { | |||
name "BlueZ (%h)"; | |||
} | |||
'''/etc/bluetooth/pin''': | |||
<PIN> | |||
Dann: | |||
/etc/init.d/bluetooth restart | |||
Dann neu anmelden. | |||
===Mit Bluez 3.x (unstable)=== | |||
'''/etc/portage/package.keywords''': | |||
net-wireless/bluez-libs | |||
net-wireless/bluez-utils | |||
net-wireless/kdebluetooth | |||
Dann: | |||
emerge bluez-libs bluez-utils bluez-firmware kdebluetooth | |||
'''/etc/bluetooth/hcid.conf''': | |||
device { | |||
name "BlueZ (%h)"; | |||
} | |||
Dann: | |||
/etc/init.d/bluetooth restart | |||
Dann neu anmelden. | |||
===Autostart=== | |||
rc-update add bluetooth default | |||
===Kontrolle=== | |||
hciconfig -a | |||
==Notebook mit Centrino-Chipsatz== | ==Notebook mit Centrino-Chipsatz== |