Re: aha152x, microtek e6, kernel 2.2.13

Douglas Gilbert (dgilbert@interlog.com)
Sun, 05 Dec 1999 18:41:25 -0500

Herman Roozenbeek wrote:
>
>
> > On Sat, 4 Dec 1999, Larry Snyder wrote:
> >
> >> Did you enable SCSI_GENERIC in the kernel, and do you have
> >> /dev/sg[0-7|a-h] out there in devices-land?
>
> I seem to have the same problems: my scanner (a CanoScan 300 with an AHA1502
> SCSI-adapter) is recognized by the kernel, but find-scanner can't find it.
>
> I have sg.o in my /lib/modules, I suppose this is SCSI_GENERIC?
> Should I do something special to activate it?
> I also compiled aha152x.o as a module and since the kernel can find my
> scanner I suppose that there is no problem with my modules as such.
>
> In /dev all the sg-devices are present. (My scanner should be on /dev/sg1, which
> is the destination for the link /dev/scanner.)
>
> Any suggestions?

As root, try 'insmod sg' and if there are no errors try
'lsmod' and the sg device (module) should be listed.

If this works then do 'cat /proc/scsi/scsi'. The order that
you see for scsi devices there is the same as the sg
driver allocates to sg0, sg1, sg2 ... (or alternatively
sga, sgb, sgc ...). This should verify whether /dev/scanner
is pointing at the correct device.

Doug Gilbert

--
Source code, list archive, and docs: http://www.mostang.com/sane/
To unsubscribe: echo unsubscribe sane-devel | mail majordomo@mostang.com