I have a new ASUS Vivobook X1404ZA laptop. I installed Ubuntu, but the Wi-Fi and Bluetooth are not working. The Wi-Fi icon doesn't show any networks, and Bluetooth seems to be missing. Here is my technical information: --- **
1. My Wi-Fi/Network Controller:** (Output of `lspci -nn | grep -i network`)
03:00.0 Network controller [0280]: MEDIATEK Corp. Device [14c3:7902]
---
**2. My Kernel Version:**
6.17.7-061707-generic
---
**3. My Kernel Log (dmesg):**
(Output of `sudo dmesg | grep -iE 'mt79|7902'`)
[ 0.276113] pci 0000:03:00.0: [14c3:7902] type 00 class 0x028000 PCIe Endpoint
[ 221.622095] mt7921e: unknown parameter 'disable_usb_sg' ignored
*(Note: My `dmesg` also shows many `mt7921e` errors, but this seems to be the wrong driver for my [14c3:7902] hardware).*
---
**4. RFKill Status:**
(Output of `rfkill list`)
0: hci0: Bluetooth
Soft blocked: no
Hard blocked: no
*(As you can see, `rfkill` only detects Bluetooth, not the Wi-Fi device, confirming the kernel is not loading the Wi-Fi driver).*
---
What is the correct driver for the MediaTek MT7902? I tried loading `mt7925e` but it didn't seem to work. How can I get this hardware enabled?
Thank you.