Skip to content

Serial Connection Via Luban to SM 2.0 Not Connecting #2466

Discussion options

You must be logged in to vote

I have resolved the connection issues.

For those who may be having a similar issue and for posterity, I'll detail my findings here:

I exported the logs from both the printer and Luban, and found that Luban was throwing an error something along the lines of:

   Access denied: could not access /dev/ttyUSB0

I solved this by adding my user account to the "dialout" group (which the /dev/ttyUSB0 port is under) with:

  sudo usermod -a -G dialout $USER

I also read that a package called "modemmanager" may also cause issues with access to the "/dev/ttyUSB0" port. So, I also removed that:

  sudo apt-get remove modemmanager

This package may be needed by some people, so I would only remove it if ne…

Replies: 3 comments

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Answer selected by Mississippi12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants