Search Criteria
Package Details: spi-ch341-usb-dkms r34.af6fb1b-3
Package Actions
Git Clone URL: | https://aur.archlinux.org/spi-ch341-usb-dkms.git (read-only, click to copy) |
---|---|
Package Base: | spi-ch341-usb-dkms |
Description: | SPI/GPIO driver for CH341 |
Upstream URL: | https://github.com/dimich-dmb/spi-ch341-usb |
Licenses: | GPL |
Submitter: | sergej |
Maintainer: | None |
Last Packager: | emilss |
Votes: | 3 |
Popularity: | 0.000000 |
First Submitted: | 2019-06-28 14:43 (UTC) |
Last Updated: | 2022-05-26 13:59 (UTC) |
Required by (6)
- mounriver-studio-community (optional)
- mounriver-studio-community-bin (optional)
- mounriver-studio-toolchain-bin (optional)
- mounriver-studio-toolchain-openocd-bin (optional)
- mounriver-studio-toolchain-riscv-gcc-bin (optional)
- mounriver-studio-toolchain-riscv-gcc12-bin (optional)
Latest Comments
1 2 Next › Last »
dreieck commented on 2023-03-24 19:26 (UTC) (edited on 2023-03-24 19:26 (UTC) by dreieck)
I get an error in
package()
."${srcdir}"/../<something>
must not be used -- because$srcdir
can be anywhere and in no relation with other directories (can be defined inmakepkg.conf
).All "own" files you need need to be specified in the
source
array. This way it is ensured that they are within${srcdir}
, so that there is no need to leave that directory, so that you can use"${srcdir}"/50-spi_ch341_usb.rules
and"${srcdir}"/spi_ch341_usb_setup.sh
.Please fix.
Here the error:
Thanks for maintaining!
dreieck commented on 2023-03-24 19:22 (UTC)
Ahoj,
you use the latest checkout from a git repository.
So, according to the ↗ VCS package guidelines, you must rename your package to
spi-ch341-usb-dkms-git
(i.e. with the-git
) suffix.Please do so (upload new package and file a merge request for the old package), and provide appropriate
conflicts
andprovides
entries in thePKGBUILD
of the renamed package.Thanks for maintaining!,
regards.
dimich commented on 2022-11-03 13:54 (UTC)
@yueduz Any messages in dmesg/journal when plugging in? Make sure the jumper is set to SPI/I2C (red LED active), not UART (blue LED active).
yueduz commented on 2022-11-03 08:26 (UTC)
The driver is loaded, but the spi device does not appear
pwhelan commented on 2021-04-04 22:46 (UTC)
I patched my own version to call generic_handle_irq instead of handle_simple_irq, but after reading the documentation and code of both functions I doubt that is the real way to do it.
I've looked and I can see no other way of gaining access to an irq's irq_desc besides irq_to_desc. I was also unable to find the rationale for unexporting it in the first place.
dimich commented on 2021-03-29 18:40 (UTC)
@Pumpko There is commit 64a1b95bb9fe3ec76e1a2cd803eff06389341ae4 on Dec 10 2020 to linux sources tree: +#ifdef CONFIG_KVM_BOOK3S_64_HV which breaks spi-ch341-usb build. I don't know how to fix this without kernel source modification. We can either wait until spi-ch341-usb upstream fixed or propose patch to the Arch linux package maintainers or to upstream kernel sources. If i had full CH341 chip datasheet, i would try to reimplement the driver, but i can't found it. Sorry, i accidentally mentioned another person in the previous comment.
dimich commented on 2021-03-29 16:54 (UTC)
@politas, i got the same error after some recent update. Trying to figure out how to fix it.
Pumpko commented on 2021-03-29 13:55 (UTC) (edited on 2021-03-29 13:55 (UTC) by Pumpko)
@dimich
I tried all your fixes but it doesn't work (still the same errors as politas'). I tried to pull directly from github and patch it too but I got these error
dimich commented on 2020-07-30 16:34 (UTC)
@politas, in dkms.conf:
SUBDIRS=${dkms_tree}/${PACKAGE_NAME}/${PACKAGE_VERSION}/build
must be changed to:
M=${dkms_tree}/${PACKAGE_NAME}/${PACKAGE_VERSION}/build
politas commented on 2020-07-27 03:50 (UTC) (edited on 2020-07-27 03:54 (UTC) by politas)
/var/lib/dkms/spi-ch341-usb/r16.79bbe57/build/make.log
What am I missing?
1 2 Next › Last »