OS = Fedora 41 Cinnamon
$ inxi -E
Bluetooth:
Device-1: Ralink RT3290 Bluetooth driver: N/A
What should I do to make the driver available at Fedora?
I’v read the internet, but Ubuntu is everywhere.
Thanx.
OS = Fedora 41 Cinnamon
$ inxi -E
Bluetooth:
Device-1: Ralink RT3290 Bluetooth driver: N/A
What should I do to make the driver available at Fedora?
I’v read the internet, but Ubuntu is everywhere.
Thanx.
It looks like that should be already supported in the stock Fedora kernel:
/usr/src/kernels/6.12.8-200.fc41.x86_64/include/config/RT2800PCI_RT3290
/usr/src/kernels/6.12.9-200.fc41.x86_64/include/config/RT2800PCI_RT3290
/usr/src/kernels/6.12.10-200.fc41.x86_64/include/config/RT2800PCI_RT3290
Does it show up if you run sudo modprobe rt2800pci
?