Hey. I’m running Ubuntu 20.04.2. I also have a Mac Pro, which works just fine with LightBurn, but I wanted to use an old Windows laptop running Linux for the speed.
I followed the usual method of installation I’d done on the Mac and in Windows 10. When I add the laser manually, it offers me the port “ttyUSB0”, but when I try to use any functions it says “Waiting for connection” in the console and nothing happens.
How would I know if I need to install that CH-340 driver? when I run the command “lsusb” it lists the laser as QinHeng Electronics 340, so I’m pretty sure that’s what’s going on, but I’m not an experienced enough Linux user to know whether it’s already installed or how to do it if I have to.
I did follow the posted instructions for installing Lightburn for Linux. This falls under the “but what if it doesn’t work” column. The permissions thing, though, I will definitely give this a go.
Oops… I followed your link, and it appears I did NOT read these instructions. I gotta work on my reading comprehension skills. So thank you for providing.
That was the trick! I had to learn a few more things about Linux commands, but once I understood those, I figured out that I literally had to put “$USER” in there instead of my own username.
You actually should have been able to use your actual username in place of the $USER.
$USER is an environment variable that’s meant to store your username and is replaced with your actual username before it’s executed. You can check the value of $USER by typing echo $USER on a terminal. It’s possible you were using your full name vs username.