%EC%97%90%EC%84%9C%20Bluetooth%EA%B0%80%20%EC%9E%91%EB%8F%99%ED%95%98%EC%A7%80%20%EC%95%8A%EC%8A%B5%EB%8B%88%EB%8B%A4..png)
여기 누군가가 내 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
[...]
이전 정보를 보시면 아시겠지만 저는 최신 리눅스 커널과 최신 리눅스 펌웨어를 사용하고 있습니다. 또한 Intel의 최신 공식 드라이버를 아래 드라이버와 비교했는데 /lib/firmware
동일합니다. 그래도 sudo bluetoothctl list
블루투스 어댑터를 보거나 사용할 수 없습니다 (사용 가능한 기본 컨트롤러 없음).
일반적으로 Linux 펌웨어가 이 어댑터를 전혀 지원하지 않는 것으로 의심되지만 확인된 인증 지원으로 나열되어 있습니다.우분투그리고아치스 위키이 점도 지적됐다.
내가 볼 수 있는 한 로그에는 오류 메시지가 없습니다.
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)
두 번째 시도에서 성공했습니다( Firmware loaded in 1444061 usecs
). 이 진술에 따르면 그것은 가능해야 합니다. 그렇죠?
누구든지 아이디어가 있습니까? 아니면 제가 뭔가를 올바르게 따르지 못하고 있습니까?
답변1
5.11과 5.13 사이에서 회귀하는 것 같습니다. 범위를 좁히려고 노력 중입니다.https://bbs.archlinux.org/viewtopic.php?pid=1985787