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 |
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.
Are you new to LinuxQuestions.org? Visit the following links:
Site Howto |
Site FAQ |
Sitemap |
Register Now
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
Get a virtual cloud desktop with the Linux distro that you want in less than five minutes with Shells! With over 10 pre-installed distros to choose from, the worry-free installation life is here! Whether you are a digital nomad or just looking for flexibility, Shells can put your Linux machine on the device that you want to use.
Exclusive for LQ members, get up to 45% off per month. Click here for more info.
|
 |
03-14-2005, 07:07 AM
|
#1
|
LQ Newbie
Registered: Dec 2004
Posts: 6
Rep:
|
NetRaid 1M . Got bad time whit Kernel 2.6 ?
Hello,
I got a HP NetServer LH4r whit an NetRaid 1M inside. (Connected to an array of 5 disk).
I booted that whit an old Gentoo Live CD (Kernel 2.4). All is detected fine, working nice, my array is mapped on /dev/sda.
I installed my gentoo , emerging things, all went good. Then I compiled my kernel, In my lsmod I seen that my card was taking megaraid module, so I built it in my new 2.6.11 kernel.
When I boot whit that, I see just "nothing". The header of the megaraid is here but nothing is found. Then the troubleshooting goes, I tryed a lots of thing, kernel opt. other drivers, nothing do. I browsed the web, some pepole look like having the same issue .. But still no working solustion for me.
Now I'm compiling a 2.4 kernel , I bet it will work. (Because the megaraid driver was rewritten at kernel 2.6.9)
Some idea ?
Thanks for reading !
|
|
|
06-21-2005, 11:43 AM
|
#2
|
LQ Newbie
Registered: Jun 2005
Distribution: Ubuntu 6.06
Posts: 20
Rep:
|
Hello,
I facing the similar problem. I am using HP NetRAID-1M, and its is not being detected on FC3, though the setup seems to load sym53c8xx and megaraid drivers. No hard disks are detected.
Could your find a solution?
Thanks for any help.
Regards
Jabran
|
|
|
06-21-2005, 01:43 PM
|
#3
|
LQ Newbie
Registered: Dec 2004
Posts: 6
Original Poster
Rep:
|
Yup sure !
2 things !
1- You need the megaraid driver
2- You need the OLD megaraid driver ...
I seen somewhere on the net someone that provide a driver disk for fedora 3 that have the OLD megaraid driver ...
Note : Why dosent take the new one ? Because they droped the support of the card in it ... ((
|
|
|
06-22-2005, 04:46 AM
|
#4
|
LQ Newbie
Registered: Jun 2005
Distribution: Ubuntu 6.06
Posts: 20
Rep:
|
Thanks for the quick response.
I have been looking an updated driver, but could not find it. Do you remember the source of the driver availablity?
If not found, then perhaps I shall replace the RAID controller with some other model which would be comaptible with Kernel 2.6.x.
Thanks for any further infromation.
|
|
|
06-22-2005, 06:10 AM
|
#5
|
LQ Newbie
Registered: Dec 2004
Posts: 6
Original Poster
Rep:
|
Why are you looking for updated driver ? I tell ya that you need the oldest driver ..
the driver is named like this in my Gentoo kernel : LSI Logic Legacy MegaRAID Driver
And the output look like this :
megaraid: found 0x101e:0x1960:bus 0:slot 4:func 0
scsi0:Found MegaRAID controller at 0xf8806000, IRQ:11
megaraid: [H01.08:G01.02] detected 1 logical drives.
megaraid: Firmware H.01.07, H.01.08, and H.01.09 on 1M/2M controllers
megaraid: do not support 64 bit addressing.
megaraid: DISABLING 64 bit support.
megaraid: channel[0] is raid.
scsi0 : LSI Logic MegaRAID H01.08 254 commands 16 targs 4 chans 7 luns
scsi0: scanning scsi channel 0 for logical drives.
Vendor: MegaRAID Model: LD0 RAID5 69460R Rev: H
Type: Direct-Access ANSI SCSI revision: 02
scsi0: scanning scsi channel 1 for logical drives.
scsi0: scanning scsi channel 2 for logical drives.
scsi0: scanning scsi channel 4 [P0] for physical devices.
SCSI device sda: 142254080 512-byte hdwr sectors (72834 MB)
sda: asking for cache data failed
sda: assuming drive cache: write through
SCSI device sda: 142254080 512-byte hdwr sectors (72834 MB)
sda: asking for cache data failed
sda: assuming drive cache: write through
sda: sda1 sda2 sda3 sda4
Attached scsi disk sda at scsi0, channel 0, id 0, lun 0
Attached scsi generic sg0 at scsi0, channel 0, id 0, lun 0, type 0
|
|
|
06-23-2005, 05:22 AM
|
#6
|
LQ Newbie
Registered: Jun 2005
Distribution: Ubuntu 6.06
Posts: 20
Rep:
|
The only driver that I could found was for Red Hat 7.0 kernel 2.2.x. The script installing that driver does not install the driver after detecting kernel 2.6.9.
I found another discussion thread here ( http://www.centos.org/modules/newbb/...#forumpost2445) which is about building a driver disk for CentOS4 (the distribution, Which I am using at the moment, and it is based on RHEL4). I shall try that procedure and will post back the results.
As far as the option of changing the RAID controller is concerned, the server does not support any other Linux compatible RAID controller, so this is not an option  .
One more thing, did you also build the driver disk for your linux distribution? if yes, can you please share the disk image or any helpful information for how to build the driver disk?
Thanks for your feedback.
|
|
|
06-23-2005, 06:46 AM
|
#8
|
LQ Newbie
Registered: Jun 2005
Distribution: Ubuntu 6.06
Posts: 20
Rep:
|
Thanks very much for the info. I shall give it a try soon, and shall post back results. I hope this one will solve the problem.
Thanks again.
|
|
|
07-22-2005, 08:21 AM
|
#9
|
LQ Newbie
Registered: Jun 2005
Distribution: Ubuntu 6.06
Posts: 20
Rep:
|
Though replying a bite late ... but the solution worked.
Thanks very much for your help.
Regards,
Jabran
|
|
|
All times are GMT -5. The time now is 06:55 PM.
|
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.
|
Latest Threads
LQ News
|
|