What is the problem?
Hi All!
I need help to connect my Ender 3 V2 to Ubuntu 21.04. The USB port seems ok (i can see the printer connected), but it seems that Octoprint don't have enought authority to connect (we can see it on octoprint log)
What did you already try to solve it?
i tried severals solutions provided by this board (thanks for the help!!).
-
Add authority to my user profile using the following commands:
sudo chmod a+wr /dev/ttyUSB0 -
And try to add my user profil to the group dialout :
sudo usermod -a -G dialout $USER -
Change the USB cable
Have you tried running in safe mode?
Yes, but no changes
Did running in safe mode solve the problem?
no...
Systeminfo Bundle
octoprint.log (111.7 KB)
serial.log (1.7 KB)
Additional information about your setup
OctoPrint Version 1.4.0, Printer : Ender 3 V2, System : Ubuntu 20.04
Again, thanks for your help!