Asus TUF FX506HCBにLinux Mint 20.3をインストールすると、タッチパッド、セカンダリGPU、ワイヤレスカード(MediaTek MT7921)が機能しなくなり、アップデートマネージャにLinux Kernel 5.13.0-30がインストールされました。今、Bluetooth以外のほとんどすべてがうまくいきます。
Bluetoothアプリでオンにしようとするとスイッチがオンになりますが、どのデバイスも見つからず、他のデバイスも見つかりません。名前変更オプションも無効になります。
rfkill
Bluetoothをブロックしてブロック解除してみましたが、違いはありません。
$ rfkill
ID TYPE DEVICE SOFT HARD
0 bluetooth hci0 unblocked unblocked
1 wlan phy0 unblocked unblocked
これを実行すると、hciconfig -a
次のような結果が得られます。
hci0: Type: Primary Bus: USB
BD Address: 00:00:00:00:00:00 ACL MTU: 0:0 SCO MTU: 0:0
DOWN
RX bytes:0 acl:0 sco:0 events:0 errors:0
TX bytes:3 acl:0 sco:0 commands:1 errors:0
Features: 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00
Packet type: DM1 DH1 HV1
Link policy:
Link mode: SLAVE ACCEPT
ほとんどすべてがそうなので、何か問題があると思います00
。開こうとすると:
$ sudo hciconfig hci0 up
Can't init device hci0: Connection timed out (110)
bluetoothctl list
hcitool dev
どのデバイスも返しません。
出力lspci -k
:
...
0000:02:00.0 Network controller: MEDIATEK Corp. Device 7961
Subsystem: AzureWave Device 4680
Kernel driver in use: mt7921e
Kernel modules: mt7921e
...
Bluetoothサービスも実行中です。
$ sudo systemctl status bluetooth
● bluetooth.service - Bluetooth service
Loaded: loaded (/lib/systemd/system/bluetooth.service; enabled; vendor preset: enabled)
Active: active (running) since Mon 2022-03-07 00:36:02 +0330; 28min ago
Docs: man:bluetoothd(8)
Main PID: 824 (bluetoothd)
Status: "Running"
Tasks: 1 (limit: 18760)
Memory: 1.5M
CGroup: /system.slice/bluetooth.service
└─824 /usr/lib/bluetooth/bluetoothd
一度だけBluetoothが正常に動作し、携帯電話からラップトップにファイルを正常に送信しました。再起動後、再び動作が停止しました。
カーネルとBluetooth関連のパッケージを再インストールしても役に立ちませんでした。
BluetoothはWindows 11でうまく動作するため、ハードウェアの問題はありません。
解決策はありますか?それとも、次のカーネルで問題が解決するのを待つ必要がありますか?