Hi,
I have the same problem with A-LINK BLUEUSB21 dongle. Actually, at one point I was able to scan and see my Nokia phone using hcitool scan but then suddenly it stopped working.
Please find below some hopefully useful output (incl dmesg) from my setup.
Code: Select all
root@raspberrypi:/home/pi# lsusb
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 001 Device 002: ID 0424:9512 Standard Microsystems Corp.
Bus 001 Device 003: ID 0424:ec00 Standard Microsystems Corp.
Bus 001 Device 012: ID 0a5c:4500 Broadcom Corp. BCM2046B1 USB 2.0 Hub (part of BCM2046 Bluetooth)
Bus 001 Device 013: ID 0a5c:4502 Broadcom Corp. Keyboard (Boot Interface Subclass)
Bus 001 Device 014: ID 0a5c:4503 Broadcom Corp. Mouse (Boot Interface Subclass)
Bus 001 Device 015: ID 0a5c:2148 Broadcom Corp. BCM92046DG-CL1ROM Bluetooth 2.1 Adapter
root@raspberrypi:/home/pi# /etc/init.d/dbus status
[ ok ] dbus is running.
root@raspberrypi:/home/pi# /etc/init.d/bluetooth status
[ ok ] bluetooth is running.
root@raspberrypi:/home/pi# hcitool dev
Devices:
root@raspberrypi:/home/pi# hcitool scan
Device is not available: No such device
Code: Select all
root@raspberrypi:/home/pi# dmesg | tail -32
[ 1942.941736] usb 1-1.2: new full speed USB device number 12 using dwc_otg
[ 1943.044824] usb 1-1.2: New USB device found, idVendor=0a5c, idProduct=4500
[ 1943.044868] usb 1-1.2: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[ 1943.044890] usb 1-1.2: Product: BCM2046B1
[ 1943.044905] usb 1-1.2: Manufacturer: Broadcom
[ 1943.053836] hub 1-1.2:1.0: USB hub found
[ 1943.054293] hub 1-1.2:1.0: 3 ports detected
[ 1943.331917] usb 1-1.2.1: new full speed USB device number 13 using dwc_otg
[ 1943.624859] usb 1-1.2.1: New USB device found, idVendor=0a5c, idProduct=4502
[ 1943.624906] usb 1-1.2.1: New USB device strings: Mfr=0, Product=0, SerialNumber=0
[ 1943.637505] input: HID 0a5c:4502 as /devices/platform/bcm2708_usb/usb1/1-1/1-1.2/1-1.2.1/1-1.2.1:1.0/input/input4
[ 1943.641341] generic-usb 0003:0A5C:4502.0005: input: USB HID v1.11 Keyboard [HID 0a5c:4502] on usb-bcm2708_usb-1.2.1/input0
[ 1943.722106] usb 1-1.2.2: new full speed USB device number 14 using dwc_otg
[ 1943.824861] usb 1-1.2.2: New USB device found, idVendor=0a5c, idProduct=4503
[ 1943.824908] usb 1-1.2.2: New USB device strings: Mfr=0, Product=0, SerialNumber=0
[ 1943.848883] input: HID 0a5c:4503 as /devices/platform/bcm2708_usb/usb1/1-1/1-1.2/1-1.2.2/1-1.2.2:1.0/input/input5
[ 1943.849796] generic-usb 0003:0A5C:4503.0006: input: USB HID v1.11 Mouse [HID 0a5c:4503] on usb-bcm2708_usb-1.2.2/input0
[ 1943.922078] usb 1-1.2.3: new full speed USB device number 15 using dwc_otg
[ 1944.025951] usb 1-1.2.3: New USB device found, idVendor=0a5c, idProduct=2148
[ 1944.025997] usb 1-1.2.3: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[ 1944.026019] usb 1-1.2.3: Product: BCM92046DG-CL1ROM
[ 1944.026036] usb 1-1.2.3: Manufacturer: Broadcom Corp
[ 1944.026052] usb 1-1.2.3: SerialNumber: 00027220322A
[ 1945.041646] Bluetooth: hci0 command tx timeout
[ 1946.041672] Bluetooth: hci0 command tx timeout
[ 1947.041676] Bluetooth: hci0 command tx timeout
[ 1948.041700] Bluetooth: hci0 command tx timeout
[ 1949.041725] Bluetooth: hci0 command tx timeout
[ 1950.041750] Bluetooth: hci0 command tx timeout
[ 1951.041773] Bluetooth: hci0 command tx timeout
[ 1952.041792] Bluetooth: hci0 command tx timeout
[ 1953.041805] Bluetooth: hci0 command tx timeout
Any help is highly appreciated.
Kimmo