Search Criteria
Package Details: ch343-dkms 20230407-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/ch343-dkms.git (read-only, click to copy) |
---|---|
Package Base: | ch343-dkms |
Description: | CH343 serial driver |
Upstream URL: | https://github.com/FirstLoveLife/ch343 |
Licenses: | GPL |
Submitter: | LiChen |
Maintainer: | LiChen |
Last Packager: | LiChen |
Votes: | 0 |
Popularity: | 0.000000 |
First Submitted: | 2023-04-07 10:42 (UTC) |
Last Updated: | 2023-04-07 10:42 (UTC) |
Dependencies (5)
- dkms
- git (git-vfs, git-run-command-patch-git, git-git, git-fc) (make)
- linux-ck-headers (optional) – build the module against Linux-ck kernel
- linux-headers (linux-aarch64-rock64-bin-headers, linux-ec2-headers, linux-galliumos-headers, linux-sumavision-q5-headers, linux-t2-wifi-headers, linux-rk3328-headers, linux-phicomm-n1-headers, linux-aarch64-rockpro64-headers, linux-515-starfive-visionfive2-headers, linux-rockchip-rk3588-bin-headers, linux-bpir64-git-headers, linux-radxa-rkbsp5-bin-headers, linux-tqc-a01-headers, linux-aarch64-lts-headers) (optional) – build the module against Arch kernel
- linux-lts-headers (optional) – build the module against LTS Arch kernel
Latest Comments
hyx0329 commented on 2023-06-18 13:54 (UTC) (edited on 2023-06-20 06:03 (UTC) by hyx0329)
I don't think
blacklist cdc_acm
is necessary. On my laptop, ch343 driver has priority over cdc_acm after a reboot. Blacklisting cdc_acm will cause a lot of trouble when other compliant adapters (e.g. CircuitPython boards) are used. Please consider removecdc_acm.conf
, or pack it conditionally.BTW adding a udev rule like
KERNEL=="ttyCH343USB*", DRIVERS=="usb_ch343", SYMLINK+="ttyUSB%n"
can improve pyserial's port discovery.