OS: Zorin OS 18.1 x86_64 Host: A9 Max
Kernel: 7.0.0-30-generic DE: GNOME 46.0
WM: Wayland Terminal: gnome-terminal
CPU: AMD Ryzen AI 9 HX 370 w/ Radeon
GPU: AMD ATI c7:00.0 Device 150e
-> No ''Additional Drivers'' in Software & Updates offered
Dual Boot system with Win11: has Fast Start disabled
BIOS-UEFI: Secure Boot, Fast Boot and TPM disabled
Bluetooth Problem:
Bluetooth Device (WLAN included): MediaTek MT7925
MT7925 (M.2-Modul on the Platine)
├── Wi-Fi → PCIe-Connection → Driver: mt7925e
└── BT → internal USB-Connection → Driver: btusb + btmtk
BT was not working after Timeshift recovery and Reboot. Additional Reboot did not help.
rfkill list -> didn‘t show any error
0: hci0: Bluetooth
Soft blocked: no
Hard blocked: no
1: phy0: Wireless LAN
Soft blocked: no
Hard blocked: no
sudo systemctl restart bluetooth
bluetoothctl list
-> Can't init device hci0: Connection timed out (110)
sudo dmesg | grep -i -E 'hci|firmware|bluetooth'
->MediaTek BT firmware timeout
:
[ 12.960394] Bluetooth: hci0: Execution of wmt command timed out
[ 12.960409] Bluetooth: hci0: Failed to send wmt patch dwnld (-110)
[ 12.960425] Bluetooth: hci0: Failed to set up firmware (-110)
[ 12.960428] Bluetooth: hci0: HCI Enhanced Setup Synchronous Connection command is advertised, but not supported.
:
Did a complete PC Power Cycle: -> afterwards BT was back working
– Have Shutdown the PC
– Disconnected the PCs Power supply for 1 minute
– Reconnected the Power supply and PC rebooted
To avoid further Autosuspend btusb:
echo "options btusb enable_autosuspend=N" | sudo tee /etc/modprobe.d/btusb.conf
sudo update-initramfs -u
sudo reboot
My questions:
– Is this "not awake out of USB-Autosuspend" a known linux kernel bug which might be fixed during next Zorin Updates?
– Are there further changes I could make to avoid the BT problem?
