Linux & my LSI MegaRaid 300x8 Sata raid card...how?

Mellman

Diamond Member
Jul 9, 2003
3,083
0
76
How do i get this to work in gentoo? If i load up the live CD it works like a champ and I can access it as sda, i see no lsi logic modules to load in the kernel...the device obviously works since I can access it with the live cd.

 

xcript

Diamond Member
Apr 3, 2003
8,258
2
81
I see three megaraid related drivers in my kernel config under Device Drivers -> SCSI device support -> SCSI low-level drivers (megaraid_newgen, megaraid_legacy, megaraid_sas).

Obviously you'll need to build them if you haven't done so already. Not sure which one is the right one for you, but I'd guess it's the newgen one.
 

Nothinman

Elite Member
Sep 14, 2001
30,672
0
0
And this is why trying to optimize your system by building a custom kernel with only support for the hardware you currently have is pointless. =)
 

Mellman

Diamond Member
Jul 9, 2003
3,083
0
76
Originally posted by: xcript
I see three megaraid related drivers in my kernel config under Device Drivers -> SCSI device support -> SCSI low-level drivers (megaraid_newgen, megaraid_legacy, megaraid_sas).

Obviously you'll need to build them if you haven't done so already. Not sure which one is the right one for you, but I'd guess it's the newgen one.

Guess i was thinking SATA...would not be in scsi - i'll give it a try.
 

Mellman

Diamond Member
Jul 9, 2003
3,083
0
76
Originally posted by: Nothinman
And this is why trying to optimize your system by building a custom kernel with only support for the hardware you currently have is pointless. =)

so the fact that everything else in my system works....is meaningless?
 

Nothinman

Elite Member
Sep 14, 2001
30,672
0
0
so the fact that everything else in my system works....is meaningless?

Not meaningless, but if you had just built everything as a module from the beginning you wouldn't have had this problem.