LinuxQuestions.org
Download your favorite Linux distribution at LQ ISO.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Hardware
User Name
Password
Linux - Hardware This forum is for Hardware issues.
Having trouble installing a piece of hardware? Want to know if that peripheral is compatible with Linux?

Notices


Reply
  Search this Thread
Old 10-19-2004, 09:02 AM   #1
johnw68
Newbie
 
Registered: Feb 2004
Location: Lexington, KY
Distribution: Slackware
Posts: 14

Rep: Reputation: 0
dell 2850 perc raid with 2.6 kernel


I just got a Dell 2850 with a PERC4ei RAID controller. It works fine with the 2.4 kernel but I can't get it to boot with the 2.6 kernel. I've tried 2.6.7 and 2.6.8.1 kernel and have compiled with the AMIMegaraid option enabled. After several searches on Google I can't seem to find anyone using the 2.6 kernel and the PERC 4ei controller. Has anyone gotten them to work together?

Thanks!

Slackware 10
 
Old 11-04-2004, 04:32 PM   #2
ServerStorm
Member
 
Registered: Oct 2004
Posts: 76

Rep: Reputation: 15
Have you tried loading just the megaraid.ko or the megaraid_old.ko. I had a problem with my DELL PERC2 controller and it needed the megaraid_old drivers. I have also read in the SUSE website - if you do a search on Adaptec - there is one article that shows the raid controllers that are supported. I don't know what distro of Linux you are using but if it is SuSE it may not be supported.

Chao
SeverStorm
 
Old 11-16-2004, 02:18 PM   #3
qidwai
LQ Newbie
 
Registered: Apr 2003
Posts: 4

Rep: Reputation: 0
LSI/AMI Megaraid / Dell PERC kernel 2.6.9 / fedora

Just got done - I have LSI/AMI Megaraid / Dell PERC working with my fedora core 3 installation. It took me all week to figure it out. But I did

What you want to do is:
1) Go ahead and burn the FC3 CDs and the floppy image http://www.qidwai.net/~misbah/fc3megaraiddrv.img
or you can download it from:
http://www.nads-sc.uiowa.edu/~qidwai/fc3megaraiddrv.img

2) Now boot FC3 install proceed as normal, at a certain point during the initial text-based install, the key combination of hit "Alt-F2" will start working to access a shell. Keep trying after each screen, as I don't remember which one precisely it that you need to do this. It will for sure be after you have gone through the HD detect process.

3) From the shell remove default megaraid drivers: "rmmod megaraid_mbox; rmmod megaraid_mm; insmod megaraid.ko". You may need to switch around the order of "rmmod megaraid_mm; rmmod megaraid_mbox; insmod megaraid.ko".

4) Return to the text shell using "Alt-F1" and continue about your business. You should be able to install the OS as normal now.

5) After you are done installing - you will need to reboot. On the reboot, the boot will fail as the stock kernel that is installed, like the CD install kernel does not have drivers for the old model megaraid hardware.

6) So Now you will boot using the rescue CD. Follow through and allow it detect hardware and answer questions as best as you can. Once you get to the point where it informs you that it doesn't see a harddisk hit "Alt-F2" to access a shell. Remove default megaraid drivers: "rmmod megaraid_mbox; rmmod megaraid_mm; insmod megaraid.ko". You may need to switch around the order to "rmmod megaraid_mm; rmmod megaraid_mbox; insmod megaraid.ko".

4) You will now be able to "mkdir /tmp/megaraid; mount /dev/sda1 /tmp/megaraid"

5) You will "chroot /tmp/megaraid" to the mount location and recompile the kernel with the option "CONFIG_MEGARAID_NEWGEN=n".

6) Your done!


Let me know if anyone is still looking for a help - just email me at misbah@qidwai.net

M.

Last edited by qidwai; 03-22-2005 at 10:06 AM.
 
Old 12-05-2004, 01:57 AM   #4
miroslavhalas
LQ Newbie
 
Registered: May 2004
Posts: 3

Rep: Reputation: 0
How did you get it done

Can you please post instructions how did you get the megaraid_old driver loaded for FC3 installation. I followed the steps on Novell website for Suse Enterprise Server 9 and it works. Now I would like to get it done for FC3.
 
Old 02-28-2005, 04:51 PM   #5
burnt_toast
Member
 
Registered: Aug 2003
Distribution: RedHat (What else?)
Posts: 36

Rep: Reputation: 15
Quote:
I followed the steps on Novell website for Suse Enterprise Server 9
Where did you find these? I have a similar issue (wanting to install SuSE 9.2 Professional on a Dell PowerEdge 2300 w/Perc 2SC controller).
 
Old 03-15-2005, 06:51 PM   #6
sazaney
LQ Newbie
 
Registered: Nov 2004
Posts: 6

Rep: Reputation: 0
i'm also having a problem when trying to install fc3 on dell 2850 (perc4e/di included). can anyone post some instruction how to do it...please
 
Old 03-22-2005, 09:10 AM   #7
bibble
LQ Newbie
 
Registered: Mar 2005
Location: Wichita, KS
Distribution: Mandrake 10
Posts: 2

Rep: Reputation: 0
Dell 2850 Perc4e/Di Mandrake 10

Hello,

I've found articles on installing Mandrake 10 with the Perc 4e/Di raid controller, however the links to the new drivers were dead links.

Does anyone have the drivers for the Perc 4e/Di raid controller for Mandrake 10 ( linux kernel 2.6 )?

Thanks,

Kyle
 
Old 03-22-2005, 10:06 AM   #8
qidwai
LQ Newbie
 
Registered: Apr 2003
Posts: 4

Rep: Reputation: 0
I've added a second download link that may work better - look at the orignal post

Misbah
 
Old 03-29-2005, 02:07 AM   #9
jagz@f2s.com
LQ Newbie
 
Registered: Mar 2005
Posts: 1

Rep: Reputation: 0
Question Dell PERC 2/DC on Gentoo?

Anyone had any luck getting PERC 2 to work with Gentoo? Been trying for awhile now and just cant get it to see my drives.....

Tried putting in the 2005.0 cd and booting with the gentoo doscsi option.. can see AIC7xxx being loaded in but nothing else.
Manually modprobed in megaid_mbox but still cant see /dev/sda or /dev/sdb...

Any ideas anyone?
 
Old 04-04-2005, 09:01 AM   #10
bibble
LQ Newbie
 
Registered: Mar 2005
Location: Wichita, KS
Distribution: Mandrake 10
Posts: 2

Rep: Reputation: 0
FYI Mandrake 10 install w/ Dell 2850

Hey Folks,

What I found out was the Mandrake 10 install with kernel 2.6.* doesn't have the drivers for the raid controller. The beta version of 10.2 does have the driver! I think 10.2 has a later 2.6 kernel that has the driver.

Or what I did was use the Mandrake 10 Installation, however I used the 2.4 kernel and that works the Perc4 Raid Controller.

Hope that help anyone else.

Kyle
 
Old 08-16-2007, 10:46 AM   #11
vakanderson
LQ Newbie
 
Registered: Dec 2006
Posts: 4

Rep: Reputation: 0
Talking Simple solution for Perc2 on SuSE 10.2

I'm not sure if there are still folks out there trying to get old PERC cards to work with newer distros, but I wanted to convert a few PowerEdge 4400 systems we have into iSCSI targets so I filled them with drives and tried to load SuSE 10.2. After much searching for solutions I was having no luck getting the RAID volume recognized by the installer. Then I found this mailing list entry:

http://lists.us.dell.com/pipermail/l...ch/030075.html
and
http://support.dell.com/support/edoc...m#Objects_Menu

In a nutshell, changing the adapter's emulation mode to Mass Storage (from I2O) was all that was needed for the megaraid driver to load at install, as well as subsequent reboots.

Note: make sure you update the firmware on the card to ensure stability, and also change the emulation mode after the update - I found out the hard way that a firmware update reverts this setting to the default of I2O!


This may work for other distros and legacy PERC cards as well, but I haven't tested any.

Hope this helps...
 
  


Reply

Tags
linux, megaraid, perc



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
Installing Linux Shrike 9.0 on Dell Poweredge 2850 Server MarkZawodny Linux - Software 5 07-14-2005 08:32 PM
Dell "CERC" Raid-5 w/CENT OS. Is this true hardware RAID or just an expensive card? fireman949 Linux - Hardware 2 06-24-2005 05:44 PM
Red Hat ES3, kernel panic on Dell raid controller wayloud Linux - Hardware 1 09-23-2004 06:43 AM
PERC 2si and Redhat 7.2 mbai Linux - Software 0 01-17-2002 11:05 AM
Looking for Dell 6450 PERC 3/DC image file for RH linux 6.2 twopence Linux - General 1 11-22-2001 12:10 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Hardware

All times are GMT -5. The time now is 05:46 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