…I am very new at this and I’m not sure why moonraker won’t connect to klipper, I’ve tried some stuff but I can’t make it work. The way I have it now it appears a message about moonraker that can’t connect to klipper and after some time another message appears about the mcu unable to connect.
Have you had a look in your moonraker.log? You could also post it. From your klippy.log:
mcu ‘mcu’: Starting serial connect
mcu ‘mcu’: Unable to open serial port: [Errno 2] could not open port /dev/serial/by-id/usb-1a86_USB_Serial-if00-port0: [Errno 2] No such file or directory: ‘/dev/serial/by-id/usb-1a86_USB_Serial-if00-port0’
So, I did the thing of the Bullseye bug but at the end it still said the thing of No such file or directory when I wrote “ls /dev/serial//by-id/*”
And here is the moonraker.log
I don’t really understand the part of disconnecting the board, because the laptop alone has the issue, but I still ran what you put and got the file dmesg.txt (69.6 KB)
To ensure we are on the same page: Do you understand that Klipper requires a continuous connection to the host (e.g., your laptop) to function? The issue does not lie solely with the laptop. If anything, it is a combination of the way the host and the printer board interact.
Therefore:
Turn on the printer.
Connect the printer board to your laptop.
Run sudo dmesg > dmesg.txt in the command prompt, and then attach the ‘dmesg.txt’ file here.
Perform these steps in the exact sequence provided.