Your log indicate error “Got EOF when reading from device” line in the log 2915 after that you are getting MCU Timeout error.
Your error is falling in category of this error Got EOF when reading from device
Also found some resources here and they indicate that it’s recommended to use “USB Power Blocker” or manually block power from USB cable.
Are you using a USB hub between the Host and the MCU?
There seems to be some evidence that certain usb hubs (Single transaction translator or STT) dont play well with klipper, i suspect its related the blocking behavior of these types of hubs and the timing requirements for klipper, especially in multi mcu setups. If you are using a USB hub, try to ensure its the MTT type (Multiple transaction translator).
This resolved my problems in running a setup with 6 USB MCU’s where the EOF error was happening.
@Sineos im not sure if this is something you’ve come across before, if not id be happy to discuss with you.
Thanks for the pointer. Indeed, there have been one or two occasions where it seemed that this or TTC errors could be attributed to the USB hub.
Generally, it is a difficult topic, since it appears to be related not only to TT capabilities but also to power handling. See RPi Powered USB Hubs - eLinux.org for a quite extensive rundown of this topic. Unfortunately, a lot of the positively tested hubs on this page seem to be EOL.
I’ll think about how to best highlight this in the relevant KB articles.
Just my two cents but I discovered long ago to never use an upstream powered (aka “unpowered”) USB hub except for keyboards and mice.
USB 1.x and 2.0 have a current sourcing specification of 500mA and a lot of hubs do not draw more than this to limit the maximum current they can draw from the upstream device (ie laptop). Note that webcams usually draw at least 250mA and can draw as much as 900mA. USB C can source up to 900mA.
Also note that there is a data rate factor involved here. Most unpowered hubs will give you USB 1.1 “Full Speed” (12Mbps) and not USB 2.0’s “High Speed” (480Mbps) or USB 3.0’s “Super Speed”. This means that your webcam can overwhelm the hub, preventing any other communications or not able to keep up with the data stream from a single device.
In terms of what this means from a practical standpoint is that for an unpowered hub can really not power much more than a keyboard and mouse.
If you’re going to attach something like a webcam to your printer:
Make sure you understand how much current it requires. Ideally keep it to less than 500mA and use it on a single rPi USB port.
Make sure that you understand the data rate requirements. I believe most webcams can work with USB 2.0 480Mbps “High Speed” but if you have a 4k camera and want to run at greater than 1080p, you will need USB 3.0.
The rule of thumb should be if you’re adding a webcam, put it on of the Raspberry Pi’s USB 3.0 ports.
If you’re not using a Raspberry Pi, then make sure you understand what the capabilities are of your USB host and the device you’re connecting to it.