Skip to content

Commit

Permalink
add udev rule instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
yconst committed Aug 5, 2023
1 parent 8b39197 commit 1b790b5
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions Docs/canine.rst
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,19 @@ In ARM-based Macs you may also need to link the homebrew library install path to
ln -s /opt/homebrew/lib ~/lib
Additional Linux requirements
*****************************

You will need to add udev rules for CANine:

.. code-block:: console
sudo bash -c 'echo -e "SUBSYSTEM==\"usb\", ATTR{idVendor}==\"0483\", ATTR{idProduct}==\"c1b0\", MODE=\"0666\", SYMLINK+=\"canine_usb\"" > /etc/udev/rules.d/11-canine.rules'
sudo udevadm control --reload-rules && sudo udevadm trigger
To have the rules loaded at every boot, add the command to your `.bashrc`.

slcan & CANdlelight Firmware
----------------------------

Expand Down

0 comments on commit 1b790b5

Please sign in to comment.