Question
I am running Ubuntu 25.10 (Plucky Puffin) on a laptop using the MediaTek MT7902 Wi-Fi card. Out of the box, the wireless interface is not detected.
Hardware Details: lspci -nnk | grep -A 3 Network output:
02:00.0 Network controller [0280]: MEDIATEK Corp. Device [14c3:7902]
Subsystem: AzureWave Device [1a3b:5520]
Kernel modules: mt7902
Despite the module being listed, the device is shown as UNCLAIMED.
Symptoms and Attempted Fixes:
Secure Boot Conflict: When I try to manually load the driver via
sudo modprobe mt7902, I receive:modprobe: ERROR: could not insert 'mt7902': Key was rejected by serviceKernel Instability: On some boots, the system hangs or triggers a kernel panic during the hardware probe phase.
Firmware Logs:
dmesgshowsLoading of unsigned module is rejectedand sometimes fails to locate specific.binfirmware files for thegen4architecture.
How can I safely install a working driver for the MT7902 on Ubuntu 25.10 without causing boot loops or kernel panics?