https://github.com/shadowblip/rz608-fix
Fix RZ608/MT7921K wifi modules in linux kernels 5.13 - 5.16.2
https://github.com/shadowblip/rz608-fix
Last synced: 4 months ago
JSON representation
Fix RZ608/MT7921K wifi modules in linux kernels 5.13 - 5.16.2
- Host: GitHub
- URL: https://github.com/shadowblip/rz608-fix
- Owner: ShadowBlip
- License: gpl-3.0
- Created: 2022-06-01T02:58:04.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2022-07-09T16:44:51.000Z (almost 4 years ago)
- Last Synced: 2025-05-02T00:32:32.635Z (about 1 year ago)
- Language: Shell
- Homepage:
- Size: 17.6 KB
- Stars: 23
- Watchers: 2
- Forks: 4
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# rz608-fix
Fixes for the RZ608/MT7921K WiFi module in Linux using systemd.
- Fixes reboot kernel panic by unloading WiFi module mT7921e on shutdown/reboot.
- Fixes loss of WiFi on suspend.
- Adds the correct device ID to the MT7921E driver for kernels 5.13-5.16.3
# Installing
## From the AUR
```
sudo pikaur -S rz608-fix-git
sudo udevadm control -R
```
## From source
```
sudo make install
```
# Removing
## From the AUR
```
sudo pikaur -R rz608-fix-git
```
## From source
```
sudo make clean
```