我有Ubuntu17.10联想T540p。我连接了BT耳机CEL F5A。它具有Bt4.0的功能,崩溃时使用的配置文件是HSP/HFP (可怕的声音+麦克风)。
时不时的,蓝牙会关闭。然后我就得把它打开重新连接耳机。我不知道是什么原因。下面是我在dmesg
中看到的。我不知道条目是在事件之前还是之后,可能是在(重新连接)之后。
我怎样才能使连接更加稳定?我没有其他BT设备连接。
[335986.898908] Bluetooth: hci0 SCO packet for unknown connection handle 0
[335986.908898] Bluetooth: hci0 SCO packet for unknown connection handle 0
[335986.908903] Bluetooth: hci0 SCO packet for unknown connection handle 0
[335986.908904] Bluetooth: hci0 SCO packet for unknown connection handle 0
[336106.877531] usb 3-11: USB disconnect, device number 49
[336106.905830] Bluetooth: hci0 setting interface failed (19)
[336107.217708] usb 3-11: new full-speed USB device number 62 using xhci_hcd
[336107.362900] usb 3-11: New USB device found, idVendor=8087, idProduct=07dc
[336107.362906] usb 3-11: New USB device strings: Mfr=0, Product=0, SerialNumber=0
[336109.393734] Bluetooth: hci0: Reading Intel version information failed (-110)
[336109.393745] Bluetooth: hci0 command 0xfc05 tx timeout
[336146.986893] usb 3-11: USB disconnect, device number 62
[336147.842503] usb 3-11: new full-speed USB device number 63 using xhci_hcd
[336147.987669] usb 3-11: New USB device found, idVendor=8087, idProduct=07dc
[336147.987673] usb 3-11: New USB device strings: Mfr=0, Product=0, SerialNumber=0
[336148.002134] Bluetooth: hci0: read Intel version: 370710018002030d00
[336148.002305] Bluetooth: hci0: Intel Bluetooth firmware file: intel/ibt-hw-37.7.10-fw-1.80.2.3.d.bseq
[336148.218158] Bluetooth: hci0: Intel Bluetooth firmware patch completed and activated
[336158.238466] input: 00:19:5D:25:6F:6C as /devices/virtual/input/input55
[336174.700138] Bluetooth: hci0 SCO packet for unknown connection handle 0
[336174.710142] Bluetooth: hci0 SCO packet for unknown connection handle 0
[336174.710146] Bluetooth: hci0 SCO packet for unknown connection handle 0
编辑:它有: Intel双波段无线-AC 7260 (2x2,802.11ac/a/b/g/n),蓝牙4.0
发布于 2018-03-13 16:42:07
您可以尝试更改一些参数。
echo "options iwlwifi bt_coex_active=0 swcrypto=1 11n_disable=8" | sudo tee -a /etc/modprobe.d/iwlwifi.conf
重新启动
请参阅https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1721271
https://askubuntu.com/questions/1014235
复制相似问题