<div dir="ltr">ohhh I understand..... I need to add the chmod command in a file that runs at boot because: <span style="color:rgb(80,0,80)"> </span><div><span style="color:rgb(80,0,80)"><br></span></div><div><span style="color:rgb(80,0,80)">       Setting permis‐</span><div style="color:rgb(80,0,80)">       sions with "chmod" is not permanent... they will be reset  after</div><div><font color="#500050">       reboot or replugging the scanner.</font><br><font color="#000000"><br></font></div><div><font color="#000000">so then it would be to add</font></div><pre style="margin-top:0px;margin-bottom:1em;padding:5px;border:0px;overflow:auto;width:auto;max-height:600px;font-family:Consolas,Menlo,Monaco,'Lucida Console','Liberation Mono','DejaVu Sans Mono','Bitstream Vera Sans Mono','Courier New',monospace,sans-serif;word-wrap:normal;color:rgb(34,36,38);background-color:rgb(238,238,238)"><code style="margin:0px;padding:0px;border:0px;font-family:Consolas,Menlo,Monaco,'Lucida Console','Liberation Mono','DejaVu Sans Mono','Bitstream Vera Sans Mono','Courier New',monospace,sans-serif;white-space:inherit">     chmod 770 <span style="color:rgb(80,0,80);font-family:arial,sans-serif;background-color:rgb(255,255,255)">/dev/bus/usb/*</span>
</code></pre><p style="margin:0px 0px 1em;padding:0px;border:0px;clear:both;color:rgb(34,36,38);font-family:Arial,'Helvetica Neue',Helvetica,sans-serif;line-height:19.5px">to /etc/rc.local .</p><div><font color="#000000">Or perhaps the kernel is claiming the scanner?</font></div><div style="color:rgb(80,0,80)"><div><br class="">       Libusb  can  only access your scanner if it's not claimed by the kernel</div><div>       scanner driver. If you want to use libusb,  unload  the  kernel  driver</div><div>       (e.g. rmmod scanner under Linux) or disable the driver when compiling a</div><div>       new kernel.</div></div><div style="color:rgb(80,0,80)"><br></div><div style="color:rgb(80,0,80);font-size:12.8px"><br></div></div></div>