From: briand on
My scanner, a very old epson, shows up in dmesg:

Processor EPSON GT-9700 1.03 PQ: 0 ANSI: 4
scsi 11:0:0:0: Attached scsi generic sg1 type 3


I checked /lib/udev/rules and in the libsave rules there is a match:

# Epson Perfection 2450 | Epson GT-9700F | Epson Perfection 2450 PHOTO
ATTRS{idVendor}=="04b8", ATTRS{idProduct}=="0112", MODE="0664",
GROUP="scanner", ENV{libsane_matched}="yes"

The problem is that sg1 is not getting assigned to group scanner.

?

What would be just great is if there was a udev log file somewhere
which contained messages about which rule was matched and what was done.

This information is supposed to be in syslog, and probably consists of
the above message. The problem, of course, is that it's not doing what
it says it should be doing.


Thanks.

Brian


--
To UNSUBSCRIBE, email to debian-user-REQUEST(a)lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmaster(a)lists.debian.org
Archive: http://lists.debian.org/20100710155812.58d053a8(a)windy.deldotd.com
From: Bill Dennen on
I would suspect that the vendor and device IDs for your device do not
match those listed in libsave. You can determine your scanner's identity
through lspci -nn. If it's not 04b8:0112 then there's no match for that
entry. Probably did match on generic, and that rule may not set the
GROUPID as you'd like.

Regards
>@<

On Sun, 11 Jul 2010 01:00:02 +0200, briand scribbled:

> My scanner, a very old epson, shows up in dmesg:
>
> Processor EPSON GT-9700 1.03 PQ: 0 ANSI: 4 scsi
> 11:0:0:0: Attached scsi generic sg1 type 3
>
>
> I checked /lib/udev/rules and in the libsave rules there is a match:
>
> # Epson Perfection 2450 | Epson GT-9700F | Epson Perfection 2450 PHOTO
> ATTRS{idVendor}=="04b8", ATTRS{idProduct}=="0112", MODE="0664",
> GROUP="scanner", ENV{libsane_matched}="yes"
>
> The problem is that sg1 is not getting assigned to group scanner.
>
> ?
>
> What would be just great is if there was a udev log file somewhere which
> contained messages about which rule was matched and what was done.
>
> This information is supposed to be in syslog, and probably consists of
> the above message. The problem, of course, is that it's not doing what
> it says it should be doing.
>
>
> Thanks.
>
> Brian

--
>@<
Bill Dennen ieee1014(a)hotmail.com
Of all the things I miss, I miss my mind the most ...


--
To UNSUBSCRIBE, email to debian-user-REQUEST(a)lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmaster(a)lists.debian.org
Archive: http://lists.debian.org/i1c80q$pnu$1(a)speranza.aioe.org
From: Alan Greenberger on
On 2010-07-10, <briand(a)aracnet.com> <briand(a)aracnet.com> wrote:
> My scanner, a very old epson, shows up in dmesg:
>
> Processor EPSON GT-9700 1.03 PQ: 0 ANSI: 4
> scsi 11:0:0:0: Attached scsi generic sg1 type 3

Try running sane-find-scanner (in package sane-utils).


--
To UNSUBSCRIBE, email to debian-user-REQUEST(a)lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmaster(a)lists.debian.org
Archive: http://lists.debian.org/slrni3jlm4.4nj.alanjg(a)archduke.router
From: briand on
On Sun, 11 Jul 2010 10:35:48 -0400
Alan Greenberger <alanjg(a)ptd.net> wrote:

> On 2010-07-10, <briand(a)aracnet.com> <briand(a)aracnet.com> wrote:
> > My scanner, a very old epson, shows up in dmesg:
> >
> > Processor EPSON GT-9700 1.03 PQ: 0 ANSI: 4
> > scsi 11:0:0:0: Attached scsi generic sg1 type 3
>
> Try running sane-find-scanner (in package sane-utils).
>
>

found SCSI processor "EPSON GT-9700 1.03" at /dev/sg1

I'm not clear on how this helps.

It seems like dmesg showed that it was being detected, the problem
seems to be the udev is not assigning the correct permissions.

Brian


--
To UNSUBSCRIBE, email to debian-user-REQUEST(a)lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmaster(a)lists.debian.org
Archive: http://lists.debian.org/20100711222448.57e5c4b9(a)windy.deldotd.com
From: briand on
On Sun, 11 Jul 2010 10:35:48 -0400
Alan Greenberger <alanjg(a)ptd.net> wrote:

> On 2010-07-10, <briand(a)aracnet.com> <briand(a)aracnet.com> wrote:
> > My scanner, a very old epson, shows up in dmesg:
> >
> > Processor EPSON GT-9700 1.03 PQ: 0 ANSI: 4
> > scsi 11:0:0:0: Attached scsi generic sg1 type 3
>
> Try running sane-find-scanner (in package sane-utils).
>
>

Never mind.

I added the users to the scanner group and everything works just fine
now.


Brian


--
To UNSUBSCRIBE, email to debian-user-REQUEST(a)lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmaster(a)lists.debian.org
Archive: http://lists.debian.org/20100711223130.2f25894b(a)windy.deldotd.com
 | 
Pages: 1
Prev: web client openvpn
Next: ext3 to ext4 conversion