[ILUG] Running Kernel 2.6.3 on Redhat 9
Paul Ryszka
paul at webangel.ie
Sat Jun 30 08:54:44 IST 2007
On Saturday 30 June 2007 03:57:45 Walter Faleiro wrote:
> Hi,
> I am trying to get kernel 2.6.3 running on a Redhat 9.0 system.
>
> After compiling the kernel I got a error on a module Buslogic not present.
> I copied BusLogic.ko to BusLogic.o and then ran make install again.
Hello,
the 2.6 kernel use .ko instead of .o the things you might forgot to do :
make modules_install (in kernel directory)
depmod -a
create initrd (if required)
add initrd to boot options
Belgarath
More information about the ILUG
mailing list