The prefix rt causes the DKMS module to now end up in (on Raspberry Pi OS) /var/lib/dkms/rt8821au instead of its previous location /var/lib/dkms/rtl8821au, which is inconsistent with what is done in other repositories such as https://github.com/morrownr/rtl8852bu/blob/1.19.3/install-driver.sh.
I propose the DRV_NAME is changed back to a hardcoded rtl8821au.
In https://github.com/morrownr/8821au-20210708/commit/7305e07787f5811ee1f5e39818edffa33dcccfb5, the
DRV_NAME
in install-driver.sh was changed from:to:
The prefix
rt
causes the DKMS module to now end up in (on Raspberry Pi OS)/var/lib/dkms/rt8821au
instead of its previous location/var/lib/dkms/rtl8821au
, which is inconsistent with what is done in other repositories such as https://github.com/morrownr/rtl8852bu/blob/1.19.3/install-driver.sh.I propose the
DRV_NAME
is changed back to a hardcodedrtl8821au
.Edit: proposed fix is implemented in https://github.com/morrownr/8821au-20210708/pull/121