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=12Mbitlsusb显示:
Bus 003 Device 002: ID 03f0:171d Hewlett-Packard Bluetooth 2.0 Interface [Broadcom BCM2045]但是hcitool dev给出了:
Devices:我缺少什么来激活BlueTooth?
发布于 2018-01-22 04:29:22
其中的一些帮助:
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 evdevhcitool dev仍然什么也不显示,但是hciconfig -a现在显示:
hci0: Type: Primary Bus: USB
BD Address: 00:27:13:6D:4C:DF ACL MTU: 1017:8 SCO MTU: 64:8https://askubuntu.com/questions/998522
复制相似问题