![]() |
Slackware 11.0 and IBM ServeRAID SCSI Controller
I'm having the same problem as the topicstarter of
http://tinyurl.com/y36cp5 . I tried the suggested solution, but the module ips can not be found. |
I guess you're running a self-compiled kernel then?
Code:
~$ /sbin/modinfo /lib/modules/2.4.33.3/kernel/drivers/scsi/ips.o.gz Eric |
It's during the installation of Slackware, so the kernels I tried (scsi.s, scsi2.s, scsi3.s and some others) are the ones on the installation DVD.
|
The ips driver is part of the "raid.s" boot kernel. Did you try that one?
Eric |
Code:
boot: raid.sCode:
#modprobe ips |
The ips driver is part of the raid.s kernel, i.e. it is not available as a separate module. The booting kernel should recognize the ServeRAID adapter. Check the kernel message buffer (run "dmesg") to see whether the ServeRAID was mentioned during the boot-up.
Eric |
Ok, I'll check it out. Thanks for your help.
|
I have used this card before and installed from cd is pretty much standard.
You boot with raid.s and it will detect your raid card, you then fdisk and format the drives and go ahead with a normal install. After the install, you will most likely recompile the kernel. If the raid is your primary harddrive that will have the OS on it, then you can't use a module but have to compile support for this card into the driver. Usually IBM uses Adaptec Raid controllers so you will have to compile in Adaptec AACRAID but it can't be a module or else it won't boot, if it isn't the Adaptec driver then user SCSI --> SCSI Low Level drivers you will find a IBM ServeRaid option and you build that into the kernel. Then you recompile and reboot and it should work. Hope this helps |
Code:
$fdisk /dev/sdaCode:
$cfdisk /dev/sda |
What does
Code:
fdisk -lEric |
When booting with huge26.s cfdisk works. Could it be that raid.s does no longer contains the aacraid driver?
|
Quote:
After you boot in and it is detected do dmesg and go through it to see what driver it is using and then you will know for sure and after you install the OS, you will know what the recompile in the kernel |
Quote:
Code:
CONFIG_SCSI_AACRAID=y |
| All times are GMT -5. The time now is 03:59 PM. |