* [gentoo-user] scanner not working for user
@ 2006-07-08 13:16 Paul Stear
2006-07-08 13:45 ` Gian Domeni Calgeer
2006-07-08 15:45 ` Neil Bothwick
0 siblings, 2 replies; 7+ messages in thread
From: Paul Stear @ 2006-07-08 13:16 UTC (permalink / raw
To: gentoo-user
Hi all,
I have just tried to use my scanner for the first time in months and it is not
recognized. However, if I run xscanimage as root it all works well.
I have read the man pages and my setup seems to be correct scanimage -L find
the scanner as root but not as a user.
My conclusion is that I have a permmissions problem, but I can't find out
where or how to change them.
Can anybody help please?
I have device epson:libusb:003:005
vendor=0x04b8 product=0x0808
Paul
--
This message has been sent using kmail with gentoo linux
--
gentoo-user@gentoo.org mailing list
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: [gentoo-user] scanner not working for user
2006-07-08 13:16 [gentoo-user] scanner not working for user Paul Stear
@ 2006-07-08 13:45 ` Gian Domeni Calgeer
2006-07-08 14:42 ` Paul Stear
2006-07-08 15:45 ` Neil Bothwick
1 sibling, 1 reply; 7+ messages in thread
From: Gian Domeni Calgeer @ 2006-07-08 13:45 UTC (permalink / raw
To: gentoo-user
Hi
Normally, you have to be in the scanner group. You should try gpasswd -a
<user> scanner and then logout and login.
Gian
Am Samstag, 8. Juli 2006 13:16 schrieb Paul Stear:
> Hi all,
> I have just tried to use my scanner for the first time in months and it is
> not recognized. However, if I run xscanimage as root it all works well. I
> have read the man pages and my setup seems to be correct scanimage -L find
> the scanner as root but not as a user.
> My conclusion is that I have a permmissions problem, but I can't find out
> where or how to change them.
> Can anybody help please?
> I have device epson:libusb:003:005
> vendor=0x04b8 product=0x0808
>
> Paul
> --
> This message has been sent using kmail with gentoo linux
--
gentoo-user@gentoo.org mailing list
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: [gentoo-user] scanner not working for user
2006-07-08 13:45 ` Gian Domeni Calgeer
@ 2006-07-08 14:42 ` Paul Stear
0 siblings, 0 replies; 7+ messages in thread
From: Paul Stear @ 2006-07-08 14:42 UTC (permalink / raw
To: gentoo-user
On Saturday 08 July 2006 14:45, Gian Domeni Calgeer wrote:
> Hi
>
> Normally, you have to be in the scanner group. You should try gpasswd -a
> <user> scanner and then logout and login.
>
> Gian
>
> Am Samstag, 8. Juli 2006 13:16 schrieb Paul Stear:
> > Hi all,
> > I have just tried to use my scanner for the first time in months and it
> > is not recognized. However, if I run xscanimage as root it all works
> > well. I have read the man pages and my setup seems to be correct
> > scanimage -L find the scanner as root but not as a user.
> > My conclusion is that I have a permmissions problem, but I can't find out
> > where or how to change them.
> > Can anybody help please?
> > I have device epson:libusb:003:005
> > vendor=0x04b8 product=0x0808
the user is in group scanner, any other ideas?
Paul
--
This message has been sent using kmail with gentoo linux
--
gentoo-user@gentoo.org mailing list
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: [gentoo-user] scanner not working for user
2006-07-08 13:16 [gentoo-user] scanner not working for user Paul Stear
2006-07-08 13:45 ` Gian Domeni Calgeer
@ 2006-07-08 15:45 ` Neil Bothwick
2006-07-08 16:29 ` Paul Stear
1 sibling, 1 reply; 7+ messages in thread
From: Neil Bothwick @ 2006-07-08 15:45 UTC (permalink / raw
To: gentoo-user
[-- Attachment #1: Type: text/plain, Size: 699 bytes --]
On Sat, 8 Jul 2006 14:16:03 +0100, Paul Stear wrote:
> My conclusion is that I have a permmissions problem, but I can't find
> out where or how to change them.
> Can anybody help please?
> I have device epson:libusb:003:005
> vendor=0x04b8 product=0x0808
This happened to me recently too. The permissions in /proc/bus/usb were
correct, but /dev/bus/usb nodes were root-only. I fixed this with a udev
rule
SYSFS{product}=="CanoScan", SYSFS{manufacturer}=="Canon", GROUP:="scanner", MODE:="0660"
You'll need to use udevinfo to get the correct setting for your device.
--
Neil Bothwick
Vital papers will demonstrate their vitality by moving to where you
can't find them.
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 189 bytes --]
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: [gentoo-user] scanner not working for user
2006-07-08 15:45 ` Neil Bothwick
@ 2006-07-08 16:29 ` Paul Stear
2006-07-08 19:05 ` Neil Bothwick
0 siblings, 1 reply; 7+ messages in thread
From: Paul Stear @ 2006-07-08 16:29 UTC (permalink / raw
To: gentoo-user
On Saturday 08 July 2006 16:45, Neil Bothwick wrote:
> SYSFS{product}=="CanoScan", SYSFS{manufacturer}=="Canon", GROUP:="scanner",
> MODE:="0660"
Neil,
Thanks that's just what I'm looking for.
SYSFS{product}=="0x0808", SYSFS{manufacturer}=="0x04b8", GROUP:="scanner",
MODE:="0660"
But where do I put this?
--
This message has been sent using kmail with gentoo linux
--
gentoo-user@gentoo.org mailing list
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: [gentoo-user] scanner not working for user
2006-07-08 16:29 ` Paul Stear
@ 2006-07-08 19:05 ` Neil Bothwick
2006-07-14 8:48 ` Paul Stear
0 siblings, 1 reply; 7+ messages in thread
From: Neil Bothwick @ 2006-07-08 19:05 UTC (permalink / raw
To: gentoo-user
[-- Attachment #1: Type: text/plain, Size: 314 bytes --]
On Sat, 8 Jul 2006 17:29:15 +0100, Paul Stear wrote:
> Thanks that's just what I'm looking for.
> SYSFS{product}=="0x0808", SYSFS{manufacturer}=="0x04b8",
> GROUP:="scanner", MODE:="0660"
>
> But where do I put this?
/etc/udev/rules.d/10-udev.rules
--
Neil Bothwick
Oxymoron: Reagan memoirs.
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 189 bytes --]
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: [gentoo-user] scanner not working for user
2006-07-08 19:05 ` Neil Bothwick
@ 2006-07-14 8:48 ` Paul Stear
0 siblings, 0 replies; 7+ messages in thread
From: Paul Stear @ 2006-07-14 8:48 UTC (permalink / raw
To: gentoo-user
On Saturday 08 July 2006 20:05, Neil Bothwick wrote:
> > But where do I put this?
Hi,
Neil advised that in /etc/udev/rules.d/10-udev.rules I enter the following:-
SYSFS{product}=="USB MFP", SYSFS{manufacturer}=="EPSON", GROUP:="scanner",
MODE:="0660"
This worked well and I was able to scan.
However, I have just discovered that the printing side of my epson cx5400
scanner/printer is not working.
If I remove the line from the rules file that the printer works fine, but of
course the scanner is now not working.
Any other ideas on how to ensure that both functions work correctly?
Thanks in advance
Paul
--
This message has been sent using kmail with gentoo linux
--
gentoo-user@gentoo.org mailing list
^ permalink raw reply [flat|nested] 7+ messages in thread
end of thread, other threads:[~2006-07-14 9:11 UTC | newest]
Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-07-08 13:16 [gentoo-user] scanner not working for user Paul Stear
2006-07-08 13:45 ` Gian Domeni Calgeer
2006-07-08 14:42 ` Paul Stear
2006-07-08 15:45 ` Neil Bothwick
2006-07-08 16:29 ` Paul Stear
2006-07-08 19:05 ` Neil Bothwick
2006-07-14 8:48 ` Paul Stear
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox