首页
学习
活动
专区
圈层
工具
发布
社区首页 >问答首页 >在“`lshw`”中显示但未激活的BlueTooth

在“`lshw`”中显示但未激活的BlueTooth
EN

Ask Ubuntu用户
提问于 2018-01-22 04:14:25
回答 1查看 1.1K关注 0票数 0

lshw显示:

代码语言:javascript
复制
          *-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显示:

代码语言:javascript
复制
Bus 003 Device 002: ID 03f0:171d Hewlett-Packard Bluetooth 2.0 Interface [Broadcom BCM2045]

但是hcitool dev给出了:

代码语言:javascript
复制
Devices:

我缺少什么来激活BlueTooth?

EN

回答 1

Ask Ubuntu用户

发布于 2018-01-22 04:29:22

其中的一些帮助:

代码语言:javascript
复制
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现在显示:

代码语言:javascript
复制
hci0:   Type: Primary  Bus: USB
        BD Address: 00:27:13:6D:4C:DF  ACL MTU: 1017:8  SCO MTU: 64:8
票数 -1
EN
页面原文内容由Ask Ubuntu提供。腾讯云小微IT领域专用引擎提供翻译支持
原文链接:

https://askubuntu.com/questions/998522

复制
相关文章

相似问题

领券
问题归档专栏文章快讯文章归档关键词归档开发者手册归档开发者手册 Section 归档