我需要帮助解决蓝牙问题。我不能使用USB蓝牙设备。蓝牙用户界面只是说没有适配器。
我运行的是ubuntu 19.04,一切都是最新的。
我有这个设备,
Bus 001 Device 002: ID 0a12:0001 Cambridge Silicon Radio, Ltd Bluetooth Dongle (HCI mode)
dmesg \ grep蓝牙
[ 6.137963] Bluetooth: Core ver 2.22
[ 6.137977] Bluetooth: HCI device and connection manager initialized
[ 6.137980] Bluetooth: HCI socket layer initialized
[ 6.137982] Bluetooth: L2CAP socket layer initialized
[ 6.137984] Bluetooth: SCO socket layer initialized
[ 8.208995] Bluetooth: hci0: command 0x2003 tx timeout
[ 10.224994] Bluetooth: hci0: command 0x2007 tx timeout
[ 15.063638] Bluetooth: BNEP (Ethernet Emulation) ver 1.3
[ 15.063639] Bluetooth: BNEP filters: protocol multicast
[ 15.063642] Bluetooth: BNEP socket layer initialized
[ 1069.727317] Bluetooth: hci0: command 0x2003 tx timeout
[ 1071.743434] Bluetooth: hci0: command 0x2007 tx timeout
[ 1346.401282] Bluetooth: hci0: command 0x2003 tx timeout
[ 1348.417451] Bluetooth: hci0: command 0x2007 tx timeout
[ 1487.968981] Bluetooth: hci0: command 0x2003 tx timeout
[ 1489.984757] Bluetooth: hci0: command 0x2007 tx timeout
[ 2258.267934] Bluetooth: hci0: command 0x2003 tx timeout
[ 2260.287907] Bluetooth: hci0: command 0x2007 tx timeout
无花果-a hci0
hci0: Type: Primary Bus: USB
BD Address: 33:03:30:09:E8:9D ACL MTU: 360:4 SCO MTU: 0:0
DOWN
RX bytes:3318 acl:0 sco:0 events:168 errors:0
TX bytes:2208 acl:0 sco:0 commands:180 errors:0
Features: 0xff 0xff 0xcd 0xfa 0xdb 0xbf 0x7b 0x87
Packet type: DM1 DM3 DM5 DH1 DH3 DH5 HV1 HV2 HV3
Link policy: RSWITCH HOLD SNIFF PARK
Link mode: SLAVE ACCEPT
数独海康图hci0 up
Can't init device hci0: Operation not supported (95)
我不知道这里还能做什么?
有趣的是,我买了这台设备,因为它说它可以和raspberry pi一起工作,所以我想这意味着它也可以和其他linux发行版一起工作。这里提到了,
发布于 2019-08-26 17:13:34
在我的联想瑜伽900上安装了19.04之后,我无法打开蓝牙适配器。我尝试了一些为较早版本的Ubuntu提出的解决方案,但都没有效果。
当我使用这些命令重新加载内核模块时,我的问题就解决了。
sudo rmmod btusb
sudo modprobe btusb
sudo service bluetooth restart
在每次重新启动之后,我似乎都需要这样做。
https://askubuntu.com/questions/1168123
复制相似问题