Hii,
soo, after installing Fedora Workstation 42 onto my Lenovo IdeaPad Pro 5 14AKP10 and installing every update available through sudo dnf upgrade --refresh
, Bluetooth doesn’t work anymore in the GNOME session. Like, in GDM, it shows up fine, and even in a second tty, bluetoothctl list
shows the Bluetooth controller, but after logging into the GNOME session, it disappears from bluetoothctl list
.
I got it working again for one or two times, when i ran these commands in this order:
sudo modprobe -r btusb mt7925e
sudo modprobe mt7925e
sudo modprobe btusb
But after a reboot, it didnt worked anymore, so I had to run these commands again. But, as said above, after doing that for one or two times, it doesn’t work anymore. So like, I don’t really know what i should do now.
Also, I can’t boot into an older kernel version (something from the 6.14 release), since the display on my Laptop’s screen is broken, which only got fixed by running a newer kernel version. Also, the Bluetooth Module that is being used in this laptop is a Mediatek MT7925 or MT7925e as far as I know.
Also, before, I was running the KDE Plasma Edition of Fedora 42 on this laptop, and after some rebooting, it worked there flawlessy. So like, I think its an issue specific to the GNOME version of Fedora Linux. And if this helps, I’m running Windows 11 24H2 on this laptop too, but on a second internal SSD (so no extra partition or anything).
Soo yea, any help would be greatly appreciated!