User Tools

Site Tools


manual:demos:usb_driver_install

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision Both sides next revision
manual:demos:usb_driver_install [2017/10/16 15:08]
voorburg [USB Driver Installation on Linux]
manual:demos:usb_driver_install [2017/10/16 15:09]
voorburg [USB Driver Installation on Linux]
Line 32: Line 32:
 {{:​manual:​demos:​openblt_usb_device_linux.png?​nolink&​|}} {{:​manual:​demos:​openblt_usb_device_linux.png?​nolink&​|}}
  
-Typically only the super user has access to the OpenBLT USB device. To give all users access, create the following UDEV rules file and store it in **/​etc/​udev/​rules.d/​60-openblt.rules**:​+Typically only the super user has access to the OpenBLT USB device. To give all users access, create the following UDEV rules file and store it in **/​etc/​udev/​rules.d/​60-openblt.rules**. After a re-boot all users will have access:
  
 <​code>​ACTION=="​add",​ SUBSYSTEM=="​usb",​ ATTR{idVendor}=="​1d50",​ ATTR{idProduct}=="​60ac",​ MODE="​0666"</​code>​ <​code>​ACTION=="​add",​ SUBSYSTEM=="​usb",​ ATTR{idVendor}=="​1d50",​ ATTR{idProduct}=="​60ac",​ MODE="​0666"</​code>​
manual/demos/usb_driver_install.txt ยท Last modified: 2023/06/27 10:02 by voorburg