Search Criteria
Package Details: i2c-ch341-dkms 20190628-2
Git Clone URL: | https://aur.archlinux.org/i2c-ch341-dkms.git (read-only, click to copy) |
---|---|
Package Base: | i2c-ch341-dkms |
Description: | CH341 USB-I2C adapter driver |
Upstream URL: | https://github.com/gmarco/i2c-ch341 |
Licenses: | |
Submitter: | sergej |
Maintainer: | sergej |
Last Packager: | sergej |
Votes: | 7 |
Popularity: | 0.000460 |
First Submitted: | 2015-11-16 12:07 |
Last Updated: | 2019-06-28 15:24 |
Dependencies (5)
- dkms
- git (git-git) (make)
- linux-ck-headers (optional) – build the module against Linux-ck kernel
- linux-headers (linux-surfacepro3-git-headers, linux-aarch64-rock64-bin-headers, linux-ec2-headers, linux-galliumos-headers, linux-zest-git-headers, linux-lts49-kallsyms-headers, linux-bootsplash-headers, linux-odroid-headers, linux-phicomm-n1-headers) (optional) – build the module against Arch kernel
- linux-lts-headers (optional) – build the module against LTS Arch kernel
Latest Comments
rootpeer commented on 2020-11-18 12:40
Cannot build on 5.9.8:
dimich commented on 2018-05-29 21:50
Makefile from driver sources can't build the module for newly installed kernel (different from currently running).
Using
MAKE[0]="make -C /lib/modules/${kernelver}/build M=${dkms_tree}/${PACKAGE_NAME}/${PACKAGE_VERSION}/build modules"
CLEAN="make -C /lib/modules/${kernelver}/build M=${dkms_tree}/${PACKAGE_NAME} /${PACKAGE_VERSION}/build clean"
instead of
MAKE[0]="make KVERSION=$kernelver BUILD_KERNEL=$kernelver"
CLEAN="make clean"
in dkms.conf.in works for me.