Hallo,
ich habe ein hoffentlich triviales Problem:
Und zwar habe ich mir kbluetooth4 installiert und will dieses nun als user benutzen.
Wenn ich als user starte, sehe ich zwar das Symbol im Systray, aber es ist grau, also kann es nicht auf das Bluetoothgerät zugreifen. Wenn ich es als root starte, ist das Symbol blau und ich kann nach Bluetoothgeräten suchen und Daten austauschen.
Leider habe ich beim Googeln nichts gefunden, ich denke mal, ich bin nicht in der richtigen Gruppe oder mir fehlen als user ein paar Berechtigungen und ich muss diese für ein paar Dateien neu setzen. Nur welche?
user: michi
|
Quellcode
|
1
2
|
michi@michilp ~ $ groups
disk wheel cron audio cdrom video games usb users michi plugdev
|
user:root
|
Quellcode
|
1
2
|
michilp michi # groups
root bin daemon sys adm disk wheel floppy cron dialout tape video games
|
Anstecken des Bluetoothadapters:
|
Quellcode
|
1
2
3
4
5
6
7
8
9
10
11
12
|
tail -f /var/log/messages
Aug 9 18:03:45 michilp usb 3-2: new full speed USB device using uhci_hcd and address 8
Aug 9 18:03:45 michilp usb 3-2: configuration #1 chosen from 1 choice
Aug 9 18:03:45 michilp bluetoothd[12176]: Bluetooth daemon 4.39
Aug 9 18:03:45 michilp bluetoothd[12176]: Starting SDP server
Aug 9 18:03:45 michilp bluetoothd[12176]: Starting experimental netlink support
Aug 9 18:03:45 michilp bluetoothd[12176]: Failed to find Bluetooth netlink family
Aug 9 18:03:45 michilp bluetoothd[12176]: Can't create GN bridge
Aug 9 18:03:45 michilp bluetoothd[12176]: HCI dev 0 registered
Aug 9 18:03:45 michilp bluetoothd[12176]: HCI dev 0 up
Aug 9 18:03:45 michilp bluetoothd[12176]: Starting security manager 0
Aug 9 18:03:46 michilp bluetoothd[12176]: Adapter /org/bluez/12176/hci0 has been enabled
|
Viele Dank für eure Hilfe.