Robots/udev rules: Difference between revisions

From OLPC
Jump to navigation Jump to search
No edit summary
No edit summary
Line 10: Line 10:
#GoGo Board -- udev rules generally not needed, the driver currently sets mode 777
#GoGo Board -- udev rules generally not needed, the driver currently sets mode 777
BUS=="usb", SYSFS{idVendor}=="0461", SYSFS{idProduct}=="0033", GROUP="lego", MODE="0660"
BUS=="usb", SYSFS{idVendor}=="0461", SYSFS{idProduct}=="0033", GROUP="lego", MODE="0660"
* fischertechnik
# RoboLT USB connection
BUS=="usb", SYSFS{idVendor}=="146A", MODE="666"

Revision as of 21:46, 27 July 2012

  • LEGO -- these rules are included in the lego-udevrules rpm
 #NXT 2.0
 BUS=="usb", SYSFS{idVendor}=="0694", SYSFS{idProduct}=="0002", GROUP="lego", MODE="0660"
 # WeDo
 BUS=="usb", SYSFS{idVendor}=="0694", SYSFS{idProduct}=="0003", GROUP="lego", MODE="0660"
  • FTDI
 # Pico Board -- udev rules generally not needed, the driver currently sets mode 777
 BUS=="usb", SYSFS{idVendor}=="0403", SYSFS{idProduct}=="6001", GROUP="lego", MODE="0660"
  • CCS
 #GoGo Board -- udev rules generally not needed, the driver currently sets mode 777
 BUS=="usb", SYSFS{idVendor}=="0461", SYSFS{idProduct}=="0033", GROUP="lego", MODE="0660"
  • fischertechnik
 # RoboLT USB connection
 BUS=="usb", SYSFS{idVendor}=="146A", MODE="666"