在 Ubuntu 16.04 串流時藍牙崩潰

在 Ubuntu 16.04 串流時藍牙崩潰

我的 Ubuntu 16.04 機器上的藍牙驅動程式有問題。當我第一次加載作業系統時,我可以看到藍牙托盤圖標,甚至可以連接到我的藍牙耳機。當我嘗試將某些內容傳輸到耳機時,藍牙崩潰了,除了重新啟動電腦之外,我無法以任何方式重新啟動它。

一些日誌:

 # dmesg | grep -i bluetooth
[    4.223998] Bluetooth: Core ver 2.21
[    4.224011] Bluetooth: HCI device and connection manager initialized
[    4.224013] Bluetooth: HCI socket layer initialized
[    4.224015] Bluetooth: L2CAP socket layer initialized
[    4.224021] Bluetooth: SCO socket layer initialized
[    4.317038] Bluetooth: hci0: read Intel version: 370810011002270d39
[    4.317039] Bluetooth: hci0: Intel device is already patched. patch num: 39
[    4.393310] Bluetooth: BNEP (Ethernet Emulation) ver 1.3
[    4.393311] Bluetooth: BNEP filters: protocol multicast
[    4.393313] Bluetooth: BNEP socket layer initialized
[    7.552520] Bluetooth: RFCOMM TTY layer initialized
[    7.552528] Bluetooth: RFCOMM socket layer initialized
[    7.552532] Bluetooth: RFCOMM ver 1.11
[  238.609823] Bluetooth: hci0 setting interface failed (19)
[  241.041785] Bluetooth: hci0 command 0xfc05 tx timeout
[  241.041786] Bluetooth: hci0: Reading Intel version information failed (-110)
[  241.068201] Bluetooth: hci0: read Intel version: 370810011002270d39
[  241.068202] Bluetooth: hci0: Intel device is already patched. patch num: 39

 # lspci -nnk | grep -iA2 net; lsusb; lsmod | grep blue
00:19.0 Ethernet controller [0200]: Intel Corporation Ethernet Connection (3) I218-LM [8086:15a2] (rev 03)
DeviceName:  Onboard LAN
    Subsystem: Dell Ethernet Connection (3) I218-LM [1028:062e]
    Kernel driver in use: e1000e
    Kernel modules: e1000e
02:00.0 Network controller [0280]: Intel Corporation Wireless 7265 [8086:095a] (rev 3b)
    Subsystem: Intel Corporation Dual Band Wireless-AC 7265 [8086:5510]
    Kernel driver in use: iwlwifi
Bus 001 Device 005: ID 0a5c:5804 Broadcom Corp. BCM5880 Secure Applications Processor with fingerprint swipe sensor
Bus 001 Device 004: ID 1bcf:2b8d Sunplus Innovation Technology Inc. 
Bus 001 Device 006: ID 8087:0a2a Intel Corp. 
Bus 001 Device 002: ID 8087:8001 Intel Corp. 
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 003 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
Bus 002 Device 003: ID 046d:c01e Logitech, Inc. MX518 Optical Mouse
Bus 002 Device 002: ID 045e:07a5 Microsoft Corp. Wireless Receiver 1461C
Bus 002 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
bluetooth             557056  15 btrtl,btintel,bnep,btbcm,rfcomm,btusb
 # rfkill list all
0: phy0: Wireless LAN
    Soft blocked: no
    Hard blocked: no
1: dell-wifi: Wireless LAN
    Soft blocked: no
    Hard blocked: no
2: dell-bluetooth: Bluetooth
    Soft blocked: no
    Hard blocked: no
3: hci0: Bluetooth
    Soft blocked: no
    Hard blocked: no

兩種不同的耳機都已經發生過這種情況,所以我懷疑這與這些耳機有什麼關係。

藍牙崩潰後,藍牙管理器如下所示:

藍牙管理器

正如您所看到的,即使我啟動了藍牙,它也被禁用了。即使選中了“在功能表列中顯示藍牙狀態”,我也看不到任何東西。

我嘗試重新安裝bluez,但沒有任何變化。

謝謝您的幫忙!

答案1

使用藍人小程式 1.23來自 Ubuntu 軟體中心。這將解決您的藍牙崩潰問題

相關內容