Forum Menu

ASUS P5KC

fundutzi
Member

Comments, suggestions and questions go here...

Hardware info can be found here
Posts: 3
Country: Unknown Unknown 
Date: 01-01-2006 00:01
    IP Logged
   

Replys's

fundutzi
Member

This worked for ESX 3.5 Update 3. But fail when go to Update 4.
so, to fix do:

then edit "/etc/vmware/pciid/ata_piix.xml" ==> this is to make ICH9 SATAs work see end ==>
=====> can search to see if device ID have driver loaded by
/etc/vmware/pciid/"grep 2921 *" --> where 2921 is SATA Device ID for ICH9, this yield nothing at first in 3.5 Updt 4
run "esxcfg-pciid"
reboot


==> the end fix:
@@@@@@@@@@@@@@@@@@@
Update 3 worked with, so I added this to end:
==> remember, web say must put SATA in BIOS to AHCI mode ==> not sure made diff for me.
"/etc/vmware/pciid/ata_piix.xml

</device>
<device id="2921">
<vmware label="scsi">
<driver>ata_piix</driver>
</vmware>
<name>2 port SATA IDE Controller (ICH9)</name>
</device>
<device id="2926">
<vmware label="scsi">
<driver>ata_piix</driver>
</vmware>
<name>2 port SATA IDE Controller (ICH9)</name>
</device>
@@@@@@@@@@@@@@@@@@@
Posts: 3
Country: Unknown Unknown 
Date: 01-06-2009 02:44
    IP Logged