Bluetoothが突然機能しなくなったのはなぜですか?

Bluetoothが突然機能しなくなったのはなぜですか?

私は Ubuntu 20.04 を搭載した Lenovo Thinkpad T460p を使用しています。昨日はすべて順調でしたが、今日 Bluetooth が機能しなくなりました。シャットダウンもしていません。私の記憶ではシステム更新は行われていません。

$ blueman-manager
blueman-manager version 2.1.2 starting
blueman-manager 09.01.28 ERROR    Manager:118 on_dbus_name_appeared: Default adapter not found, trying first available.
blueman-manager 09.01.28 ERROR    Manager:122 on_dbus_name_appeared: No adapter(s) found, exiting

$ hcitool scan
Device is not available: No such device

$ sudo dmidecode -s bios-version
R07ET63W (2.03 )

$ sudo dmidecode -s bios-release-date
03/15/2016

$ dmesg | grep -i blue
[    3.091649] Bluetooth: Core ver 2.22
[    3.091666] Bluetooth: HCI device and connection manager initialized
[    3.091669] Bluetooth: HCI socket layer initialized
[    3.091671] Bluetooth: L2CAP socket layer initialized
[    3.091674] Bluetooth: SCO socket layer initialized
[    3.136626] thinkpad_acpi: rfkill switch tpacpi_bluetooth_sw: radio is unblocked
[    3.140252] Bluetooth: hci0: Bootloader revision 0.0 build 2 week 52 2014
[    3.149664] Bluetooth: hci0: Device revision is 5
[    3.149665] Bluetooth: hci0: Secure boot is enabled
[    3.149665] Bluetooth: hci0: OTP lock is enabled
[    3.149666] Bluetooth: hci0: API lock is enabled
[    3.149667] Bluetooth: hci0: Debug lock is disabled
[    3.149668] Bluetooth: hci0: Minimum firmware build 1 week 10 2014
[    3.153992] Bluetooth: hci0: Found device firmware: intel/ibt-11-5.sfi
[    4.224885] Bluetooth: BNEP (Ethernet Emulation) ver 1.3
[    4.224886] Bluetooth: BNEP filters: protocol multicast
[    4.224889] Bluetooth: BNEP socket layer initialized
[    4.664148] Bluetooth: hci0: Failed to send firmware data (-38)

チップが壊れたのですか?確認させていただいてもよろしいでしょうか?

編集: USB Bluetooth アダプターを見つけました。それを差し込むと、再び動作します。ということは、壊れたのはハードウェアの一部なのでしょうか?

答え1

奇妙なFnキーの組み合わせがBluetoothを無効にしていたかもしれないことを思い出しました。Bluetoothが壊れた後、誤って機内モードを有効にしてしまいました。その後、Wifi + Bluetoothをオンに戻すと、再び機能しました。何が起こったのかわかりませんが、Bluetoothはソフトウェアによって無効にされました

関連情報