Re: completed package...

Glenn (glenn@meaning.com)
Sun, 9 Aug 1998 18:58:42 -0500 (CDT)

Glenn McCorkle writes:
^On Sun, 9 Aug 1998 18:17:50 -0500 (CDT), Glenn <glenn@meaning.com> wrote:
^> Glenn McCorkle writes:
^
^ I'm running Caldera OpenLinux v1.2
^
^> ^I would like to run my Mustec Paragon 600 flatbed scanner in Linux.
^ The scanner is SCSI
^
^ Yep, Xwin is up.
^
^I'll checkout GIMP. Thanks for the advice.

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