sane-project-website/old-archive/2000-03/0096.html

152 wiersze
5.4 KiB
HTML

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"
"http://www.w3.org/TR/REC-html40/loose.dtd">
<HTML>
<HEAD>
<TITLE>sane-devel: Re: HP4C + Symbios SCSI card</TITLE>
<META NAME="Author" CONTENT="Douglas Gilbert (dgilbert@interlog.com)">
<META NAME="Subject" CONTENT="Re: HP4C + Symbios SCSI card">
</HEAD>
<BODY BGCOLOR="#FFFFFF" TEXT="#000000">
<H1>Re: HP4C + Symbios SCSI card</H1>
<!-- received="Fri Mar 10 20:16:21 2000" -->
<!-- isoreceived="20000311041621" -->
<!-- sent="Fri, 10 Mar 2000 23:22:09 -0500" -->
<!-- isosent="20000311042209" -->
<!-- name="Douglas Gilbert" -->
<!-- email="dgilbert@interlog.com" -->
<!-- subject="Re: HP4C + Symbios SCSI card" -->
<!-- id="38C9C9F1.2CEEECE@interlog.com" -->
<!-- inreplyto="Pine.LNX.4.21.0003101910520.21084-100000@shell1.aracnet.com" -->
<STRONG>From:</STRONG> Douglas Gilbert (<A HREF="mailto:dgilbert@interlog.com?Subject=Re:%20HP4C%20%2B%20Symbios%20SCSI%20card&In-Reply-To=&lt;38C9C9F1.2CEEECE@interlog.com&gt;"><EM>dgilbert@interlog.com</EM></A>)<BR>
<STRONG>Date:</STRONG> Fri Mar 10 2000 - 20:22:09 PST
<P>
<!-- next="start" -->
<LI><STRONG>Next message:</STRONG> <A HREF="0097.html">Oliver Rauch: "Re: HP4C + Symbios SCSI card"</A>
<UL>
<LI><STRONG>Previous message:</STRONG> <A HREF="0095.html">Anne Merritt: "HP4C + Symbios SCSI card"</A>
<LI><STRONG>In reply to:</STRONG> <A HREF="0095.html">Anne Merritt: "HP4C + Symbios SCSI card"</A>
<!-- nextthread="start" -->
<LI><STRONG>Next in thread:</STRONG> <A HREF="0100.html">Anne Merritt: "Re: HP4C + Symbios SCSI card"</A>
<LI><STRONG>Next in thread:</STRONG> <A HREF="0097.html">Oliver Rauch: "Re: HP4C + Symbios SCSI card"</A>
<LI><STRONG>Reply:</STRONG> <A HREF="0100.html">Anne Merritt: "Re: HP4C + Symbios SCSI card"</A>
<!-- reply="end" -->
<LI><STRONG>Messages sorted by:</STRONG>
<A HREF="date.html#96">[ date ]</A>
<A HREF="index.html#96">[ thread ]</A>
<A HREF="subject.html#96">[ subject ]</A>
<A HREF="author.html#96">[ author ]</A>
</UL>
<HR NOSHADE><P>
<!-- body="start" -->
<P>
Anne Merritt wrote:
<BR>
<EM>&gt;
</EM><BR>
<EM>&gt; Hi!
</EM><BR>
<EM>&gt;
</EM><BR>
<EM>&gt; I have an HP Scanjet 4C with a Symbios SCSI card that
</EM><BR>
<EM>&gt; won't find the scanner on Linux. I built a new kernel
</EM><BR>
<EM>&gt; with the Symbios and NCR drivers enabled, but I can't
</EM><BR>
<EM>&gt; move past that.
</EM><BR>
<EM>&gt;
</EM><BR>
<EM>&gt; Here are the boot messages:
</EM><BR>
<EM>&gt;
</EM><BR>
<EM>&gt; Floppy drive(s): fd0 is 1.44M
</EM><BR>
<EM>&gt; FDC 0 is a post-1991 82077
</EM><BR>
<EM>&gt; NCR53c406a: no available ports found
</EM><BR>
<EM>&gt; sym53c416.c: Version 1.0.0
</EM><BR>
<EM>&gt; scsi : 0 hosts.
</EM><BR>
<EM>&gt; scsi : detected total.
</EM><BR>
<EM>&gt; PPP: version 2.3.7 (demand dialling)
</EM><BR>
<EM>&gt;
</EM><BR>
<EM>&gt; I don't use any kernel arguments in Lilo, but I couldn't
</EM><BR>
<EM>&gt; find anywhere that could tell me what the magic words
</EM><BR>
<EM>&gt; are if there are any. Does anyone know?
</EM><BR>
<P>According to the RH 6.0 installation guide:
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;ncr53c406a=io_port,[,IRQ[,FASTPIO]]
<BR>
<P>and according to the source (in lk 2.3.51):
<BR>
&nbsp;* LILO command line usage: ncr53c406a=&lt;PORTBASE&gt;[,&lt;IRQ&gt;[,&lt;FASTPIO&gt;]]
<BR>
&nbsp;* Specify IRQ = 0 for non-interrupt driven mode.
<BR>
&nbsp;* FASTPIO = 1 for fast pio mode, 0 for slow mode.
<BR>
<P>These are the auto-probed ports (but autoprobing may be disabled):
<BR>
{ 0x230, 0x330, 0x280, 0x290, 0x330, 0x340, 0x300, 0x310, 0x348, 0x350 }
<BR>
<P>looks like 0x330 is the default (use &quot;cat /proc/ioports&quot; to
<BR>
see if some other piece of hardware has grabbed that port).
<BR>
Then there's the possibility of an interrupt clash that
<BR>
can be ruled out by using a value of 0 in the second option
<BR>
as shown above.
<BR>
<P><P>The Symbios boot line for the similiarly numbered sym53c416 is:
<BR>
&nbsp;* LILO command line usage: sym53c416=&lt;PORTBASE&gt;[,&lt;IRQ&gt;]
<BR>
<P><P>Doug Gilbert
<BR>
<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?Subject=Re:%20HP4C%20%2B%20Symbios%20SCSI%20card&In-Reply-To=&lt;38C9C9F1.2CEEECE@interlog.com&gt;">majordomo@mostang.com</A>
</PRE>
<P><!-- body="end" -->
<HR NOSHADE>
<UL>
<!-- next="start" -->
<LI><STRONG>Next message:</STRONG> <A HREF="0097.html">Oliver Rauch: "Re: HP4C + Symbios SCSI card"</A>
<LI><STRONG>Previous message:</STRONG> <A HREF="0095.html">Anne Merritt: "HP4C + Symbios SCSI card"</A>
<LI><STRONG>In reply to:</STRONG> <A HREF="0095.html">Anne Merritt: "HP4C + Symbios SCSI card"</A>
<!-- nextthread="start" -->
<LI><STRONG>Next in thread:</STRONG> <A HREF="0100.html">Anne Merritt: "Re: HP4C + Symbios SCSI card"</A>
<LI><STRONG>Next in thread:</STRONG> <A HREF="0097.html">Oliver Rauch: "Re: HP4C + Symbios SCSI card"</A>
<LI><STRONG>Reply:</STRONG> <A HREF="0100.html">Anne Merritt: "Re: HP4C + Symbios SCSI card"</A>
<!-- reply="end" -->
<LI><STRONG>Messages sorted by:</STRONG>
<A HREF="date.html#96">[ date ]</A>
<A HREF="index.html#96">[ thread ]</A>
<A HREF="subject.html#96">[ subject ]</A>
<A HREF="author.html#96">[ author ]</A>
</UL>
<!-- trailer="footer" -->
<HR NOSHADE>
<P>
<SMALL>
<EM>
This archive was generated by <A HREF="http://www.hypermail.org/">hypermail 2b29</A>
: <EM>Fri Mar 10 2000 - 20:17:54 PST</EM>
</EM>
</SMALL>
</BODY>
</HTML>