From 729b4db3697bc113098e009fe637fe62babf22bd Mon Sep 17 00:00:00 2001 From: vanillagorillaa <31773928+vanillagorillaa@users.noreply.github.com> Date: Wed, 31 Mar 2021 18:40:15 -0700 Subject: [PATCH] Fix linux can-utils bus numbering (#637) --- drivers/linux/README.md | 9 +++++++++ drivers/linux/panda.c | 4 ++-- 2 files changed, 11 insertions(+), 2 deletions(-) diff --git a/drivers/linux/README.md b/drivers/linux/README.md index 81e9552..67fcdb3 100644 --- a/drivers/linux/README.md +++ b/drivers/linux/README.md @@ -17,3 +17,12 @@ usage: You will need to bring it up using `sudo ifconfig can0 up` or `sudo ip link set dev can0 up`, depending on your platform. + +Note that you may have to setup udev rules for Linux +``` bash +sudo tee /etc/udev/rules.d/11-panda.rules <