Thank you very much James!<br>I will try to understand your explanation and try to succes this trouble!<br><br><div><span class="gmail_quote">2007/6/12, James P. Kinney III <<a href="mailto:jkinney@localnetsolutions.com">
jkinney@localnetsolutions.com</a>>:</span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">Hi Alberto,<br><br>That board has a poor controller chip, JMB363 IDE/SATA controller. It
<br>runs BOTH IDE and SATA. But it can't run both at the same time.<br><br>Here's a partial work around that uses network install method instead of<br>CD/DVD:<br><br>In BIOS set the system to use all IDE.<br><br>Now boot the system using a boot CD from K12LTSP 
v.6 (I'm assuming that<br>is the distro you want to use - you will need another Linux machine<br>sharing out either the DVD drive with the DVD in it or a loop-mounted<br>DVD image o k12ltsp v.6)<br><br>At the boot prompt you need to do the following boot command:
<br><br>linux all-generic-ide pci=nommconf askmethod<br><br>This will ask what type of installation you want to do. You will need to<br>be set up to do either a NFS mount or an http version. Both versions are<br>covered well in the installation notes from the first CD of the distro.
<br><br>Now for the real fun. The system _should_ install at this point but you<br>will not have a working DVD drive when it's all done. You will need to<br>get the kernel source (kernel-devel rpm) and cp the config to .config in
<br>the kernel build directory. Then you need to run the make menuconfig and<br>find the sata stuff and compile it all into the kernel (not modules!).<br>once the new kernel is compiled and in place (make install && make
<br>modules-install) edit the /boot/grub/grub.conf file to register the new<br>kernel (it won't have an initrd file so you won't need that line),<br>reboot.<br><br>On Tue, 2007-06-12 at 16:54 -0300, Alberto Castillo wrote:
<br>> Hi List:<br>><br>> Sorry for my bad English.<br>> I have ASUS P5VD2-VM and a SATA MAXTOR Diamond MAX 20 SMT3160211AS.<br>> My trouble is that K12-5/6 do no detect my SATA disk!!!<br>> I have tried change configs in bios and reset the bios too and no
<br>> way...<br>> Never can detect mi sata disk...<br>> If yo can help me in anything I bless you.<br>> Thank you!<br>> Alberto<br>> Argentina-Cordoba<br>><br>> --<br>> This message has been scanned for viruses and
<br>> dangerous content by MailScanner, and is<br>> believed to be clean.<br>> _______________________________________________<br>> K12OSN mailing list<br>> <a href="mailto:K12OSN@redhat.com">K12OSN@redhat.com
</a><br>> <a href="https://www.redhat.com/mailman/listinfo/k12osn">https://www.redhat.com/mailman/listinfo/k12osn</a><br>> For more info see <<a href="http://www.k12os.org">http://www.k12os.org</a>><br>--<br>James P. Kinney III
<br>CEO & Director of Engineering<br>Local Net Solutions,LLC<br>770-493-8244<br><a href="http://www.localnetsolutions.com">http://www.localnetsolutions.com</a><br><br>GPG ID: 829C6CA7 James P. Kinney III (M.S. Physics)
<br><<a href="mailto:jkinney@localnetsolutions.com">jkinney@localnetsolutions.com</a>><br>Fingerprint = 3C9E 6366 54FC A3FE BA4D 0659 6190 ADC3 829C 6CA7<br><br>_______________________________________________<br>K12OSN mailing list
<br><a href="mailto:K12OSN@redhat.com">K12OSN@redhat.com</a><br><a href="https://www.redhat.com/mailman/listinfo/k12osn">https://www.redhat.com/mailman/listinfo/k12osn</a><br>For more info see <<a href="http://www.k12os.org">
http://www.k12os.org</a>><br><br></blockquote></div><br>