I ended up figuring out how to do this using systemd-networkd.
running
the fix for anyone else stumbling on this:
First enable networkd
running
showed me that my original network file had a bad argument.sudo systemctl status systemd-networkd
the fix for anyone else stumbling on this:
First enable networkd
Create the interface filesudo systemctl enable systemd-networkd
Paste the content below to the file abovesudo nano /etc/systemd/network/can0.network
Reboot and the can0 interface should now be online at boot.[Match]
Name=can*
[CAN]
BitRate=250000
RestartSec=100ms
Statistics: Posted by L-P-G-2 — Sun Apr 13, 2025 4:02 pm