Re: [opensuse] kooka scanner

2007-09-12 Thread riccardo35
On Wed 12 Sep 2007 00:12, Joe Morris (NTM) wrote:
 There is a good post on the hplip ML for the permissions checking.
  Check
 http://sourceforge.net/mailarchive/forum.php?thread_name=d868aa607072
 41117x3de413aax8f7940e5da3c4a7a%40mail.gmail.comforum_name=hplip-help
 which though is for a newer version hplip (which is available in the
 build service) provides excellent info.  It may need changed in udev
 rules, or it may need hal-resmgr changes, or both.


many thanks Joe


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



Re: [opensuse] kooka scanner

2007-09-11 Thread Rajko M.
On Tuesday 11 September 2007 13:15, [EMAIL PROTECTED] wrote:
 Dear List

 My O/S is SuSE 10.2

 As 'user', kooka does not allow me to select scan device.

  - but, as root kooka has no problem selecting scan device.

 How please, as user, can I get kooka to allow me to select scan device?

 [ i have reinstalled kdegraphics3-scan - Kooka, the Scanning Program for
 KDE . . . also have used Yast to delete scanner HP PSC 1510, and then
 re-installed with Yast . . . but still as User cannot select scan
 device  { as root there are No Probs}  ]

 thank you
 Riccardo

What tells command:
  sane-find-scanner
or 
  scanimage -L

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



Re: [opensuse] kooka scanner

2007-09-11 Thread riccardo35
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 ?

thanks
Riccardo

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



Re: [opensuse] kooka scanner

2007-09-11 Thread Rajko M.
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]



Re: [opensuse] kooka scanner

2007-09-11 Thread Joe Morris (NTM)
On 09/12/2007 07:16 AM, Rajko M. wrote:
 On Tuesday 11 September 2007 03:08:48 pm [EMAIL PROTECTED] wrote:
   
 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'

   
There is a good post on the hplip ML for the permissions checking.  Check
http://sourceforge.net/mailarchive/forum.php?thread_name=d868aa60707241117x3de413aax8f7940e5da3c4a7a%40mail.gmail.comforum_name=hplip-help
which though is for a newer version hplip (which is available in the
build service) provides excellent info.  It may need changed in udev
rules, or it may need hal-resmgr changes, or both.

-- 
Joe Morris
Registered Linux user 231871 running openSUSE 10.2 x86_64





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



Re: [opensuse] kooka scanner

2007-09-11 Thread riccardo35
On Tue 11 Sep 2007 23:16, Rajko M. wrote:
 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'

Thank you very much Rajko - will try to get my head around this


best wishes
--
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]