RedHat Advanced
Server 2.1
Checking if my
assumptions are right before I go spend another week bashing my head
against the wall...
My system has a
Qlogic QLA2310F fiber card, and this card was installed before the OS was.
I want to replace the default kernel module for this card (qla2300) with a newer
one (qla2x00). I placed the new module in /lib/modules/`uname
-r`/kernel/drivers/scsi, and modified /etc/modules.conf
accordingly.
But on a reboot I
notice the old qla2300 driver appears to be loaded when doing an
'lsmod'.
Is this because
my initrd image would have that compiled in it? So maybe once I
simply create a new initrd, and add that to GRUB, then the newer module/driver
would load on boot?
Thanks,
Marco