| Author |
Message |
|
Wirrkopf
Joined: Tue Jul 05, 2011 5:12 am Posts: 36
|
 Re: [Announcement] ESXi-Customizer v2.0 supports ESXi 5.0!
Can anybody explain how i create a oem.tgz to use a existing ESXi 5 driver with different PCI IDs? I get the oem.tgz for nforce network driver and try to change it for the jmicron controller. --------------------------------------------------------------------------------- i rename the forcedeth-1.ids -> jmicron-1.ids and change inside: Quote: 197b JMicron Technologies, Inc. 2361 JMB361 AHCI/IDE ------------------------------------------------------------------------------- i rename the forcedeth-1.map -> jmicron-1.map and change inside Quote: regtype=linux,bus=pci,id=197b:2361 0000:0000,driver=forcedeth,class=storage
but i don´t know the name of the jmicron driver. How i can investigate this?
|
| Sun Sep 11, 2011 12:51 am |
|
 |
|
peetz
Joined: Mon Jul 25, 2011 2:22 pm Posts: 73
|
 Re: [Announcement] ESXi-Customizer v2.0 supports ESXi 5.0!
Hi Wirrkopf, the easiest way to find this out is to install ESXi 5.0 in a VMware Workstation VM (the free VMware player should also work, but I have never tried that) and then study the files in the installed system. To answer your question you should do something like Code: cd /etc/vmware/driver.map.d grep -i jmicron *.map grep -i 197b *.map
However, you will be disappointed ... I just did exactly that and no match was found. So there is no built-in support for JMicron adapters in ESXi 5.0.
_______________________________________________________________________________________ ESXi-Customizer: A Windows script to customize ESXi 4.1 and 5.0 ESXi5 Community Packaging Tools: Create VIB files and Offline bundles from TGZ files
|
| Sun Sep 11, 2011 10:03 am |
|
 |
|
Wirrkopf
Joined: Tue Jul 05, 2011 5:12 am Posts: 36
|
 Re: [Announcement] ESXi-Customizer v2.0 supports ESXi 5.0!
Do you read?: viewtopic.php?f=27&t=3359A mistake or a lie?
|
| Sun Sep 11, 2011 10:41 am |
|
 |
|
EddieA
Joined: Mon May 11, 2009 1:29 pm Posts: 22
|
 Re: [Announcement] ESXi-Customizer v2.0 supports ESXi 5.0!
From the linked article: jcnme wrote: lspci -p Seg:Bus:Sl.F Vend:Dvid Subv:Subd ISA/irq/Vec P M Module Name 000:002:00.0 197b:2362 197b:2362 10/ 10/0x88 A V ahci vmhba33 000:002:00.1 197b:0368 197b:1368 4/ 4/0x98 B V That shows it using the ahci driver, but as pointed out above, there are no entries for 197b, so I'm not really sure how that works. Cheers.
|
| Sun Sep 11, 2011 12:05 pm |
|
 |
|
peetz
Joined: Mon Jul 25, 2011 2:22 pm Posts: 73
|
 Re: [Announcement] ESXi-Customizer v2.0 supports ESXi 5.0!
I looked at the source code of the Linux ahci driver (available e.g. here), and it looks like it uses generic mappings to the PCI class id PCI_CLASS_STORAGE_SATA_AHCI. Obviously ESXi does take this into account somehow and tries to load the driver for each device that identifies as a SATA AHCI storage controller. It should also do this for JMicron adapters ... Wirrkopf: is your adapter configured for AHCI in the BIOS? If it configured in standard IDE mode this would explain why it is not working.
_______________________________________________________________________________________ ESXi-Customizer: A Windows script to customize ESXi 4.1 and 5.0 ESXi5 Community Packaging Tools: Create VIB files and Offline bundles from TGZ files
|
| Mon Sep 12, 2011 3:56 am |
|
 |
|
Wirrkopf
Joined: Tue Jul 05, 2011 5:12 am Posts: 36
|
 Re: [Announcement] ESXi-Customizer v2.0 supports ESXi 5.0!
I need the IDE part of these controller because there are one parallel socket for IDE drives and one external eSATA slot on my motherboard. The contolller has NO internal SATA slots. I don´t want to attach an external Sata drive, i will use the internal IDE slot! It seems so there is no hope to get it run with the esxi generic driver.
But i see in another thread that the driver source code from vmware are now avaliable? Now it should be possible to create real new drivers for esxi5 and integrate them with your Customizer?
Because i´m a linux noob someone else can create a oem.tgz with the jmicron jmb361 IDE controller driver?...
|
| Mon Sep 12, 2011 5:06 am |
|
 |
|
sevet
Joined: Thu Jun 02, 2011 4:56 am Posts: 4
|
 Re: [Announcement] ESXi-Customizer v2.5 supports ESXi 5.0!
Sorry if this was posted already but: It looks like the open source code of the ESXi is now available for download!!! Let the custom drivers flow  Link: http://downloads.vmware.com/d/details/vsphere_50_oss/dHRAYnRocGRiZHAlJQ==
|
| Wed Oct 26, 2011 1:40 am |
|
 |
|
DirtyWilly
Joined: Sat Nov 12, 2011 4:27 pm Posts: 4
|
 Re: [Announcement] ESXi-Customizer v2.5 supports ESXi 5.0!
Where can I view or put a request in for an ESXi 5.0 compatible NIC driver file for the Intel Q67 mini-ITX motherboard?
Intel DQ67EP (B3)
This is a fairly common set of Intel hardware, on a very limited Q67 chipset. Essentially this is the only 1155 mini-ITX board out there that will support ESXi via vDirectPath. That said I'm sure there will be plenty of overlap with Intel drivers if someone could make a driver to support this NIC.
Intel 82579LM - NIC
Thanks!
|
| Sat Nov 12, 2011 4:47 pm |
|
 |
|
Varazir
Joined: Wed Mar 18, 2009 1:32 pm Posts: 451 Location: Sweden
|
 Re: [Announcement] ESXi-Customizer v2.5 supports ESXi 5.0!
This post should be about the ESXi-Customizer: A Windows script to customize ESXi 4.1 and 5.0 and nothing ells imo
_________________Dovie'andi se tovya sagain,
|
| Sun Nov 13, 2011 1:57 am |
|
 |
|
DirtyWilly
Joined: Sat Nov 12, 2011 4:27 pm Posts: 4
|
 Re: [Announcement] ESXi-Customizer v2.5 supports ESXi 5.0!
Sorry, I got here from a Google search. I posted it in other threads and hope when a driver comes out the ESXi-Customizer will make it a simple process.
|
| Sun Nov 13, 2011 3:43 pm |
|
|