[NTLUG:Discuss] SCSI scanner question

Stephen Klein jaguar at cyberramp.net
Mon Oct 9 09:43:14 CDT 2000


Well, you're closer anyway. :)

bobby at wrennest.com wrote:
> 
> Scanner has two 25pin connectors one has SCSI cable the other has the
> terminator
> supplied with the scanner.

Same as mine, I have a Umax Astra 1200S.

> Output of "modprobe av aic7xxx":
> # /sbin/modprobe -av aic7xxx
> /sbin/insmod -L /lib/modules/2.2.12-20/scsi/aic7xxx.o
> "cat /proc/modules" then shows:
> aic7xxx               112208   0 (unused)
> 

At least we're talking to the card now.

> 
> "# /sbin/modprobe -av sg" reports "/sbin/insmod -L
> /lib/modules/2.2.12-20/scsi/sg.o"
> Finally  "cat /proc/scsi/scsi" reports "Attached devices: none"

Hmm...sounds like the card, or at least the driver, can't see the
scanner for some reason.  When the SCSI bus is being probed at boot
time, does the SCSI card report finding the scanner?

If it its finding the scanner at boot time, try doing a "cat
/proc/scsi/aic7xxx/0" (or similar) and see if it lists the scanner under
Device Information.

If it is listed, you might try unloading the adaptec driver by doing an
"rmmod aic7xxx", and then reloading it with modprobe (leave sg loaded). 
Though, I would think that the moment you loaded sg.o that it would see
the scanner and report it as a usable device, but try that just in case.

> > > I installed "sane-0.71-1.i386.rpm" with no errors.

That's actually a very old version of SANE (as in years), and probably
wouldn't work with your scanner anyway.  I didn't notice the first time,
sorry.  You can get the latest version of SANE from
http://www.mostang.com/sane/, they have it available in RPM format.

> "ldconfig" went off for a few seconds and then returned the command
> prompt. No change in the above reports.

Try the above first.

> >
> I've learned a lot from these tips. Though, I still seem to be missing
> something.
> 

I'm sure that it's something minor keeping things from working.  Once
that's taken care of everything should work fine.

Stephen

if hours_without_sleep < 20 then       {too many hours awake?}
  send_message := false                {true: don't make fool of self}
else
  send_message := true;                {false: sufficient mental}
                                       {awareness, unit caffine.pas}
read_incomming_messages(send_message); {will add extra abilities}
-S.K. e-mail etiquette training program.



More information about the Discuss mailing list