An open API service indexing awesome lists of open source software.

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

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
```