Skip to content
Permalink
Browse files
Add files via upload
  • Loading branch information
adakes committed Jan 5, 2023
1 parent ea0f8a3 commit 9de4e2b6187ae820a309f0e91df756d90a984bca
Showing 1 changed file with 8 additions and 0 deletions.
@@ -0,0 +1,8 @@
# get the kernal module here
sudo apt-get install -y linux-modules-extra-$(uname -r)

# create vcan0 device
sudo modprobe can
sudo modprobe vcan
sudo ip link add dev vcan0 type vcan
sudo ip link set up vcan0

0 comments on commit 9de4e2b

Please sign in to comment.