You are not logged in.
I want to get into Arduino programming and got an Arduino, that requires the CH341 driver (which can be found here: https://github.com/arkin/Arduino_USB_Drivers). I followed the installation instructions and ran sudo make in the linux directoy of the git repo. This resulted in the following output:
make[1]: *** /lib/modules/6.14.5-arch1-1/build: No such file or directory. Stop
How can I fix this?
Offline
Did you not try the ch341 kernel driver supplied by the linux package before building the out of tree one?
Offline
CH340 and CH341 in UART mode work perfectly with in-tree driver.
I'm pretty sure a driver that hasn't been updated for 8 years won't compile for modern kernel.
Last edited by dimich (2025-06-05 02:35:09)
Offline
There's ch34x in the aur. It's a dkms package.
I may have to CONSOLE you about your usage of ridiculously easy graphical interfaces...
Look ma, no mouse.
Offline
There's ch34x in the aur.
Have you read https://github.com/juliagoda/CH341SER/c … 4fe82dc4ad?
Offline