MediaTek Wi-Fi 6E MT7902 — WiFi + Bluetooth drivers on Linux

1 Apr
Installation Step 0: Check Kernel Version
uname -r
Part 1: Wi-Fi Driver Installation 1. Install build dependencies Ubuntu / Debian / Linux Mint: sudo apt update
sudo apt install -y build-essential git linux-headers-$(uname -r) dkms
Arch Linux: sudo pacman -S –needed base-devel git linux-headers dkms Fedora:
sudo dnf install -y kernel-devel kernel-headers gcc make git dkms
2. Clone the Wi-Fi driver repository
git clone https://github.com/hmtheboy154/mt7902 -b backport mt7902_wifi
cd mt7902_wifi
3. Build and install the driver
sudo make install -j$(nproc)
4. Install the required firmware
sudo make install_fw
5. Reboot your system
sudo reboot
6. Verify Wi-Fi is working # Check network interfaces
ip link show
# Verify the module is loaded
lsmod | grep mt7902
# List available Wi-Fi networks
nmcli device wifi list
Steps to install:
https://github.com/checkitsnow/MT7902_linux_drv

Read the pdf here:
https://github.com/checkitsnow/MT7902_linux_drv/blob/9ea78d05ca3765cbdc914b4b2d77235d5e96295b/MT7902_Driver_Install_Guide_EN.pdf
Rating of article:
[Total: 0 Average: 0]

Leave a Reply

Your email address will not be published. Required fields are marked *

This site uses Akismet to reduce spam. Learn how your comment data is processed.