Open Slartitorto opened 3 years ago
Take a look here: https://wiki.nejetool.com/
Many thanks shantarsecurity, but I am looking for linux driver there, without success.
Linux driver? What driver?
When you plug it in it will register as QinHeng Electronics CH340 serial converter
when you type lsusb
.
You might see a different serial converter depending on the model of the engraver. Just run lsusb
before and after plugging it in to see the device.
If it is CH340 or CH341 run lsmod | grep ch34
and see if anything is listed. If not then you need to install the driver. You can find drivers here: https://learn.sparkfun.com/tutorials/how-to-install-ch340-drivers/all#linux
For Arch you can simply install ch34x-dkms-git from AUR to install the driver.
ls /dev/ttyUSB*
should list something if the driver is functioning.
I have neje master 2 2020 and have this same trouble. software wrote: connections sucessfuly but nothing happened, I cand moving head and nothing send to engraver
Hi all, I have a Neje Master. I really appreciate this project; it compiles, it starts but I am looking for Linux driver and can't find it.
Can anyone help me ?