Dell XPS 15 9550 - Bluetoothを何でも接続できない

Dell XPS 15 9550 - Bluetoothを何でも接続できない

dmesg | grep -i blueLinux Mint 19の出力:

[    6.877551] Bluetooth: Core ver 2.22
[    6.877566] Bluetooth: HCI device and connection manager initialized
[    6.877568] Bluetooth: HCI socket layer initialized
[    6.877570] Bluetooth: L2CAP socket layer initialized
[    6.877573] Bluetooth: SCO socket layer initialized
[    6.969491] Bluetooth: BNEP (Ethernet Emulation) ver 1.3
[    6.969492] Bluetooth: BNEP filters: protocol multicast
[    6.969494] Bluetooth: BNEP socket layer initialized
[    6.994787] Bluetooth: hci0: BCM: chip id 102
[    6.995787] Bluetooth: hci0: BCM: features 0x2f
[    7.011813] Bluetooth: hci0: BCM20703A1
[    7.012802] Bluetooth: hci0: BCM (001.001.005) build 0000
[    7.012854] bluetooth hci0: Direct firmware load for brcm/BCM-0a5c-6410.hcd failed with error -2
[    7.012855] Bluetooth: hci0: BCM: Patch brcm/BCM-0a5c-6410.hcd not found
[   45.103943] Bluetooth: RFCOMM TTY layer initialized
[   45.103948] Bluetooth: RFCOMM socket layer initialized
[   45.103951] Bluetooth: RFCOMM ver 1.11
[  789.885847] Bluetooth: hci0: last event is not cmd complete (0x0f)
[ 2364.579896] Bluetooth: hci0: last event is not cmd complete (0x0f)
[ 2386.969769] Bluetooth: hci0: last event is not cmd complete (0x0f)
[ 2795.783872] Bluetooth: hci0: last event is not cmd complete (0x0f)
[ 2845.194748] Bluetooth: hci0: last event is not cmd complete (0x0f)
[ 2894.203896] Bluetooth: hci0: last event is not cmd complete (0x0f)
[ 2909.474876] Bluetooth: hci0: last event is not cmd complete (0x0f)

ここでは、システムがどのパッチを探しているのかわかりません。

[    7.012854] bluetooth hci0: Direct firmware load for brcm/BCM-0a5c-6410.hcd failed with error -2
[    7.012855] Bluetooth: hci0: BCM: Patch brcm/BCM-0a5c-6410.hcd not found

標準のBluetoothアプリやbluemanを使用すると、同じ状況が発生します。スキャン中にBluetoothエントリが「表示」されますが(MACアドレスのみが表示され、迷惑な仕事です)、接続しようとすると中断され失敗します。その後、他のすべての試みはすぐに失敗します。

どんな提案がありますか?

ベストアンサー1

問題を解決するには:

wget https://github.com/winterheart/broadcom-bt-firmware/raw/master/brcm/BCM20703A1-0a5c-6410.hcd
sudo cp BCM20703A1-0a5c-6410.hcd /lib/firmware/brcm/BCM-0a5c-6410.hcd
そして再起動してください。

おすすめ記事