Skip to content

Commit

Permalink
Some additional information about udev
Browse files Browse the repository at this point in the history
  • Loading branch information
crlane committed Jun 1, 2015
1 parent 9a5f959 commit 15ecf74
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions INSTALL.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ SYSFS{idVendor}=="0694", SYSFS{idProduct}=="0003", MODE="0666"

For Ubuntu Linux 14.04 and newer, the udev syntax has changed.

SUBSYSTEM=="usb", ATTR{idVendor}=="0694", ATTR{idProduct}=="0003", MODE:="0666"
In a file called /etc/udev/rules.d/lego-wedo.rules: Add the following line:

Note the colon on the MODE assignment.
SUBSYSTEM=="usb", ATTR{idVendor}=="0694", ATTR{idProduct}=="0003", MODE:="0666"

Note the colon on the MODE assignment and the use of ATTR.

0 comments on commit 15ecf74

Please sign in to comment.