Arch Linuxを実行しているLenovo ThinkPad T15 Intel Gen 2(Intel Wi-Fi 6E AX210カード)では、Bluetoothが機能しません。

Arch Linuxを実行しているLenovo ThinkPad T15 Intel Gen 2(Intel Wi-Fi 6E AX210カード)では、Bluetoothが機能しません。

誰かが私のIntel Wi-Fi 6E AX210カード(Lenovo ThinkPad T15 Intel Gen 2)でBluetoothを使用できるようにすることができます。普段は助けを求めていませんでしたが、今はとてもできません。

私のアーチの設定に関する基本情報:

uname -r
5.12.8-arch1-1

sudo lsmod | grep bluetooth
bluetooth             724992  16 btrtl,btintel,btbcm,bnep,btusb
ecdh_generic           16384  1 bluetooth
rfkill                 28672  11 nfc,bluetooth,thinkpad_acpi,cfg80211
crc16                  16384  2 bluetooth,ext4

sudo pacman -Q bluez bluez-utils linux-firmware linux-headers
bluez 5.58-1
bluez-utils 5.58-1
linux-firmware 20210511.7685cf4-1
linux-headers 5.12.8.arch1-1

sudo systemctl status bluetooth.service 
● bluetooth.service - Bluetooth service
     Loaded: loaded (/usr/lib/systemd/system/bluetooth.service; enabled; vendor preset: disabled)
     Active: active (running) since Sun 2021-05-30 16:49:39 CEST; 4min 55s ago
     [...]

sudo lsusb
[...]
Bus 003 Device 005: ID 8087:0032 Intel Corp.

sudo rfkill list
0: tpacpi_bluetooth_sw: Bluetooth
        Soft blocked: no
        Hard blocked: no
1: hci0: Bluetooth
        Soft blocked: no
        Hard blocked: no
[...]

前の情報を見るとわかりますが、私は最新のLinuxカーネルと最新のLinuxファームウェアを使用しています。また、Intelの最新の公式ドライバを以下のドライバと比較しましたが、/lib/firmware同じです。それでもsudo bluetoothctl listBluetoothアダプタは表示または使用できません(利用可能なデフォルトコントローラはありません)。

通常、Linuxファームウェアはこのアダプタをまったくサポートしていないと思われますが、確認された認証サポートとしてリストされています。Ubuntuそしてアーチスウィキこの点も指摘された。

私が見ることができる限り、ログにはエラーメッセージはありません。

sudo journalctl | grep hci0
Bluetooth: hci0: Device revision is 0
Bluetooth: hci0: Secure boot is enabled
Bluetooth: hci0: OTP lock is enabled
Bluetooth: hci0: API lock is enabled
Bluetooth: hci0: Debug lock is disabled
Bluetooth: hci0: Minimum firmware build 1 week 10 2014
Bluetooth: hci0: Bootloader timestamp 2019.40 buildtype 1 build 38
Bluetooth: hci0: Found device firmware: intel/ibt-0041-0041.sfi
Bluetooth: hci0: Failed to send firmware data (-38)
Bluetooth: hci0: Intel reset sent to retry FW download
Bluetooth: hci0: Device revision is 0
Bluetooth: hci0: Secure boot is enabled
Bluetooth: hci0: OTP lock is enabled
Bluetooth: hci0: API lock is enabled
Bluetooth: hci0: Debug lock is disabled
Bluetooth: hci0: Minimum firmware build 1 week 10 2014
Bluetooth: hci0: Bootloader timestamp 2019.40 buildtype 1 build 38
Bluetooth: hci0: Found device firmware: intel/ibt-0041-0041.sfi
Bluetooth: hci0: Waiting for firmware download to complete
Bluetooth: hci0: Firmware loaded in 1444061 usecs
Bluetooth: hci0: Waiting for device to boot
Bluetooth: hci0: Device booted in 26828 usecs
Bluetooth: hci0: Found Intel DDC parameters: intel/ibt-0041-0041.ddc
Bluetooth: hci0: Applying Intel DDC parameters completed
Bluetooth: hci0: Firmware timestamp 2021.15 buildtype 1 build 23884

ログによると、最初はファームウェアが正しくロードされていませんが()、Failed to send firmware data (-38)2回目の試みで成功しました(Firmware loaded in 1444061 usecs)。この声明に従ってそれは可能でなければなりません。そうですか?

誰にもアイデアはありますか?それとも、私は何かを正しくフォローしていませんか?

ベストアンサー1

5.11と5.13の間で回帰するようです。範囲を絞り込もうとしています。https://bbs.archlinux.org/viewtopic.php?pid=1985787

おすすめ記事