I've followed Esotericals guide on setting up canbus and have run into a problem with the toolhead uuid not showing up.
With ip -s -d link show can0 command I get the followin information.
3: can0: <NOARP,UP,LOWER_UP,ECHO> mtu 16 qdisc pfifo_fast state UP mode DEFAULT group default qlen 128
link/can promiscuity 0 allmulti 0 minmtu 0 maxmtu 0
can state ERROR-ACTIVE restart-ms 100
bitrate 1000000 sample-point 0.750
tq 62 prop-seg 5 phase-seg1 6 phase-seg2 4 sjw 2 brp 3
gs_usb: tseg1 1..16 tseg2 1..8 sjw 1..4 brp 1..1024 brp_inc 1
clock 48000000
re-started bus-errors arbit-lost error-warn error-pass bus-off
0 0 0 0 0 0 numtxqueues 1 numrxqueues 1 gso_max_size 65536 gso_max_segs 65535 tso_max_size 65536 tso_max_segs 65535 gro_max_size 65536 parentbus usb parentdev 1-1.2:1.0
RX: bytes packets errors dropped missed mcast
7689 1127 0 0 0 0
TX: bytes packets errors dropped carrier collsns
1755 358 0 0 0 0
In the guide it only cover what to do if can state is BUS-OFF but nothing about ERROR-ACTIVE state.
Any help would be greatly appreciated.