View previous topic :: View next topic |
Author |
Message |
manictuga n00b
![n00b n00b](/images/ranks/rank_rect_0.gif)
Joined: 25 Feb 2003 Posts: 4
|
Posted: Sun Apr 06, 2003 6:13 pm Post subject: ABIT NF7-S SATA RAID 0 - HEEEELP!!! |
|
|
Hi,
I've got an Abit NF7-S mb with a couple of WD80GB hdds and two "serillel" SATA->ATA converters.
I need to build a system with RAID 0 support. I've been looking everywhere but could not find any info on howto make the Sil 3112 controller work in RAID mode with Gentoo.
Anyone around there has such a system working with RAID 0? Can anyone redirect me to an usefull link where I can find the necessary information?
Thanks in advance,
Jorge |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
Jamon Apprentice
![Apprentice Apprentice](/images/ranks/rank_rect_2.gif)
Joined: 03 May 2002 Posts: 173
|
Posted: Sun Apr 06, 2003 7:20 pm Post subject: |
|
|
Hello! I have the same motherboard, and I tried to get the SATA to work as well (without RAID). It was quite a hassle. I use the gaming-sources, and it has no support for it. The ac-sources does, but I found it rather unstable. Also the latest 2.4.21-pre kernel supports it, as does 2.5 (or so I have heard). I have no idea how well RAID is supported, however. I got really frustrated and just disconnected my drive from the SATA controller for now.. I don't really need that hard drive right now anyhow. I look forward to when 2.4.21(-gaming) is out, by then hopefully the stability issues are worked out. I'm sorry, but I hope this helps!
Jamon _________________ Looking for a Linux PC? Check us out at
http://www.progresssystemsinc.com! |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
behd Apprentice
![Apprentice Apprentice](/images/ranks/rank_rect_2.gif)
![](images/avatars/8577507253ff15d4a1175c.gif)
Joined: 11 Feb 2003 Posts: 155
|
Posted: Wed Apr 09, 2003 8:50 pm Post subject: |
|
|
yaugh, just bought a new comp with Asus P4G8X mb and I only have 2 SATA disks using raid0 => I must find a way to install my gentoo...
1. interesting sites:
www.siimage.com
from there you'll find some other interesting links...
2. yes it seems there's support for Sil3112a chipset SATA/RAID
3. yes support for this chipset is only included in 2.4.21 pre-patch
-> I will either build my own boot disk then mount Gentoo livecd
OR livecd-ng package could also be a solution (but I must still investigate if it does really what we want to do -> building a new livecd with pre2.4.21 kernel
4. pre 2.4.21 kernel have probs with AC97 (sound support won't compile at all -> problem if we ever manage to install gentoo) BUT Patrick Plattes kindly sent me this patch which should solve the problem
---- patch ----
diff -u --new-file --recursive --exclude-from /usr/src/exclude linux.21pre5/include/linux/ac97_codec.h linux.21pre5-ac3/include/linux/ac97_codec.h
--- linux.21pre5/include/linux/ac97_codec.h 2003-02-27 18:39:41.000000000 +0000
+++ linux.21pre5-ac3/include/linux/ac97_codec.h 2003-03-01 19:23:29.000000000 +0000
@@ -222,6 +222,8 @@
int dev_mixer;
int type;
+ int modem:1;
+
struct ac97_ops *codec_ops;
/* controller specific lower leverl ac97 accessing routines */
@@ -237,6 +239,9 @@
int stereo_mixers;
int record_sources;
+ /* Property flags */
+ int flags;
+
int bit_resolution;
/* OSS mixer interface */
@@ -265,6 +270,8 @@
int (*amplifier)(struct ac97_codec *codec, int on);
/* Digital mode control */
int (*digital)(struct ac97_codec *codec, int format);
+#define AC97_DELUDED_MODEM 1 /* Audio codec reports its a modem */
+#define AC97_NO_PCM_VOLUME 2 /* Volume control is missing */
};
extern int ac97_read_proc (char *page_out, char **start, off_t off,
diff -u --new-file --recursive --exclude-from /usr/src/exclude linux.21pre5/include/linux/acct.h linux.21pre5-ac3/include/linux/acct.h
----------------
5. goto www.tldp.org for doc about:
- creating bootdisk
- installing ata-raid system
6. I will get back here once my system is installed |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
behd Apprentice
![Apprentice Apprentice](/images/ranks/rank_rect_2.gif)
![](images/avatars/8577507253ff15d4a1175c.gif)
Joined: 11 Feb 2003 Posts: 155
|
Posted: Tue Apr 15, 2003 8:41 pm Post subject: |
|
|
okie if you haven't built a bootdisk, you may still
1. download a Mandrake 9.1 Install CD
2. boot it by using rescue and choose go to console prompt
3. mounting your SATA/RAID0 partition:
1st run this script (or do it manually):
http://people.redhat.com/arjanv/pdcraid/MAKEDEV
2nd modprobe ataraid then modprobe silraid
YOU ARE DONE !!!
(do whatever you want on /dev/ataraid/d0)
create partition / install fs / mount / install distro / etc...) |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
behd Apprentice
![Apprentice Apprentice](/images/ranks/rank_rect_2.gif)
![](images/avatars/8577507253ff15d4a1175c.gif)
Joined: 11 Feb 2003 Posts: 155
|
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
bpoteet n00b
![n00b n00b](/images/ranks/rank_rect_0.gif)
Joined: 15 Aug 2002 Posts: 15 Location: Chattanooga, TN
|
Posted: Tue Apr 15, 2003 9:54 pm Post subject: Re: ABIT NF7-S SATA RAID 0 - HEEEELP!!! |
|
|
manictuga wrote: |
...howto make the Sil 3112 controller work in RAID mode with Gentoo. ...
Jorge |
There is support for that controller in gs(s?)-sources. I'm using it and the controller works. I am having issues with it however....see my post:
https://forums.gentoo.org/viewtopic.php?t=47664
Do you have good dma performance? If so, could you IM me (through the site) your kernel .config? Also, what is the output of:
Code: | #hdparm -iI /dev/hdX |
Thanks in advance. _________________ Sometimes nothin' is a pretty cool hand.
---Cool Hand Luke |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
behd Apprentice
![Apprentice Apprentice](/images/ranks/rank_rect_2.gif)
![](images/avatars/8577507253ff15d4a1175c.gif)
Joined: 11 Feb 2003 Posts: 155
|
Posted: Tue Apr 15, 2003 11:51 pm Post subject: |
|
|
kie will keep you informed... when I'll be there
(system is still busy w/ bootstrapping process...)
aaaaargh and it's already 02:00AM here and I must wake @07:00 ![Sad :(](images/smiles/icon_sad.gif) |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
manictuga n00b
![n00b n00b](/images/ranks/rank_rect_0.gif)
Joined: 25 Feb 2003 Posts: 4
|
Posted: Thu Apr 17, 2003 12:13 pm Post subject: |
|
|
Thanks!!!!!!!
I've been away and haven't received any notification from the forum saying that there were follow-ups...
I had already tryed the Mandrake 9.1 and, since it uses kernel 2.4.21, I could recognize the hardrives in the SATA controller. No RAID however...
I'll try that script this time.
Thanks for the tips!!!
Next week I'll try all of this, since I'll be away once more. I'll let you know.
Have a nice easter!
Jorge |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
behd Apprentice
![Apprentice Apprentice](/images/ranks/rank_rect_2.gif)
![](images/avatars/8577507253ff15d4a1175c.gif)
Joined: 11 Feb 2003 Posts: 155
|
Posted: Thu Apr 17, 2003 8:43 pm Post subject: |
|
|
Gentoo UP & RUNNING !!!!
Well did u complete the install ?!?
okie perfect keep on reading !!!
but now your brand new Gentoo system refuse to boot ?!?
Welcome in the (strange) devfs world
1st your system is normal & lilo is normal so use:
/dev/ataraid/dXpY for your ATA/RAID block devices in lilo.conf or other boot loader...
BUT BEWARE ONCE DEVFS IS MOUNTED YOU MUST USE:
/dev/ataraid/discX/partY
(so this is what your fstab should use)...
Regards every1, hope you'll be soon all up & running too
----
okie a little more conf and I benchmark my disks !!! |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
|