I didn't use the RPMs - I just downloaded the source from www.kernel.org and
built it. But your suggestion worked. I figured out what modules were needed
and added them into my kernel.

Here's my next question though: When I booted with the new kernel, my eth0
didn't come up properly. When I manually enter:
$ insmod 8390
$ insmod ne2k-pci

everything is fine so it seems like something isn't happening correctly at
boot time. Does anyone know what boot scripts I should check out? What
script decides what network modules to load into the kernel?

Finally, can someone tell me what "make install" does when building the
kernel?

----- Original Message -----
> If you are installing the kernel the module information is in
> /etc/conf.modules.  If the new RPM has a new /etc/conf.modules file, it
will
> save your current one as /etc/conf.modules.rpmsave.  You can usualy rename
it
> to conf.modules and be ready to go.
>
> Also, when installing the new kernel, use rpm -ivh <kernel rpm> instead of
> rpm -Uvh <kernel rpm> so that you keep the old kernel just in case.




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

Reply via email to