-1

I have a laser engraver. I was having issues getting Ubuntu to talk to it via USB. I finally sorted that out, but now when I reboot, I have to run the command below every time, or I can't talk to the engraver. What am I missing so it will stay permanently? Thanks.

sudo chown [username] ttyUSB0
Zanna
  • 69,223
  • 56
  • 216
  • 327

1 Answers1

2

ttyUSB is a serial connection. It should be available. You might have to change the user rights:

sudo adduser <user> dialout

where your username should replace "< user >"

kanehekili
  • 5,846
  • 1
  • 12
  • 32