Continue from this topic, the newer kernel booted successfully but it doesn't see my sdc
- which is a hardware RAID array (level 10).
I'm sure the aacraid
module is loaded:
# grep aacraid /2.6.34.14/init
echo "Loading aacraid.ko module"
insmod /lib/aacraid.ko
# lsmod | grep aacraid
aacraid 83347 3
scsi_mod 154582 13 be2iscsi,ib_iser,iscsi_tcp,bnx2i,cxgb3i,libis)csi,scsi_transport_iscsi,scsi_dh,sg,usb_storage,aacraid,libata,sd_mod
I've been trying to install the AACRAID driver, but got the following:
# rpm -ivh aacraid-1.2.1-29900.rpm
Preparing... ########################################### [100%]
1:aacraid ########################################### [100%]
Adaptec aacraid driver installer - V1.5
Using GRUB configuration
Configuration [CentOS (2.6.18-274.el5)]
/boot/vmlinuz-2.6.18-274.el5 -> 2.6.18-274.el5
Installing in /lib/modules/2.6.18-274.el5/updates/
Creating initrd...
Configuration [CentOS (2.6.34.14)]
/boot/vmlinuz-2.6.34.14 -> 2.6.34.14
****** PROBLEM *******
No prebuilt aacraid module for 2.6.34.14 ia32e
driver in OS may be more advanced than package
**********************
Checking /lib/modules for any remaining kernels not yet installed
Configuration [3.0.71-1.el5.elrepo]
****** PROBLEM *******
No prebuilt aacraid module for 3.0.71-1.el5.elrepo ia32e
driver in OS may be more advanced than package
**********************
***************************************
********** 2 MODULES FAILED? **********
***************************************
Done.
What can I do now to install the Adaptec RAID driver?