From 90e103b829122866ee9f10d53816a7803be9768f Mon Sep 17 00:00:00 2001 From: Neal Probert Date: Tue, 30 Apr 2024 11:42:35 -0400 Subject: [PATCH] Fixed can-up as driver is in Linux kernel --- sbin-scripts/can-up | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sbin-scripts/can-up b/sbin-scripts/can-up index b5cbd32..d7400c3 100755 --- a/sbin-scripts/can-up +++ b/sbin-scripts/can-up @@ -5,7 +5,7 @@ lsmod | grep ^peak # PCAN echo "Can0" -modprobe pcan +modprobe peak_usb ip link set can0 up type can bitrate 500000 ifconfig can0 up