Reverted on CAN stuff
This commit is contained in:
@ -1,8 +1,11 @@
|
||||
#!/bin/sh
|
||||
|
||||
lsmod | grep ^pcan
|
||||
lsmod | grep ^peak
|
||||
|
||||
# PCAN
|
||||
echo "Can0"
|
||||
modprobe pcan-usb
|
||||
modprobe pcan
|
||||
ip link set can0 up type can bitrate 500000
|
||||
ifconfig can0 up
|
||||
|
||||
|
||||
Reference in New Issue
Block a user