[ltp] bluetooth adapter on T60

Tino Keitel linux-thinkpad@linux-thinkpad.org
Wed, 8 Sep 2010 21:54:56 +0200


On Wed, Sep 08, 2010 at 17:55:49 +0200, Eric Van Buggenhaut wrote:
> Hi,
> 
> I don't seem to be able to make use of the bluetooth adapter of my T60. It
> appears as usb device:
> 
> root@pico2:/home/eric# lsusb
> Bus 005 Device 045: ID 0a5c:2110 Broadcom Corp. Bluetooth Controller
> 
> but nowhere as hci device:
> 
> root@pico2:/home/eric# hcitool dev
> Devices:
> 
> There's a kernel module loaded though:
> 
> root@pico2:/home/eric# lsmod|grep bcm
> bcm203x                 3186  0
> 
> root@pico2:/home/eric# dmesg
> [...]
> [467466.458698] Bluetooth: Broadcom Blutonium firmware driver ver 1.2
> [467466.459655] usbcore: registered new interface driver bcm203x
> 
> 
> What am I missing here ?

The btusb module?

For further analysis, you might post your kernel config and lsmod
output.

Or maybe your device just needs to be switched to hci mode using
hid2hci?

Regards,
Tino