[KLUG Members] SCSI & RH7.2

Adam Williams members@kalamazoolinux.org
01 Aug 2002 05:42:30 -0400


>I'm trying to install a SYBIOS SYM53c413 SCSI card on a linux RH 7.2 
>Kernal 2.4.7-10 box that was setup a while ago. I was under the 
>impression that linux now autodetects hardware?  I didn't see a HOWTO 
>install a SCSI card to go through.  Just info on the SCSI programming.
>I looked under /proc/isapnp and this is the entry for the scsi board.
>I have a 53c416.o under /modules, so I'd assume that it would find the 
>right module and loaded it at boot.  I'm used to the conf.modules, which 
>I can't find under rh7.2. Any help would be appreciated?
>Card 1 'SLI4161:SYM 53C416' PnP version 1.0 Product version 0.1
>   Logical device 0 'SLI4163:Unknown'
>     Supported registers 0x2
>     Device is not active
>     Resources 0
>       Priority preferred
>       Port 0x200-0xffe0, align 0x1f, size 0x20, 16-bit address decoding
>       IRQ 4,5,7,10,11,12,15 High-Edge

Try "modprobe 53c416; dmesg", what do you see?

You should see something very roughly like-
(scsi0) <Adaptec AIC-7850 SCSI host adapter> found at PCI 0/18/0
(scsi0) Narrow Channel, SCSI ID=7, 3/255 SCBs
(scsi0) Cables present (Int-50 NO, Ext-50 YES)
(scsi0) Downloading sequencer code... 415 instructions downloaded
scsi0 : Adaptec AHA274x/284x/294x (EISA/VLB/PCI-Fast SCSI) 5.2.4/5.2.0
       <Adaptec AIC-7850 SCSI host adapter>
blah ... blah.... blah...

Also 'cat /proc/scsi/scsi'  You should see it there, who knows, it might
already be there.

Or try running 'kudzu' as root?  It might do all the work for you.