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 (dkms-gitAUR)
- git (git-gitAUR, git-glAUR, git-wd40AUR) (make)
- linux-ck-headers (optional) – build the module against Linux-ck kernel
- linux-headers (linux-mnt-reform-bin-headersAUR, linux-galaxyaudio-headers-binAUR) (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_acmis 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.