A big thank you for this thread as I'm sure I'm now very close to getting EXXi4.1 installed on my GA-H55N-USB3.
Network is working... although I have found that it seems to work better if the NIC is forced to Gigabit (from within the VSphere console)
I am struggling with the SATA controller...
I've updated the config files 'simple.map' & 'pci.ids' within the oem.tgz as per bottom section of:
http://www.vm-help.com/esx40i/customize_oem_tgz.phpI seem to be able to see the controllers, but not any disks? (there are three disks attached, 2x 2TB & 1x 1.5TB drives as well as a DVD Rom)
====
# lspci
====
..
000:000:31.0 Bridge: Intel Corporation
000:000:31.2 Mass storage controller: Intel Corporation 5 Series/3400 Series Chipset 6 port SATA AHCI Controller [vmhba0]
000:000:31.3 Serial bus controller: Intel Corporation
000:000:31.5 Mass storage controller: Intel Corporation 5 Series/3400 Series Chipset 6 port SATA AHCI Controller [vmhba1]
000:001:00.0 Mass storage controller: CMD Technology Inc SiI 3132 Serial ATA Raid II Controller
000:003:00.0 Serial bus controller: NEC Corporation
000:004:00.0 Network controller: Realtek Semiconductor Co., Ltd. RTL8111/8168B PCI Express Gigabit Ethernet controller [vmnic0]
..
====
esxcfg-info
====
\==+PCI Device :
|----Segment.........................................0x0000
|----Bus.............................................0x00
|----Slot............................................0x1f
|----Function........................................0x02
|----Runtime Owner...................................vmkernel
|----Has Configured Owner............................true
|----Configured Owner................................vmkernel
|----Vendor Id.......................................0x8086
|----Device Id.......................................0x3b20
|----Sub-Vendor Id...................................0x1458
|----Sub-Device Id...................................0xb002
|----Vendor Name.....................................Intel Corporation
|----Device Name.....................................5 Series/3400 Series Chipset 6 port SATA AHCI Contro
|----Device Class....................................257
|----PIC Line........................................11
|----Service Console IRQ.............................11
|----Vector..........................................136
|----PCI Pin.........................................167
|----Spawned Bus.....................................0
|----Flags...........................................517
|----Module Id.......................................4294967295
|----Chassis.........................................0
|----Physical Slot...................................255
|----VmKernel Device Name............................vmhba0
|----Slot Description................................
|----Passthru Capable................................false
|----Parent Device...................................
|----Dependent Device................................PCI 0:0:31:2
|----Reset Method....................................1
|----FPT Shareable...................................true
====
\==+PCI Device :
|----Segment.........................................0x0000
|----Bus.............................................0x00
|----Slot............................................0x1f
|----Function........................................0x05
|----Runtime Owner...................................vmkernel
|----Has Configured Owner............................true
|----Configured Owner................................vmkernel
|----Vendor Id.......................................0x8086
|----Device Id.......................................0x3b26
|----Sub-Vendor Id...................................0x1458
|----Sub-Device Id...................................0xb002
|----Vendor Name.....................................Intel Corporation
|----Device Name.....................................5 Series/3400 Series Chipset 6 port SATA AHCI Contro
|----Device Class....................................257
|----PIC Line........................................11
|----Service Console IRQ.............................11
|----Vector..........................................136
|----PCI Pin.........................................0
|----Spawned Bus.....................................0
|----Flags...........................................517
|----Module Id.......................................4294967295
|----Chassis.........................................0
|----Physical Slot...................................255
|----VmKernel Device Name............................vmhba1
|----Slot Description................................
|----Passthru Capable................................false
|----Parent Device...................................
|----Dependent Device................................PCI 0:0:31:5
|----Reset Method....................................1
|----FPT Shareable...................................true
====
esxcfg-module
====
/sbin # esxcfg-module -l | grep ahci
ahci 0 20
/sbin # esxcfg-module -g ahci
ahci enabled = 1 options = ''
====
I found the PCI ID's in Windows, but maybe these were the wrong ones ? (PCI ID: 3b20 and 3c26)
Is there a command that shows the PCI ID to driver mapping? Will see if I can populate the configs with the devices that are missing by looking at the pci id file @
http://pciids.sourceforge.net/v2.2/pci.idsThanks
Simon