Config bitrate (Interface needs to be down to do this):
sudo ip link set can0 type can bitrate 125000
Set interface up:
sudo ip link set up can0
Set interface down:
sudo ip link set down can0
Can-utils:
Dump everything:
candump can0
My public personal notebook – Not meant as a guide
Config bitrate (Interface needs to be down to do this):
sudo ip link set can0 type can bitrate 125000
Set interface up:
sudo ip link set up can0
Set interface down:
sudo ip link set down can0
Dump everything:
candump can0