morrownr / 8814au

Linux Driver for USB WiFi Adapters that are based on the RTL8814AU Chipset

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

How do I fix this?

froginperil opened this issue · comments

At this point I have managed to thoroughly confuse myself. Stuff I learned since RH7.x has gone down the crapper.

Running install-driver.sh version 20210917
Starting installation...
Copying source files to: /usr/src/rtl8814au-5.8.5.1
Copying 8814au.conf to: /etc/modprobe.d
Error! DKMS tree already contains: rtl8814au-5.8.5.1
You cannot add the same module/version combo more than once.
An error occurred. dkms add error = 3
Please report this error.

commented

Error! DKMS tree already contains: rtl8814au-5.8.5.1

This is telling you that the driver is already installed.

I suspect the driver is now not working... right?

What you probably should do is remove the currently installed driver...

$ sudo ./remove-driver.sh

Then delete the driver directory you have and reboot.

At that point, follow the installation instructions from the beginning.

My guess is that you have upgrade your kernel and headers to a version that the driver version you had cannot handle it.

Regards

commented

Status?

./remove-driver.sh then remove all packages manually by using apt the install it again.
Reason: You have ready-loaded the module a.k.a LKM - module, and first you must stop it before you do all procedures =)
On the next try, you broke the installation because you trying to recompile the already compiled module again :D BR