de     
no way to compare when less than two revisions

Differences

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


en:software:linux_hints [2016/09/15 10:15] (current) – angelegt stefan
Line 1: Line 1:
 +====== Hints for Linux users ======
  
 +Under Linux no driver is required. The hardware can be accessed directly using the libusb-1.0 library. But permissions have to be managed.
 +
 +To grant access to all users of the group usb, add the following UDEV rules e.g. to ''/etc/udev/rules.d/99-ztex.rules''
 +
 +<code>
 +SUBSYSTEM=="usb", ATTR{idVendor}=="221a", ATTR{idProduct}=="0100", ACTION=="add", MODE="0664", GROUP="usb"
 +SUBSYSTEM=="usb", ATTR{idVendor}=="04B4", ATTR{idProduct}=="8613", ACTION=="add", MODE="0664", GROUP="usb"
 +SUBSYSTEM=="usb", ATTR{idVendor}=="04B4", ATTR{idProduct}=="1480", ACTION=="add", MODE="0664", GROUP="usb"
 +</code>
 +
 +{{indexmenu_n>6490}}
 
en/software/linux_hints.txt · Last modified: 2016/09/15 10:15 by stefan
 
Recent changes RSS feed Creative Commons License Powered by PHP Debian Driven by DokuWiki
[ZTEX Home] [Imprint] [Privacy policy]