RE: Help! Redhat7: 2.2.17 no module AIC7XXX found error

2000-10-06 Thread Dan Browning
rom: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED]]On Behalf Of shane > Sent: Friday, October 06, 2000 8:27 AM > To: [EMAIL PROTECTED] > Subject: Help! Redhat7: 2.2.17 no module AIC7XXX found error > > > I'm trying to upgrade a stock redhat7 machine to 2.2.17: > Here&

Re: Help! Redhat7: 2.2.17 no module AIC7XXX found error

2000-10-06 Thread Jason Costomiris
On Fri, Oct 06, 2000 at 11:27:05AM -0400, shane wrote: : CONFIG_SCSI_AIC7XXX=y You built it into the kernel, not as a module, so yeah, no aic7xxx.o module will ever be found. -- Jason Costomiris <>< | Technologist, geek, human. jcostom {at} jasons {dot} org | http://www.jasons.org/

Re: Help! Redhat7: 2.2.17 no module AIC7XXX found error

2000-10-06 Thread Kirk
This looks like you compiled you SCSI support directly into the kernel, so there wont be a module aic7xxx.o thusly you wont need the initrd.img. Kirk >CONFIG_SCSI_AHA152X=y >CONFIG_SCSI_AHA1542=y >CONFIG_SCSI_AHA1740=y >CONFIG_SCSI_AIC7XXX=y >CONFIG_AIC7XXX_TCQ_ON_BY_DEFAULT=y >CONFIG_AIC7XXX_CM

Re: Help! Redhat7: 2.2.17 no module AIC7XXX found error

2000-10-06 Thread Chris Watt
At 11:27 AM 10/6/00 -0400, shane wrote: >Doing this didn't help - mkinitrd still complained. > >Any suggestions? I don't know what's wrong with mkinitrd, but if you're compiling your own kernel and you're not insanely short of RAM you can (as AFAICT you did) simply compile in all the support for

Help! Redhat7: 2.2.17 no module AIC7XXX found error

2000-10-06 Thread shane
I'm trying to upgrade a stock redhat7 machine to 2.2.17: Here's exactly what I've done. downloaded 2.2.17, and the idepatch. cd /usr/src/linux tar -czvf ~/oldkernelsourcebackup.tgz linux rm -fR linux 2.2.16* tar -xzvf ~/linux.2.2.17.tgz cd linux patch -p1 < ~/idepatch edited Makefile to change: