Make sure you have kernel source and C toolchain packages installed. To compile run:
make
To install module to system run:
sudo make install
insmod toucan.ko
ip link set can0 up type can bitrate 125000
ip link set can0 down
rmmod toucan
SocketCAN Linux driver for UAB "Rusoku Technologies" TouCAN USB to CAN bus converter
C
Make sure you have kernel source and C toolchain packages installed. To compile run:
make
To install module to system run:
sudo make install
insmod toucan.ko
ip link set can0 up type can bitrate 125000
ip link set can0 down
rmmod toucan