Skip to content

v6.0.0 — modular installer & docs cleanup

Choose a tag to compare

@discipleartem discipleartem released this 01 Aug 16:29
· 4 commits to main since this release

MediaTek MT7902 Linux Driver 6.0.0

Breaking cleanup of the install pack for MediaTek MT7902 (PCI 14c3:7902).

Highlights

  • Modular installer: thin mt7902.sh + lib/*.sh
  • Removed legacy stub mt7921e_simple_patch.c and non-working patch / patch-check CLI
  • Historical PCI-ID patch archived under archive/mt7921-pci-id/
  • GitHub Actions CI (bash -n, shellcheck, make test)
  • Docs: SoT in docs/ (+ docs/ru/); GUIDEs removed; slim README

Install

git clone https://github.com/discipleartem/mediatek-mt7902-linux-wifi-bluetooth.git
cd mediatek-mt7902-linux-wifi-bluetooth
./tests/run-tests.sh
sudo apt install -y build-essential linux-headers-$(uname -r) git dkms
sudo ./mt7902.sh install-all && sudo reboot

Docs

Known limitation

Bluetooth install blacklists stock btusb / btmtk (Realtek USB BT via btusb stops).

See CHANGELOG.md for the full list.