hallo zusammen,
ich bin auf einige probleme beim einrichten von bluetooth hardware gestossen. nun bin ich auf das schöne
howto hier im forum gestossen, das mich aber leider nicht weiterbringt. auch ist einei google recherche relativ erfolglos. vorab einige infos.
- net-wireless/bluez-4.39-r2 USE="alsa consolekit test-programs usb -cups -debug -doc -gstreamer -old-daemons"
- sys-apps/dbus-1.3.0-r1 USE="X -debug -doc (-selinux) -test"
- sys-apps/hal-0.5.13-r2 USE="X acpi consolekit crypt disk-partition laptop policykit -apm -debug -dell -doc (-selinux)"
lsmod:
|
Quellcode
|
1
2
3
4
5
6
7
|
Module Size Used by
bnep 10632 2
sco 8976 2
rfcomm 32032 4
l2cap 19136 16 bnep,rfcomm
nvidia 8859512 38
btusb 10492 2
|
lsusb:
|
Quellcode
|
1
2
3
4
5
6
7
|
Bus 002 Device 002: ID 1307:0165 Transcend Information, Inc. 2GB/4GB Flash Drive
Bus 002 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 004 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 003 Device 003: ID 0cf3:3000 Atheros Communications, Inc.
[b]Bus 003 Device 002: ID 0a12:0001 Cambridge Silicon Radio, Ltd Bluetooth Dongle (HCI mode)[/b]
Bus 003 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
|
bei der kernelkonfiguration habe ich mich an das offizielle tutorial auf gentoo.org gehalten. dabei habe ich mich sowohl in der modularen als auch statischen variation versucht. beides führt zum selben ergebnis.
hciconfig:
|
Quellcode
|
1
2
3
4
5
6
|
hciconfig hci0
hci0: Type: USB
BD Address: 00:02:72:02:AA:0D ACL MTU: 192:8 SCO MTU: 64:8
UP RUNNING PSCAN
RX bytes:1097 acl:0 sco:0 events:42 errors:0
TX bytes:424 acl:0 sco:0 commands:41 errors:0
|
der usb dongle ist anscheinend up & running.
hcitool:
|
Quellcode
|
1
2
3
|
hcitool scan
Scanning ...
00:1F:C5:53:31:82 Nintendo RVL-CNT-01
|
ein scan erkennt bluetooth hardware.
simple-agent:
|
Quellcode
|
1
2
3
4
5
|
simple-agent hci0 00:1F:C5:53:31:82
Traceback (most recent call last):
File "/usr/bin/simple-agent", line 3, in <module>
import gobject
ImportError: No module named gobject
|
hier haben wir nun den salat. unverzüglich schmeisst mir simple-agent diesen fehler aus.
bluez-test-device:
|
Quellcode
|
1
2
|
bluez-test-device list
dbus.Array([], signature=dbus.Signature('o'))
|
auch weitere test-programs wollen nicht funktionieren.
was läuft hier falsch? revdep-rebuild wurde ausgeführt, auch sonst ist das system auf dem aktuellsten stand. hat dazu jmd einen tipp?
gruß,
hal2050