https://bugzilla.kernel.org/show_bug.cgi?id=218416 --- Comment #8 from Jhon (vjstink@xxxxxxxxx) --- (In reply to Nickolas Gupton from comment #7) > Bluetooth is still not working on boot with kernel 6.7.9 with linux-firmware > 20240220 > However, if I run this script (may take 2-3 runs sometimes) it will work: > > $ cat reset_bluetooth.sh > modprobe -r btusb > modprobe -r btintel > sleep 2 > modprobe btintel > modprobe btusb > sleep 1 > systemctl restart bluetooth Thanks for the script, it actually works after a couple of tries as you say, really great. I wonder, how did you enable these extra debug messages in journalctl? For example, in mine it doesn't say anything about which firmware files it tries to load. I was trying to identify what it loads to replace them with some older versions and see if I can make it work that way. I also want to confirm again that the issue is still present in kernel 6.8.1 with the latest firmware update: 20240312 -- You may reply to this email to add a comment. You are receiving this mail because: You are the assignee for the bug.