Assuming that you have successfully customised the kernel and your raspberry pi configures the CANbus USB adapter correctly, it’s time to test the connection! Configure the CANbus interface (the number at the end is the baud rate) sudo ip link set can0 type can bitrate 125000 bring the connection up: sudo ip link set up
Continue reading Setting and testing a CAN bus connection in Linux