Closed ct2034 closed 1 year ago
We need to fix this here and in the tutorials
This can be done by enabling systemd-networkd. Here is the procedure:
In the terminal, run the following two commands: sudo systemctl start systemd-networkd sudo systemctl enable systemd-networkd
Configure SocketCan network interface in systemd-networkd: sudo nano /etc/systemd/network/80-can.network
In the open file, add the following text: [Match] Name=can* [CAN] BitRate=1000000
Restart systemd-networkd by the command: sudo systemctl restart systemd-networkd
We need to fix this here and in the tutorials