sane-project-website/old-archive/1998-02/0102.html

151 wiersze
5.7 KiB
HTML

This file contains invisible Unicode characters!

This file contains invisible Unicode characters that may be processed differently from what appears below. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to reveal hidden characters.

<!-- received="Tue Feb 17 22:27:45 1998 PST" -->
<!-- sent="Mon, 16 Feb 1998 07:32:27 -0500 (EST)" -->
<!-- name="Allen Wilkinson" -->
<!-- email="aw@stratos.net" -->
<!-- subject="HELP: RedHat 5.0 and AHA1502AE SCSI adapter for Microtek E6 scanner setup" -->
<!-- id="" -->
<!-- inreplyto="" -->
<title>sane-devel: HELP: RedHat 5.0 and AHA1502AE SCSI adapter for Microtek E6 scanner setup</title>
<h1>HELP: RedHat 5.0 and AHA1502AE SCSI adapter for Microtek E6 scanner setup</h1>
<b>Allen Wilkinson</b> (<a href="mailto:aw@stratos.net"><i>aw@stratos.net</i></a>)<br>
<i>Mon, 16 Feb 1998 07:32:27 -0500 (EST)</i>
<p>
<ul>
<li> <b>Messages sorted by:</b> <a href="date.html#102">[ date ]</a><a href="index.html#102">[ thread ]</a><a href="subject.html#102">[ subject ]</a><a href="author.html#102">[ author ]</a>
<!-- next="start" -->
<li> <b>Next message:</b> <a href="0103.html">David Mosberger-Tang: "Re: Epson GT-5500"</a>
<li> <b>Previous message:</b> <a href="0101.html">Derrik Pates: "HP and Microtek parallel scanners"</a>
<!-- nextthread="start" -->
<li> <b>Next in thread:</b> <a href="0106.html">Peter JD Hall: "Re: HELP: RedHat 5.0 and AHA1502AE SCSI adapter for Microtek E6 scanner setup"</a>
<li> <b>Reply:</b> <a href="0106.html">Peter JD Hall: "Re: HELP: RedHat 5.0 and AHA1502AE SCSI adapter for Microtek E6 scanner setup"</a>
<!-- reply="end" -->
</ul>
<!-- body="start" -->
Please e-mail any replies to &lt;<a href="mailto:awr@stratos.net">awr@stratos.net</a>&gt; as well as the linux-scsi<br>
list.<br>
<p>
I am working on an INTEL 200 MHz Pentium with IDE drives and CDROM. <br>
<p>
I have read SCSI-HOWTO, man sane-scsi. I have searched dejanews, <br>
comp.os.linux.hardware, comp.os.linux.setup, and the redhat-list archives.<br>
No solution is obvious to me. The last I checked Microtek offered no linux<br>
help.<br>
<p>
I am not succeeding in getting the SCSI host adapter recognized. My RedHat<br>
install is out of the box and I believe SCSI modular support is enabled in<br>
the kernel since I get the following from 'modprobe'<br>
<p>
aw@teq:~&gt;modprobe -l -t scsi<br>
/lib/modules/2.0.31/scsi/wd7000.o<br>
/lib/modules/2.0.31/scsi/ultrastor.o<br>
/lib/modules/2.0.31/scsi/u14-34f.o<br>
/lib/modules/2.0.31/scsi/t128.o<br>
/lib/modules/2.0.31/scsi/st.o<br>
/lib/modules/2.0.31/scsi/sg.o<br>
/lib/modules/2.0.31/scsi/seagate.o<br>
/lib/modules/2.0.31/scsi/qlogicisp.o<br>
/lib/modules/2.0.31/scsi/qlogicfas.o<br>
/lib/modules/2.0.31/scsi/ppa.o<br>
/lib/modules/2.0.31/scsi/pas16.o<br>
/lib/modules/2.0.31/scsi/ncr53c8xx.o<br>
/lib/modules/2.0.31/scsi/in2000.o<br>
/lib/modules/2.0.31/scsi/gdth.o<br>
/lib/modules/2.0.31/scsi/g_NCR5380.o<br>
/lib/modules/2.0.31/scsi/fdomain.o<br>
/lib/modules/2.0.31/scsi/eata_pio.o<br>
/lib/modules/2.0.31/scsi/eata_dma.o<br>
/lib/modules/2.0.31/scsi/eata.o<br>
/lib/modules/2.0.31/scsi/dtc.o<br>
/lib/modules/2.0.31/scsi/aic7xxx.o<br>
/lib/modules/2.0.31/scsi/aha1740.o<br>
/lib/modules/2.0.31/scsi/aha1542.o<br>
/lib/modules/2.0.31/scsi/aha152x.o<br>
/lib/modules/2.0.31/scsi/advansys.o<br>
/lib/modules/2.0.31/scsi/NCR53c406a.o<br>
/lib/modules/2.0.31/scsi/BusLogic.o<br>
/lib/modules/2.0.31/scsi/53c7,8xx.o<br>
<p>
<p>
I then do<br>
<p>
root@teq:&gt;insmod sg<br>
<p>
to enable the generic scsi module per the man page 'sane-scsi'<br>
<p>
After that <br>
<p>
aw@teq:~&gt;lsmod<br>
Module Pages Used by<br>
sg 1 0<br>
autofs 2 1 (autoclean)<br>
ipx 3 9 (autoclean)<br>
vfat 3 1 (autoclean)<br>
<p>
tells me the generic scsi module 'sg' is loaded.<br>
<p>
Running RedHat's 'kernelcfg' program gives errors.<br>
<p>
Hence, I manually edited /etc/conf.modules to include a line like<br>
<p>
alias scsi_host aha152x aha152x=0x140,9,7<br>
<p>
( NOTE ioport=140 HEX IRQ=9 and card scsiid=7 )<br>
<p>
ALTERNATIVELY I tried a line like<br>
<p>
alias scsi_host sg<br>
<p>
to no avail. I could not find any syntax hints to tell sg the ioport etc.<br>
<p>
Running SANE's <br>
<p>
root@teq:/dev&gt;scanimage --list-devices<br>
[snapscan] add_device: failed to open scsi device "/dev/scanner".<br>
File open error: Operation not supported by device<br>
[snapscan] sane_snapscan_init: failed to add device "/dev/scanner"<br>
device `pnm:0' is a Noname PNM file reader virtual device<br>
device `pnm:1' is a Noname PNM file reader virtual device<br>
<p>
where I have tried all of the following<br>
<p>
/dev/scanner -&gt; /dev/sga, sgb, sgc, sgd, sge, sdf, sgg, sgh<br>
<p>
I am assuming since my scanner is at scsiid=1 that /dev/sgb should be the<br>
correct generic scsi device.<br>
<p>
<p>
Any help is appreciated, Allen<br>
<pre>
--
Address:
<p>
Allen Wilkinson (phone) (216) 382-7613
1036 Pembrook Road (work) (216) 433-2075
Cleveland Heights, OH 44121 USA (INTERNET) <a href="mailto:awr@stratos.net">awr@stratos.net</a>
<p>
<p>
<p>
<p>
<p>
<p>
<p>
<p>
<p>
<p>
<pre>
--
Source code, list archive, and docs: <a href="http://www.mostang.com/sane/">http://www.mostang.com/sane/</a>
To unsubscribe: echo unsubscribe sane-devel | mail <a href="mailto:majordomo@mostang.com">majordomo@mostang.com</a>
</pre>
<!-- body="end" -->
<p>
<ul>
<!-- next="start" -->
<li> <b>Next message:</b> <a href="0103.html">David Mosberger-Tang: "Re: Epson GT-5500"</a>
<li> <b>Previous message:</b> <a href="0101.html">Derrik Pates: "HP and Microtek parallel scanners"</a>
<!-- nextthread="start" -->
<li> <b>Next in thread:</b> <a href="0106.html">Peter JD Hall: "Re: HELP: RedHat 5.0 and AHA1502AE SCSI adapter for Microtek E6 scanner setup"</a>
<li> <b>Reply:</b> <a href="0106.html">Peter JD Hall: "Re: HELP: RedHat 5.0 and AHA1502AE SCSI adapter for Microtek E6 scanner setup"</a>
<!-- reply="end" -->
</ul>