So I will start to say I tested this with a genuine Pi4B without issues detecting the Spider USB, but still couldn’t get the MCU id. Also detected the webcam.
Now I am trying my Biqu Pi 1.2. Both this and the original Pi4 is using the latest klipper install, and latest generated firmware.bin file uploaded to the Spider via STM32 program. All went well.
But, with a lsusb command the only USB I see used is the webcam. I am at a loss of what to check. I originally thought the issue was setting the console=serial in the settings file of the biqu debian install, but that did not work.
klippy.log is telling you pretty clearly where your issue is:
[mcu]
serial = /dev/ttyACM0 restart_method: command
mcu 'mcu': Unable to open serial port: [Errno 2] could not open port /dev/ttyACM0 restart_method: command: [Errno 2] No such file or directory: '/dev/ttyACM0 restart_method: command'
my mistake, I added that while browsing for solutions, this issue occurs before I made this change.
Again the original problem is there is no usb detection of the Spider control board when I type lsusb into putty. only the webcam shows. But I verified the Spider is able to be detected by connecting a pi4 with klipper.
login as: biqu
biqu@27.127.0.24's password:
____ _____ _____ ____ ____ _
| __ )_ _|_ _| / ___| __ )/ |
| _ \ | | | |_____| | | _ \| |
| |_) || | | |_____| |___| |_) | |
|____/ |_| |_| \____|____/|_|
Welcome to BTT-CB1 2.3.2 Bullseye with Linux 5.16.17-sun50iw9
System load: 26% Up time: 1 min
Memory usage: 17% of 986M IP: 27.127.0.24
CPU temp: 36°C Usage of /: 13% of 29G
Last login: Mon Jan 29 23:42:30 2024 from 27.127.0.20
biqu@BTT-CB1:~$ lsusb
Bus 008 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 004 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 007 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 003 Device 002: ID 0c45:636d Microdia USB Live camera
Bus 003 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 006 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 002 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 005 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
biqu@BTT-CB1:~$
Regardless if it is looking in the right directory or not, I should be able to see the USB right? This I believe is my current issue, but PLEASE correct me if I am wrong.