I got help from ChatGPT.
lspci
is giving:
02:00.0 Network controller [0280]: MEDIATEK Corp. Device [14c3:7902]
ChatGPT concluded that the name of the driver is mt7921e. I did:
sudo apt update && sudo apt upgradesudo apt install linux-modules-extra-$(uname -r) and reboot
Check if the driver is installed:
lsmod | grep mt7921e with no result
This is what I got when listing mediatek directory:
$ ls /lib/firmware/mediatek/linux-firmware/mediatek/ | grep WIFI WIFI_MT7922_patch_mcu_1_1_hdr.bin WIFI_MT7961_patch_mcu_1_2_hdr.bin WIFI_MT7961_patch_mcu_1a_2_hdr.bin WIFI_RAM_CODE_MT7922_1.bin WIFI_RAM_CODE_MT7961_1a.bin WIFI_RAM_CODE_MT7961_1.bin
I suspect that the driver has a different name. I need help to figure it out. ChatGPT seems to be unable to help me.