melvyn2 / intel-bt-fw-imgextract

MIT License
6 stars 0 forks source link

[FIXED] Bluetooth started but not functional - kernel 6.12-rc3 / asus zeenbook s14 #2

Open BlackJohnny opened 1 week ago

BlackJohnny commented 1 week ago

Using windows driver version 23.80.0

The firmware loads, except ddc file, however the Bluetooth adapter is on but not functional. It is not able to discover any BT device.

In the logs there are some errors:

Oct 18 18:18:30 s14 bluetoothd[1214]: Failed to set mode: Busy (0x0a)
Oct 18 18:18:35 s14 bluetoothd[1214]: Failed to set mode: Failed (0x03)
Oct 18 18:18:38 s14 bluetoothd[1214]: Failed to set mode: Busy (0x0a)

What kernel are you using?

Thank you for your effort!

melvyn2 commented 1 week ago

6.12.0rc2

BlackJohnny commented 1 week ago

You are right. I booted on rc2 and it works thanks!

For the record, I also applied some patches for iwlwifi and the sound system on my rc3. So maybe the original rc3 is working.

melvyn2 commented 1 week ago

Hm, that's strange. I'll try rc3 when I can.

melvyn2 commented 1 week ago

Tested on rc3 and bluetooth seems to work fine, at least for audio.

BlackJohnny commented 1 week ago

indeed it got fixed also for me running sudo update-initramfs -u

I will let the issue open maybe others will have the same issue