Package Details: aic8800d80-dkms 1.0.0-4

Git Clone URL: https://aur.archlinux.org/aic8800d80-dkms.git (read-only, click to copy)
Package Base: aic8800d80-dkms
Description: Kernel modules for WIFI AX900 8800d80 / Tenda
Upstream URL: https://github.com/shenmintao/aic8800d80
Keywords: 8800d80 aic8800
Licenses: GPLv2
Submitter: XNicON
Maintainer: XNicON
Last Packager: XNicON
Votes: 2
Popularity: 0.60
First Submitted: 2025-01-20 12:47 (UTC)
Last Updated: 2025-05-13 09:06 (UTC)

Dependencies (1)

Required by (0)

Sources (2)

Latest Comments

1 2 Next › Last »

Mario156090 commented on 2025-05-12 19:06 (UTC)

Hello, anyone know why if I update my kernel the module does not compile for that new kernel, so I need to install newly this package.

negimaho commented on 2025-05-11 14:37 (UTC) (edited on 2025-05-11 14:38 (UTC) by negimaho)

What about update dkms.conf like this:

diff --git a/dkms.conf b/dkms.conf
index 57a27c9..47a9720 100644
--- a/dkms.conf
+++ b/dkms.conf
@@ -9 +9 @@ DEST_MODULE_LOCATION[1]="/kernel/drivers/net/wireless"
-MAKE="make all KSRC=/usr/lib/modules/${kernelver}/build KVER=${kernelver} CONFIG_AIC_FW_PATH=/usr/lib/firmware"
+MAKE="make all KDIR=/usr/lib/modules/${kernelver}/build KVER=${kernelver} CONFIG_AIC_FW_PATH=/usr/lib/firmware"

https://github.com/shenmintao/aic8800d80/blob/main/drivers/aic8800/Makefile uses

KDIR = /lib/modules/$(shell uname -r)/build

not KSRC

XNicON commented on 2025-05-06 18:14 (UTC)

Do not install a package with aic8800dc and aic8800D80 at the same time

XNicON commented on 2025-05-06 18:13 (UTC)

@jruschme It looks quite simple

but there is no time

It’s worth trying to say snapshot and replacing aic8800D80 with aic8800DC everywhere (case sensitive)

jruschme commented on 2025-04-30 13:49 (UTC)

This driver only supports adapters based on the aic8800d80 chip. The upstream author maintains a separate repository with a driver for the aic8800dc chip at:

https://github.com/shenmintao/aic8800dc

Would it be possible to create an aic8800dc-dkms package for this driver?

(Note: aic8800dc is supported by the aic8800-dkms driver, but only for older kernels.)

LoPa commented on 2025-03-28 23:15 (UTC)

@XNicON many thanks! Now everything is ok!

XNicON commented on 2025-03-28 20:39 (UTC)

@LoPa add patch for latest kernel, pls try it

LoPa commented on 2025-03-28 11:42 (UTC)

@XNicON Maybe I explained myself badly in the last comment, the "linux-headers" package was already installed for all the kernels I have so I still have the problem that I can't install the module in the kernel (tested on ZEN, LTS and Arch Linux). Do you have any suggestions?

LoPa commented on 2025-03-27 09:29 (UTC)

@XnicON, thanks for the quick reply. I confirm that "linux-headers" is installed.

XNicON commented on 2025-03-26 19:43 (UTC)

@LoPa linux-headers installed?