Ender 3 wont connect to server
Hello, this is probably just me being dumb but whenever I try and set up my ender 3 v2 on repetier server it will not connect. It doesn't even show up as an option in the USB selector. While I would say there is probably something wrong with the printer there is not as I just disconnected Ocotprint from it to give this software a try. Any advice yall could give would be greatly appreciated thank you.
Comments
lsusb
and
ls -l /dev/serial/by-id
first command shows all devices connected as usb device. Last should have an entry with serial port.
One other question though I cant seem to get more than one device whether it be a printer or camera to work through a usb hub. I have the hub plugged into a 3.0 port and it is a 3.0 hub that has an external powersupply if that matters.
Thank you anyway.
tail -f /var/log/syslog
and then connect extra devices. You see then if linux disconnects hub and for what reason if that is why you do not see the devices. This is more a linux issue then a server problem, so hope it works on the nuc. Pi is sometimes criticial with electronic behaviour connected and stable power. With powered hub this should not be an issue at all.