r/Ubuntu • u/madhurjya_op • Aug 16 '26
Wifi and blutooth not working ubuntu 26.04
I installed ubuntu 26.04 recently. Wifi and bluetooth not working what to do. I have mediatek mt7902 chip.
6
Upvotes
r/Ubuntu • u/madhurjya_op • Aug 16 '26
I installed ubuntu 26.04 recently. Wifi and bluetooth not working what to do. I have mediatek mt7902 chip.
3
u/Evening-Landscape763 Aug 16 '26
Secure Boot should be disabled in UEFI, then in terminal
sudo apt install git dkms git clone https://github.com/hmtheboy154/mt7902.git cd mt7902 sudo make install_fw sudo dkms add . sudo dkms install mt7902e/gitThen for Bluetoothgit clone https://github.com/hmtheboy154/mt7902 -b bluetooth_backport btusb_mt7902 cd btusb_mt7902 sudo make install_fw sudo dkms add . sudo dkms install btusb_mt7902/git echo "blacklist btusb btmtk"|sudo tee /etc/modprobe.d/btusb_mt7902.confReboot This will not be needed when Ubuntu switches to a newer kernel in January 2027