#!/bin/sh # https://www.kernel.org/doc/Documentation/networking/can.txt # https://github.com/linux-can/can-utils ip link set can0 up type can bitrate 250000 ifconfig can0 up #ifconfig can0 txqueuelen 65536 #ip link set can1 up type can bitrate 250000 #ifconfig can1 txqueuelen 65536