What type of SCSI card do you have? What does `cat /proc/scsi/scsi`
display? (It should list devices on the SCSI chain.)
Have you downloaded the SANE source? If not, here's how to do it:
cd /tmp
lynx ftp://ftp.mostang.com/pub/sane/sane-0.74.tar.gz -source >sane.tgz
tar xzf sane.tgz
cd sane-0.74
./configure
make
su
Password: [enter root passwd]
make install
exit
rehash
xscanimage & [make sure X is running]
let me know if problems with this, it's off the top of my head.
glenn
-- Source code, list archive, and docs: http://www.mostang.com/sane/ To unsubscribe: echo unsubscribe sane-devel | mail majordomo@mostang.com