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