From 279f048b0bd18ae5e37679b135b3a3341687991a Mon Sep 17 00:00:00 2001 From: Charles Julian Knight Date: Sun, 12 Nov 2017 22:36:20 -0500 Subject: [PATCH] updated docs --- drivers/linux/README.md | 13 ++++++++----- 1 file changed, 8 insertions(+), 5 deletions(-) diff --git a/drivers/linux/README.md b/drivers/linux/README.md index ebb7abb84b3e8f..81e95523acaca1 100644 --- a/drivers/linux/README.md +++ b/drivers/linux/README.md @@ -3,14 +3,17 @@ Installs the panda linux kernel driver using DKMS. This will allow the panda to work with tools such as `can-utils` prerequisites: - - apt-get install dkms gcc linux-headers-$(uname -r) make sudo + - `apt-get install dkms gcc linux-headers-$(uname -r) make sudo` installation: - - make link (only needed the first time. It will report an error on subsequent attempts to link) - - make all - - make install + - `make link` (only needed the first time. It will report an error on subsequent attempts to link) + - `make all` + - `make install` uninstall: - - make uninstall + - `make uninstall` +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.