[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]

Re: Trouble with WD7000 SCSI card



On Tue, 29 Jul 1997, Josep Egea wrote:

> Hi again,
> 
> > > I'm having problems trying to install RH Linux 4.2 Intel using a  
> > > SCSI CD-ROM (NEC) and a Western Digital 7000 (FASST) SCSI
> > > Card.When
> > > the installation process asks for the SCSI driver to use I choose  
> > > WD7000 but it doesn't work.
> >
> > 1. Make sure you read the RedHat Linux 4.1 errata about 8 MB
> > systems.
> >
> > 2. Checkout what reports you get on the other consoles.
> > (toggle with Alt-F1, Alt-F2, Alt-F3 and Alt-F4) and give
> > us some more details on the (error) messages.
> >
> >
> > Hugo.
> 
> Thanks for your quick response. After reading the related errata  
> doc, I've tried to install with "linux mem=7M", as suggested. What  
> happens then is the following:
> 
> If I "Autoprobe" the driver, the system hangs while showing a  
> dialog saying "Scanning SCSI bus...". Even changing to other  
> consoles (alt-f2, alt-f3, etc) doesn't work. I must hard-reboot the  
> machine.
> 
> If I provide the options "wd7000=15,6,0x350" an error dialog  
> appears in the main console saying "I can't find the device anywhere  
> on your system". Pressing alt-f3 shows some log messages, with the  
> last one:
> 
> running /bin/insmod /bin/insmod /tmp/wd7000.o wd7000=15,6,0x350
> insmod failed
> 
> If I do it again, booting with the installation disk and no  
> arguments, trying to autoprobe the card gives a "General  
> protection:0000" and what appears to be a stack backtrace of the  
> "insmod" process in the fourth console (alt-f4). All other symptoms  
> are similar.
> 
> Needless to say, I will gladly accept any suggestion... :-)

Seems like you got a conflict somewhere. And maybe the following info from
the kernel source may be of value:

 *  linux/drivers/scsi/wd7000.c
 *
 *  Copyright (C) 1992  Thomas Wuensche
 *      closely related to the aha1542 driver from Tommy Thorn
 *      ( as close as different hardware allows on a lowlevel-driver :-)
)
 *
 *  Revised (and renamed) by John Boyd <boyd cis ohio-state edu> to
 *  accommodate Eric Youngdale's modifications to scsi.c.  Nov 1992.
 *
 *  Additional changes to support scatter/gather.  Dec. 1992.  tw/jb
 *
 *  No longer tries to reset SCSI bus at boot (it wasn't working anyway).
 *  Rewritten to support multiple host adapters.
 *  Miscellaneous cleanup.
 *  So far, still doesn't do reset or abort correctly, since I have no
idea
 *  how to do them with this board (8^(.                      Jan 1994 jb
 *
 * This driver now supports both of the two standard configurations (per
 * the 3.36 Owner's Manual, my latest reference) by the same method as
 * before; namely, by looking for a BIOS signature.  Thus, the location of
 * the BIOS signature determines the board configuration.  Until I have
 * time to do something more flexible, users should stick to one of the
 * following:
 *
 * Standard configuration for single-adapter systems:
 *    - BIOS at CE00h
 *    - I/O base address 350h
 *    - IRQ level 15
 *    - DMA channel 6
 * Standard configuration for a second adapter in a system:
 *    - BIOS at C800h
 *    - I/O base address 330h
 *    - IRQ level 11
 *    - DMA channel 5
 *
 * Anyone who can recompile the kernel is welcome to add others as need
 * arises, but unpredictable results may occur if there are conflicts.
 * In any event, if there are multiple adapters in a system, they MUST
 * use different I/O bases, IRQ levels, and DMA channels, since they will
be
 * indistinguishable (and in direct conflict) otherwise.

So make sure your settings match these as they won't work otherwise I
think.

Hugo.

	+------------------------+------------------------------+
	| Hugo van der Kooij     | mailto:hvdkooij caiw nl      |
	| Oranje Nassaustraat 16 | http://www.caiw.nl/~hvdkooij |
	| 3155 VJ  Maasland      | (De man met de rode hoed)    |
	+------------------------+------------------------------+



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]