Bluetooth가 작동하지 않음, "Bluetooth: hci0: 펌웨어 다운로드 오류 복구 실패(-19)"

Bluetooth가 작동하지 않음, "Bluetooth: hci0: 펌웨어 다운로드 오류 복구 실패(-19)"

블루투스 헤드셋을 연결하려고 하는데 bluetoothctl성공하지 못했습니다. 로그는 다음과 같습니다.

에서 bluetoothctl:

[bluetooth]# connect 6C:D3:EE:E2:D2:D7 
Attempting to connect to 6C:D3:EE:E2:D2:D7
[CHG] Device 6C:D3:EE:E2:D2:D7 Connected: yes
Connection successful
[CHG] Device 6C:D3:EE:E2:D2:D7 Connected: no

에서 journalctl -p3 -e:

...
<datetime> nixos kernel: Bluetooth: hci0: FW download error recovery failed (-19)
...

불안정한 NixOS에서 bluez 1.70을 사용하고 있습니다. 여러 번 다시 시작해 보았으나 도움이 되지 않았습니다. 이 문제를 어떻게 해결할 수 있나요?

관련 정보