Printer Model: Ender 3 S1 Pro
MCU / Printerboard: STM32F401
klippy.log
Hello, I don’t know where the problem could be. I’m trying to run Klipper on my laptop using Ubuntu Server. I’ve followed a few YouTube tutorials, and I’ll provide the links later. I’ll start explaining from the beginner .
From the YouTube tutorials, I first tried “Ubuntu Mint,” where I encountered my first problem. I couldn’t find [mcu] using the command /dev/serial/by-id/* or ls /dev/serial/by-path. I tried fixing this problem by following online posts. I attempted other Linux distributions, including Ubuntu Desktop, but encountered the same problem.
Then, I tried Ubuntu Server, and finally got a result after running the command /dev/serial/by-id/*. I found /dev/serial/by-id/usb-1a86_USB_Serial-if00-port0. I placed my USB ID into printer.cfg, but nothing happened. I don’t know where the problem lies. Can somebody help?
I’m going to create an FAQ to make it easier for you to understand what I did.
How do I flash my printer’s motherboard?
I flashed my motherboard using these tutorials: Link 1 and Link 2
Did I try using a different cable to connect from the laptop to the printer?
Yes, I tried four different cables, and only one of them worked
What do I get if I run the command “lsusb”?
When I plug in my printer, it detects 'QinHeng Electronics CH340 serial converter
In one video I saw, the guy got a different result from me when he ran the command “lsusb” What I want to say is that when he connects to the printer and runs “lsusb”, he gets the motherboard chip name, while I get “QinHeng Electronics CH340 serial converter”.
I thought there might be a problem with the USB port, but now I’ve tried plugging in my keyboard and mouse. After the lsusb command, I could see the keyboard and mouse names. Maybe here could be the problem. ?