Installing Slackware 13 x86_64 on a Adaptec AIC 9410 controlled RAID 10 array
Slackware - InstallationThis forum is for the discussion of installation issues with Slackware.
Notices
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
I'm trying to install Slackware64 13.0 on a Supermicro server with a Adaptec AIC 9410 integrated SAS RAID controller. Slackware doesn't load the drivers by default (in fact, the huge.s kernel doesn't have the aic94xx module for the controller). I copied the driver and the aic94xx-seq.fw firmware from another Slackware64 13 installation to a flash drive, and in the new server insmoded; it detected the controller and now I can see the physical hard disks, but not the logical RAID 10 array I created with the controllers BIOS. My question is: has anyone installed any version of Slackware in a hardware like mine (with RAID support) succesfully? if so, would you be so kind to post some hints? (I really won't like to use Fedora/SuSE/CentOS)
I'm trying to install Slackware64 13.0 on a Supermicro server with a Adaptec AIC 9410 integrated SAS RAID controller. Slackware doesn't load the drivers by default (in fact, the huge.s kernel doesn't have the aic94xx module for the controller). I copied the driver and the aic94xx-seq.fw firmware from another Slackware64 13 installation to a flash drive, and in the new server insmoded; it detected the controller and now I can see the physical hard disks, but not the logical RAID 10 array I created with the controllers BIOS. My question is: has anyone installed any version of Slackware in a hardware like mine (with RAID support) succesfully? if so, would you be so kind to post some hints? (I really won't like to use Fedora/SuSE/CentOS)
Thank you very much in advanced.
Code:
# grep -i aic94xx /boot/config-huge-2.6.29.6
CONFIG_SCSI_AIC94XX=m
# CONFIG_AIC94XX_DEBUG is not set
Yes, the huge has the module. It may just be a problem with init latency of the SCSI so you could try passing parameters to the kernel at boot and include 'rootdelay = some_delay_in_sec'.
# grep -i aic94xx /boot/config-huge-2.6.29.6
CONFIG_SCSI_AIC94XX=m
# CONFIG_AIC94XX_DEBUG is not set
Yes, the huge has the module. It may just be a problem with init latency of the SCSI so you could try passing parameters to the kernel at boot and include 'rootdelay = some_delay_in_sec'.
Thanks onebuck, but it didn't work that way. I still have to copy the firmware to /lb/firmware and then insmod the driver manually, but then I see the 4 drivers instead of the RAID array. Which modules need to be loaded for the RAID on a SAS RAID controlled can be seen?.
If you are using a stock 'huge' kernel then indeed the module is there. That's what I showed with the 'grep'. So unless you modified the kernel then you should be able to use the module with a 'rootdelay=' at boot. Don't forget to select the kernel along with device. The 'lilo' boot screen has examples.
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.