Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

Required fields*

4
  • I get make[2]: *** No rule to make target '/home/jrs/Builds/ch341-driver/ch341-m.o', needed by '__build'. Stop. How does that Makefile work, what prerequisites do you have to have in place? Commented Feb 19, 2020 at 19:00
  • Makefile is a build configuration file. If you download the link I provided (the first one) and save it with a name "ch341-m" which is said in the mamefile, to the same directory you can use "make" and "make reload" you should have ch341 driver installed. For more questions move to chat in the question comment. Thank you. Commented Feb 19, 2020 at 19:08
  • Got it working now by downloading the whole kernel source, copying the file you linked to into drivers/usb/serial and following wiki.archlinux.org/index.php/Compile_kernel_module. Thank you for the quick answer! Commented Feb 19, 2020 at 20:02
  • Happy to help :) Commented Feb 19, 2020 at 20:21