Skip to content

6.1.0 — Wi-Fi/Bluetooth watchdog

Latest

Choose a tag to compare

@discipleartem discipleartem released this 12 Aug 00:24

6.1.0 — watchdog

If Wi‑Fi or Bluetooth drop after install, a systemd unit reloads the same modules the installer uses (mt7902e, btusb_mt7902). It does not reinstall and does not override a radio you turned off (rfkill / nmcli radio wifi off). Repairs are rate-limited.

Enable

sudo ./mt7902.sh watchdog
mt7902-watchdog --check
systemctl status mt7902-watchdog.service

install-all enables the unit automatically. Stop: sudo ./mt7902.sh watchdog-stop. Rollback/remove disables it.

Install (full pack)

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

Verified: Acer Aspire A315-59, Ubuntu 24.04.4, kernel 7.0.0-28-generic.

Changelog: CHANGELOG.md