Package Details: ch343ser-dkms-git r50.654dc8b-3

Git Clone URL: https://aur.archlinux.org/ch343ser-git.git (read-only, click to copy)
Package Base: ch343ser-git
Description: USB serial driver for ch342/ch343/ch344/ch347/ch347f/ch9101/ch9102/ch9103/ch9104, etc.= (dkms).
Upstream URL: https://github.com/WCHSoftGroup/ch343ser_linux
Keywords: ch342 ch343 ch344 ch347 ch9101 ch9102 ch9103 ch9104
Licenses: GPL-2.0-or-later
Conflicts: ch343ser-dkms
Provides: ch343ser-dkms
Submitter: taotieren
Maintainer: taotieren (gynamics)
Last Packager: taotieren
Votes: 1
Popularity: 0.58
First Submitted: 2023-07-19 15:26 (UTC)
Last Updated: 2025-05-20 08:01 (UTC)

Dependencies (5)

Required by (7)

Sources (3)

Latest Comments

taotieren commented on 2025-05-20 06:07 (UTC)

@ignilux Some users have mentioned PR, but there is no upstream merger: https://github.com/WCHSoftGroup/ch343ser_linux/pull/49

ignilux commented on 2025-05-18 00:45 (UTC)

<asm/unaligned.h> has moved to <linux/unaligned.h>. Had to correct this in driver/ch343.c before DKMS would compile the driver correctly.

FabioLolix commented on 2023-07-23 14:37 (UTC)

@taotieren I'm not interested in co-maintaining this pkgbuild; I have made a revision because I randomly picked it from the feed "Newest AUR Packages", instead I'm interested in co-maintining linuxcnc-git

taotieren commented on 2023-07-20 07:25 (UTC)

Thanks!

FabioLolix commented on 2023-07-19 17:23 (UTC)

Hello, for pkgver please use:

printf "r%s.%s" "$(git rev-list --count HEAD)" "$(git rev-parse --short=7 HEAD)"

(git without tags https://wiki.archlinux.org/title/VCS_package_guidelines#Git)

gcc don't have to be specified as makedepends because is part of the base-devel package and is a pre-requisite, while git is missing from makedepends