You are not logged in.
Can’t get my wifi adapter to work. Adapter is Alfa AWUS1900 rtl8814au.
Tried the two available AUR packages:
rtl8814au-dkms-git
rtl8812au-aircrack-ng-dkms-git
Also trying installing from github:
aircrack-ng/rtl8812au
morrownr/8814au
Following their install instructions often leads to errors related to libs or kernel:
sudo make dkms_install
grep: warning: stray \ before #
grep: warning: stray \ before #
grep: warning: stray \ before #
grep: warning: stray \ before #
grep: warning: stray \ before #
mkdir: created directory '/usr/src/8812au-5.6.4.2_35491.20191025'
cp -r * /usr/src/8812au-5.6.4.2_35491.20191025
dkms add -m 8812au -v 5.6.4.2_35491.20191025
Creating symlink /var/lib/dkms/8812au/5.6.4.2_35491.20191025/source -> /usr/src/8812au-5.6.4.2_35491.20191025
dkms build -m 8812au -v 5.6.4.2_35491.20191025
Sign command: /usr/lib/modules/6.13.0-3-cachyos/build/scripts/sign-file
Signing key: /var/lib/dkms/mok.key
Public certificate (MOK): /var/lib/dkms/mok.pub
Cleaning build area... done.
Building module(s)...(bad exit status: 2)
Failed command:
'make' -j8 KVER=6.13.0-3-cachyos KSRC=/lib/modules/6.13.0-3-cachyos/build LLVM=1
Error! Bad return status for module build on kernel: 6.13.0-3-cachyos (x86_64)
Consult /var/lib/dkms/8812au/5.6.4.2_35491.20191025/build/make.log for more information.
make: *** [Makefile:1790: dkms_install] Error 10
Spent hours on this. Anyone know how to handle this?
How to properly install the drivers and make the adapter ready to connect?
I’m familiar with Linux but not an expert by any means, so all help and suggestions are appreciated.
Offline
Rtl8814au-dkms-git was working before kernel 6.13. I can confirm I had to downgrade to 6.12.10 in order to bring back my USB dongle.
Offline
Try rtw88-dkms-git.
More or less, all RTL88xx drivers goes here and slowly upstreams from this repository to kernel.
Offline
Hey there. I'm reasonably new to Arch, so read my name.
Using yay to install AUR packages(if you don't, well there's the name of the AUR package), the code I recommend is:
yay rtl8814au-dkms-git
My case is rtl8812, but I've been using Morrownr's drivers(github) for a while, and usually without any issue.
Good luck, and I'd do a reboot after installing....
Offline