Arch Linux Installation¶
The package is available in the AUR.
Install from AUR¶
What Happens During Installation¶
- Downloads source tarball from GitHub releases
- Verifies SHA256 checksum
- Installs source to
/usr/src/mt76-mt7925-<version>/ - DKMS builds modules for all installed kernels
- Signs modules if MOK is configured (Secure Boot)
Verify Installation¶
# Check DKMS status
dkms status | grep mt76-mt7925
# Check module is from DKMS (not stock kernel)
modinfo mt7925e | grep filename
# Should show: /lib/modules/.../updates/dkms/mt7925e.ko.zst
# Check loaded modules
lsmod | grep mt7925
Update¶
Updates are handled automatically by your AUR helper:
Tested Distributions¶
| Distribution | Kernel | Status |
|---|---|---|
| Arch Linux | 6.18.x | Working |
| CachyOS | 6.18.x, 6.19-rc | Working |
| EndeavourOS | 6.18.x | Working |