Repetier Server Kliper Canbus
Hello, i have a Voron with canbus toolboard on Stealthburner. I tried to configure canbus as usual. I created sudo nano /etc/network/interfaces.d/can0 and put dtoverlay=mcp2515-can0,oscillator=12000000,interrupt=25,spimaxfrequency=1000000 in config.txt file. i have: dmesg | grep -i '\(can\|spi\)' [ 0.000000] Kernel command line: coherent_pool=1M 8250.nr_uarts=1 snd_bcm2835.enable_compat_alsa=0 snd_bcm2835.enable_hdmi=1 smsc95xx.macaddr=DC:A6:32:A5:7F:FC vc_mem.mem_base=0x3ec00000 vc_mem.mem_size=0x40000000 console=tty3 root=PARTUUID=0b1d44f4-02 rootfstype=ext4 fsck.repair=yes rootwait quiet splash plymouth.ignore-serial-consoles spidev.bufsiz=8192
But not work......
[ 2.810426] usb 1-1.3: Product: FLY-UTOC USB to CAN adapter
[ 3.542116] systemd[1]: Created slice system-wpa_supplicant.slice.
[ 6.424755] CAN device driver interface
[ 9.432218] mcp251x spi0.0: MCP251x didn't enter in conf mode after reset
[ 9.435017] mcp251x spi0.0: Probe failed, err=110
[ 9.435045] mcp251x: probe of spi0.0 failed with error -110
[ 815.524443] can: controller area network core
[ 815.524644] NET: Registered PF_CAN protocol family
[ 815.537874] can: raw protocol
But not work......
Comments
With your can driver I have no experience, but from log it seems to be a problem with spi. See in /boot/config.txt there is normally
dtparam=spi=off
so that might be an issue.
I think should do
Depends on name. You see it in url how it is named if you select one of the printer pages. If you have installed it it is also the only directory in that folder, so should be easy to determine.
Do you have a webpage describing what you try to do so I can see what it for. Have no voron so no idea what you are trying so far. Guess it is similar like the input shaping mcu so it can be used inside klipper.