You are not logged in.
So, neither blueman nor gnome-bluetooth recognize my dongle. Currently I only have gnome-bluetooth installed. Says "Your computer does not have any Bluetooth adapters plugged in." I don't have KDE so I haven't tried that version of the tool.
Kernel: 2.6.32-ARCH.
Device: IOGEAR GBU221
According to this page, it should work.
Also, this thread says it works as well (out of the box with bluez).
The device itself is recognized:
$ hcitool dev
Devices:
hci0 00:02:72:02:41:85
$ hciconfig -a hci0
hci0: Type: USB
BD Address: 00:02:72:02:41:85 ACL MTU: 1017:8 SCO MTU: 64:8
UP RUNNING PSCAN
RX bytes:965 acl:0 sco:0 events:27 errors:0
TX bytes:361 acl:0 sco:0 commands:27 errors:0
Features: 0xff 0xff 0x8d 0xfe 0x9b 0xf9 0x00 0x80
Packet type: DM1 DM3 DM5 DH1 DH3 DH5 HV1 HV2 HV3
Link policy: RSWITCH HOLD SNIFF PARK
Link mode: SLAVE ACCEPT
Name: 'neonz-0'
Class: 0x4a0104
Service Classes: Networking, Capturing, Telephony
Device Class: Computer, Desktop workstation
HCI Ver: 2.0 (0x3) HCI Rev: 0x4005 LMP Ver: 2.0 (0x3) LMP Subver: 0x430e
Manufacturer: Broadcom Corporation (15)
I can do stuff with the command line:
$ hcitool scan
Scanning ...
00:1C:35:A9:53:81 N1337
However, mouting does not mount anything. It doesn't return an error, but nothing is mounted.
Another error:
$ bluez-simple-agent
ERROR:dbus.proxies:Introspect error on :1.0:/: dbus.exceptions.DBusException: org.freedesktop.DBus.Error.AccessDenied: Rejected send message, 2 matched rules; type="method_call", sender=":1.70" (uid=1000 pid=2398 comm="/usr/bin/python) interface="org.freedesktop.DBus.Introspectable" member="Introspect" error name="(unset)" requested_reply=0 destination=":1.0" (uid=0 pid=1482 comm="/usr/sbin/bluetoothd))
Traceback (most recent call last):
File "/usr/bin/bluez-simple-agent", line 90, in <module>
path = manager.DefaultAdapter()
File "/usr/lib/python2.6/site-packages/dbus/proxies.py", line 68, in __call__
return self._proxy_method(*args, **keywords)
File "/usr/lib/python2.6/site-packages/dbus/proxies.py", line 140, in __call__
**keywords)
File "/usr/lib/python2.6/site-packages/dbus/connection.py", line 622, in call_blocking
message, timeout)
dbus.exceptions.DBusException: org.freedesktop.DBus.Error.AccessDenied: Rejected send message, 2 matched rules; type="method_call", sender=":1.70" (uid=1000 pid=2398 comm="/usr/bin/python) interface="org.bluez.Manager" member="DefaultAdapter" error name="(unset)" requested_reply=0 destination=":1.0" (uid=0 pid=1482 comm="/usr/sbin/bluetoothd))
Any ideas?
Last edited by bgalakazam (2010-03-08 11:08:57)
Offline
However, mouting does not mount anything. It doesn't return an error, but nothing is mounted.
How and why are you trying to mount it? It's not a block device, so you can't mount it, in the usual sense of that word.
Offline
EDIT: Issue automatically resolved, the device suddenly started working.
Last edited by bgalakazam (2010-03-08 11:08:37)
Offline