Package Details: ch9344-dkms-git r49.4ea8973-1

Git Clone URL: https://aur.archlinux.org/ch9344-dkms-git.git (read-only, click to copy)
Package Base: ch9344-dkms-git
Description: Kernel module for CH9344/CH348 USB UART controller
Upstream URL: https://github.com/WCHSoftGroup/ch9344ser_linux
Licenses: unknown
Conflicts: ch9344, ch9344ser-dkms-git
Submitter: Excalibur
Maintainer: Excalibur
Last Packager: Excalibur
Votes: 0
Popularity: 0.000000
First Submitted: 2025-01-13 07:02 (UTC)
Last Updated: 2025-01-13 07:02 (UTC)

Dependencies (5)

Required by (0)

Sources (3)

Latest Comments

wyf9661 commented on 2025-05-27 12:28 (UTC)

cat /var/lib/dkms/ch9344/r55.e0a38c4/build/make.log
DKMS (dkms-3.2.1) make.log for ch9344/r55.e0a38c4 for kernel 6.15.0-1-cachyos (x86_64)
2025年 05月 27日 星期二 20:21:38 CST

Building module(s)
# command: make -j16 KERNELRELEASE=6.15.0-1-cachyos -C /usr/lib/modules/6.15.0-1-cachyos/build M=/var/lib/dkms/ch9344/r55.e0a38c4/build modules LLVM=1
make: 进入目录“/usr/lib/modules/6.15.0-1-cachyos/build”
make[1]: 进入目录“/var/lib/dkms/ch9344/r55.e0a38c4/build”
  CC [M]  ch9344.o
ch9344.c:1258:2: error: call to undeclared function 'del_timer'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration]
 1258 |         del_timer(&ttyport->timer);
      |         ^
1 error generated.
make[3]: *** [/usr/lib/modules/6.15.0-1-cachyos/build/scripts/Makefile.build:208:ch9344.o] 错误 1
make[2]: *** [/usr/lib/modules/6.15.0-1-cachyos/build/Makefile:2039:.] 错误 2
make[1]: *** [/usr/lib/modules/6.15.0-1-cachyos/build/Makefile:248:__sub-make] 错误 2
make[1]: 离开目录“/var/lib/dkms/ch9344/r55.e0a38c4/build”
make: *** [Makefile:248:__sub-make] 错误 2
make: 离开目录“/usr/lib/modules/6.15.0-1-cachyos/build”

建议这个patch参考Fix: Add kernel version check for unaligned header inclusion #34根据内核版本来适配