[NTLUG:Discuss] SCSI scanner question

Stephen Klein jaguar at cyberramp.net
Sun Oct 8 23:16:07 CDT 2000


Let's see if I can help on this one.

As usual when troubleshooting SCSI, check for proper termination at both
ends of the SCSI chain (the controller does this automatically if it is
at the end of the SCSI chain).


bobby at wrennest.com wrote:
> 
> I just installed an Adaptec 2906 and Umax 2200 SCSI/USB scanner.
> I had no SCSI controller before this install.
> On power up RH6.2 detected the SCSI "/proc/scsi/scsi" shows, "Attached
> devices: none"

First do a "cat /proc/modules" and make sure the aic7xxx (I think that's
it) module is loaded.  If you don't see it, try loading it yourself by
typing "modprobe -av aic7xxx".  If the module is not already loaded, you
will see something like this:

yoursystemname:~# modprobe -av aic7xxx
/sbin/insmod -L /lib/modules/2.2.17/scsi/aic7xxx.o
yoursystemname:~#

Scanners are accessed with the SCSI Generic (sg) driver.  It can either
be compiled into the kernel, or compiled as a module.  Try doing
"modprobe -av sg" and see if it loads, then do a "cat /proc/scsi/scsi"
and see if it lists your scanner.

> 
> I installed "sane-0.71-1.i386.rpm" with no errors.
> 
> "scanimage --list-devices" returns "scanimage: error in loading shared
> libraries: libsane.so.0: cannot open shared object file: No such file or
> directory"
> 

On this, you might try running ldconfig, at least that's what I'd have
to do on my system (Slackware 7.0).  I'm not sure about Red Hat.

> What am I missing?
> 
> Thanks
> Bobby
> --
> This tagline is identical to the one you are reading.
> _______________________________________________
> http://ntlug.org/mailman/listinfo/discuss


Hope I helped,
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, but be}
read_incomming_messages(send_message); {sure to include unit caffine.pas
in headers}

-S.K. e-mail etiquette training program.



More information about the Discuss mailing list