Mike,
I tried the steps listed below and the vmlinuz files were not created in
/boot.
mkinitrd made a file named initrd-2.4.4-2.img that wasn't there before, but
the vmlinuz 2.4.4-2 is not there.
I need to learn more about RPM, maybe I should load the rawhide RPM?
Graham

-----Original Message-----
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED]]On Behalf Of Mike Chambers
Sent: Friday, July 13, 2001 4:58 PM
To: [EMAIL PROTECTED]
Subject: Re: No module advansys found in kernel 2.4.4


----- Original Message -----
From: "Graham Squire" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Friday, July 13, 2001 3:24 PM
Subject: No module advansys found in kernel 2.4.4


> Hello all,
> I'm trying to learn how to compile and install a kernel. I have downloaded
> and unpacked 2.4.4 and I am using the instructions located in the latest
> copy of The Linux Gazette.
> I've run "make xconfig" allowed for SCSI support and selected "module" for
> Advansys cards in low level SCSI support. I then get all the way to the
> point where I do the "mkinitrd" command and I get the "No module advansys
> found in kernel 2.4.4".
> Now I'm currently running kernel 2.4.4-2 and I can go in and see
advansys.o
> there in the /kernel/drivers/scsi.
> How do I fix this problem?

Just install the kernel rpm from rawhide if you want 2.4 and it has the
advansys module included.

I have seen that site your referring to and I dont' think that site is 100%
accurate in kernel compile IIRC.  Try this to see if it works if rather not
install the RPM mentioned above..

cd /usr/src/linux
make mrproper
make xconfig
make dep
make clean (optional)
make bzImage
make modules
make modules_install
make install
cd /boot and make sure the vmlinuz files are there for the new one
edit /etc/lilo.conf to make sure the stanza's match the new kernel in /boot
run /sbin/lilo
reboot

--
Mike Chambers
Netlyncs                        "A professor is one who talks in someone
else's sleep."




_______________________________________________
Seawolf-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/seawolf-list



_______________________________________________
Seawolf-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/seawolf-list

Reply via email to