蓝牙显示在“lshw”中但未激活

蓝牙显示在“lshw”中但未激活

lshw显示:

          *-usb UNCLAIMED
               description: Bluetooth wireless interface
               product: HP Integrated Module
               vendor: Broadcom Corp
               physical id: 1
               bus info: usb@3:1
               version: 1.00
               capabilities: bluetooth usb-2.00
               configuration: speed=12Mbit

lsusb显示:

Bus 003 Device 002: ID 03f0:171d Hewlett-Packard Bluetooth 2.0 Interface [Broadcom BCM2045]

hcitool dev给出:

Devices:

我缺少什么才能激活蓝牙?

答案1

下列这些有帮助:

root@hk:~# modprobe btintel
root@hk:~# modprobe bnep
root@hk:~# modprobe bluetooth
root@hk:~# modprobe brcmfmac
root@hk:~# modprobe brcmutil
root@hk:~# modprobe realtek
root@hk:~# modprobe evdev

hcitool dev仍然什么都没有显示,但hciconfig -a现在显示:

hci0:   Type: Primary  Bus: USB
        BD Address: 00:27:13:6D:4C:DF  ACL MTU: 1017:8  SCO MTU: 64:8

相关内容