LinuxQuestions.org
Help answer threads with 0 replies.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Slackware
User Name
Password
Slackware This Forum is for the discussion of Slackware Linux.

Notices


Reply
  Search this Thread
Old 01-16-2007, 04:33 PM   #1
merchtemeagle
Member
 
Registered: Oct 2004
Location: Belgium
Distribution: Slackware 13.37
Posts: 512

Rep: Reputation: 31
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.
 
Old 01-16-2007, 05:36 PM   #2
Alien Bob
Slackware Contributor
 
Registered: Sep 2005
Location: Eindhoven, The Netherlands
Distribution: Slackware
Posts: 8,559

Rep: Reputation: 8106Reputation: 8106Reputation: 8106Reputation: 8106Reputation: 8106Reputation: 8106Reputation: 8106Reputation: 8106Reputation: 8106Reputation: 8106Reputation: 8106
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 
filename:       /lib/modules/2.4.33.3/kernel/drivers/scsi/ips.o.gz
kernel_version: 2.4.33.3
parm_ips:       s
license:        GPL
description:    IBM ServeRAID Adapter Driver 7.10.18


$ /sbin/modinfo ips
filename:       /lib/modules/2.6.17.13/kernel/drivers/scsi/ips.ko
license:        GPL
description:    IBM ServeRAID Adapter Driver 7.12.02
version:        7.12.02
It is there.

Eric
 
Old 01-16-2007, 06:11 PM   #3
merchtemeagle
Member
 
Registered: Oct 2004
Location: Belgium
Distribution: Slackware 13.37
Posts: 512

Original Poster
Rep: Reputation: 31
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.
 
Old 01-16-2007, 11:46 PM   #4
Alien Bob
Slackware Contributor
 
Registered: Sep 2005
Location: Eindhoven, The Netherlands
Distribution: Slackware
Posts: 8,559

Rep: Reputation: 8106Reputation: 8106Reputation: 8106Reputation: 8106Reputation: 8106Reputation: 8106Reputation: 8106Reputation: 8106Reputation: 8106Reputation: 8106Reputation: 8106
The ips driver is part of the "raid.s" boot kernel. Did you try that one?

Eric
 
Old 01-17-2007, 07:16 AM   #5
merchtemeagle
Member
 
Registered: Oct 2004
Location: Belgium
Distribution: Slackware 13.37
Posts: 512

Original Poster
Rep: Reputation: 31
Code:
boot: raid.s
Logged in as root:
Code:
#modprobe ips
modprobe: can't locate module ips
 
Old 01-17-2007, 09:12 AM   #6
Alien Bob
Slackware Contributor
 
Registered: Sep 2005
Location: Eindhoven, The Netherlands
Distribution: Slackware
Posts: 8,559

Rep: Reputation: 8106Reputation: 8106Reputation: 8106Reputation: 8106Reputation: 8106Reputation: 8106Reputation: 8106Reputation: 8106Reputation: 8106Reputation: 8106Reputation: 8106
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
 
Old 01-17-2007, 09:33 AM   #7
merchtemeagle
Member
 
Registered: Oct 2004
Location: Belgium
Distribution: Slackware 13.37
Posts: 512

Original Poster
Rep: Reputation: 31
Ok, I'll check it out. Thanks for your help.
 
Old 01-17-2007, 09:49 AM   #8
cereal83
Member
 
Registered: Feb 2004
Location: Canada
Distribution: Slackware
Posts: 479

Rep: Reputation: 30
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
 
Old 01-19-2007, 07:35 AM   #9
merchtemeagle
Member
 
Registered: Oct 2004
Location: Belgium
Distribution: Slackware 13.37
Posts: 512

Original Poster
Rep: Reputation: 31
Code:
$fdisk /dev/sda
Unable to open
Code:
$cfdisk /dev/sda
fatal error: cannot open disk drive
 
Old 01-19-2007, 09:40 AM   #10
Alien Bob
Slackware Contributor
 
Registered: Sep 2005
Location: Eindhoven, The Netherlands
Distribution: Slackware
Posts: 8,559

Rep: Reputation: 8106Reputation: 8106Reputation: 8106Reputation: 8106Reputation: 8106Reputation: 8106Reputation: 8106Reputation: 8106Reputation: 8106Reputation: 8106Reputation: 8106
What does
Code:
fdisk -l
report?

Eric
 
Old 01-19-2007, 09:48 AM   #11
merchtemeagle
Member
 
Registered: Oct 2004
Location: Belgium
Distribution: Slackware 13.37
Posts: 512

Original Poster
Rep: Reputation: 31
When booting with huge26.s cfdisk works. Could it be that raid.s does no longer contains the aacraid driver?
 
Old 01-19-2007, 09:58 AM   #12
cereal83
Member
 
Registered: Feb 2004
Location: Canada
Distribution: Slackware
Posts: 479

Rep: Reputation: 30
Quote:
Originally Posted by merchtemeagle
When booting with huge26.s cfdisk works. Could it be that raid.s does no longer contains the aacraid driver?
I looked into it and it actually seems like it's the IBM Serveraid option in the kernel on our server. raid.s always worked with us but we usually use test26.s or huge.s when we use Slack 11.

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
 
Old 01-19-2007, 10:08 AM   #13
Alien Bob
Slackware Contributor
 
Registered: Sep 2005
Location: Eindhoven, The Netherlands
Distribution: Slackware
Posts: 8,559

Rep: Reputation: 8106Reputation: 8106Reputation: 8106Reputation: 8106Reputation: 8106Reputation: 8106Reputation: 8106Reputation: 8106Reputation: 8106Reputation: 8106Reputation: 8106
Quote:
Originally Posted by merchtemeagle
When booting with huge26.s cfdisk works. Could it be that raid.s does no longer contains the aacraid driver?
The raid.s kernel of Slackware 11 has aacraid in the kernel:
Code:
CONFIG_SCSI_AACRAID=y
Eric
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
IBM ServeRaid 4m drivers netsecsvc Linux - Hardware 0 11-09-2006 03:54 PM
IBM ServeRAID-4M Controller Events MensaWater Linux - Hardware 0 11-01-2006 10:21 AM
fedora 3 anaconda freezing during install on IBM ServeRaid jacko0 Linux - Software 1 03-10-2005 06:56 PM
SCSI RAID 1 in Slackware on IBM eServer xSeries 330 ni0wn Slackware 2 11-08-2004 01:48 PM
Setting up SUSE8 on IBM SERVERAID jsalie Linux - Hardware 0 11-04-2003 10:18 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Slackware

All times are GMT -5. The time now is 09:32 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration