On Tuesday 11 September 2007 03:08:48 pm [EMAIL PROTECTED] wrote:
> On Tue 11 Sep 2007 18:51, Rajko M. wrote:
> > What tells command:
> >   sane-find-scanner  or   scanimage -L
>
> ___________
>
> Hello Rajko
>
>  - thank you
>
> as root, have executed:
>
> # scanimage -L
> device `hpaio:/usb/PSC_1500_series?serial=MY5BUDB0FG0498' is a
> Hewlett-Packard PSC_1500_series all-in-one
>
> HOW please can I find this device where I can change its permissions to
> allow "users" ?

That is what 'sane-find-scanner' should list. 
The device is: 
  /dev/bus/usb/<bus>/<device>
where <bus> and <device> are numbers that you can see with 'lsusb'.
With 
  ll /dev/bus/usb/<bus>/<device>
you should be able to see owner and group. The <device> number is changing 
every time you turn device on/off.  

Changing permissions with 'chmod' is temporary, until next reboot. 
The change should be done in: 
  /etc/udev/rules.d/
probably
  50-udev-default.rules
but I'm not sure about exact location for 'hpaio'

-- 
Regards,
Rajko.
--
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to