* [gentoo-user] Epson CX5400 printer and scanner conflict?
@ 2006-07-15 12:42 Paul Stear
2006-07-15 17:23 ` Richard Fish
0 siblings, 1 reply; 3+ messages in thread
From: Paul Stear @ 2006-07-15 12:42 UTC (permalink / raw
To: gentoo-user
Hi all,
Last week I needed to use the scanner part of my MFP and managed to get thing
working by using Neil's suggestion that I enter a USB rule
in /etc/udev/rules.d/10-udev.rules, so I entered 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?
Paul
--
This message has been sent using kmail with gentoo linux
--
gentoo-user@gentoo.org mailing list
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [gentoo-user] Epson CX5400 printer and scanner conflict?
2006-07-15 12:42 [gentoo-user] Epson CX5400 printer and scanner conflict? Paul Stear
@ 2006-07-15 17:23 ` Richard Fish
2006-07-16 10:57 ` Paul Stear
0 siblings, 1 reply; 3+ messages in thread
From: Richard Fish @ 2006-07-15 17:23 UTC (permalink / raw
To: gentoo-user
On 7/15/06, Paul Stear <gentoo@appjaws.plus.com> wrote:
> Hi all,
> Last week I needed to use the scanner part of my MFP and managed to get thing
> working by using Neil's suggestion that I enter a USB rule
> in /etc/udev/rules.d/10-udev.rules, so I entered 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.
As I see it, you have a couple of options:
1. Change the group that cups runs under to "scanner" in /etc/cups/cupsd.conf.
2. Change the GROUP:= setting to be "lp". This will let cups access
the device again. You will then need to add your user account to the
lp group in order to scan.
3. Change your groups so that lp and scanner have the same group number (gid).
4. Make a new group specifically for this device, and do both 1 and 2
with the new group to let both cups and your user account access the
device.
If this is the only local printer you have, I would probably just do #1.
HTH,
-Richard
--
gentoo-user@gentoo.org mailing list
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [gentoo-user] Epson CX5400 printer and scanner conflict?
2006-07-15 17:23 ` Richard Fish
@ 2006-07-16 10:57 ` Paul Stear
0 siblings, 0 replies; 3+ messages in thread
From: Paul Stear @ 2006-07-16 10:57 UTC (permalink / raw
To: gentoo-user
Thanks Richard I did option 2 and all is working well.
> 2. Change the GROUP:= setting to be "lp". This will let cups access
> the device again. You will then need to add your user account to the
> lp group in order to scan.
>
Thanks again
Paul
--
This message has been sent using kmail with gentoo linux
--
gentoo-user@gentoo.org mailing list
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2006-07-16 11:04 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-07-15 12:42 [gentoo-user] Epson CX5400 printer and scanner conflict? Paul Stear
2006-07-15 17:23 ` Richard Fish
2006-07-16 10:57 ` Paul Stear
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox