-
Notifications
You must be signed in to change notification settings - Fork 89
Open
Description
I am failing to connect to the printer. After following the guide and testing several thing i now hope someone has an idea how to fix this problem.
My system is an Raspberry pi 4 8gb with rocky linux and docker.
Another SD-Card with klipper and mainsailOS installed barebones works perfect, but this setup with Docker cant establish the connection to the printer.
It always returns the error "mcu 'mcu': Unable to connect" and quits.
This is my current docker-compose file (yes it has to many parameters, but these result from testing)
image: dimalo/klipper-moonraker
container_name: klipper
restart: unless-stopped
privileged: true
device_cgroup_rules:
- 'c 188:* rmw'
group_add:
- "188"
- "0"
build:
dockerfile: ./klipper/Dockerfile
context: .
cap_add:
- SYS_NICE
ports:
- 7125:7125
devices:
- '/dev:/dev'
volumes:
- klipper_gcode_files:/home/klippy/gcode_files
- klipper_config:/home/klippy/.config
- klipper_moonraker_config:/home/klippy/.moonraker
- /dev/serial/by-id/:/dev/serial/by-id/
#- /dev/serial/by-id/usb-1a86_USB_Serial-if00-port0:/dev/serial/by-id/usb-1a86_USB_Serial-if00-port0
Some information for the USB Port:
$ ls -lsa /dev/ttyUSB0
0 crw-rw----. 1 root dialout 188, 0 Feb 28 00:00 /dev/ttyUSB0
$ ls /dev/serial/by-id/
usb-1a86_USB_Serial-if00-port0
I added the container log and the printer.cfg (both as txt)
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels