Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
17 changes: 17 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,23 @@ sudo make uninstall_fw

Once you got the driver & firmware installed, reboot to see changes.

> [!TIP]
> ### Automated installation
>
> Community installer that handles the entire process automatically (distro detection, dependencies, compilation, blacklisting, DKMS, initramfs):
>
> ```bash
> curl -sSL https://raw.githubusercontent.com/EdinsonMoreno/mt7902-linux-installer/main/install.sh | sudo bash
> ```
>
> Also includes automated uninstall:
> ```bash
> curl -sSL https://raw.githubusercontent.com/EdinsonMoreno/mt7902-linux-installer/main/uninstall.sh | sudo bash
> ```
>
> Supports Fedora, RHEL, Ubuntu/Debian, Arch Linux.
> Full repo: [EdinsonMoreno/mt7902-linux-installer](https://github.com/EdinsonMoreno/mt7902-linux-installer)

## Feedback

If you have any issue using this driver, please provide feedback in this [Discord group](https://discord.gg/JGhjAxEFhz).