View unanswered posts | View active topics It is currently Sat May 18, 2013 3:39 pm



Reply to topic  [ 146 posts ]  Go to page 1, 2, 3, 4, 5 ... 15  Next
 Realtek test drivers of ESXi 5.0 
Author Message

Joined: Wed Feb 16, 2011 6:26 am
Posts: 35
Location: Japan
Post Realtek test drivers of ESXi 5.0
I modified the driver of 4.1 to reference for the source code of ESXi 5.0, and created the test driver of ESXi 5.0. It is 8139too, r8101, and Version 8.026.00 of r8168.
R8101 driver conforms to PCIe FE Adapter of Realtek.

The insertion method of a driver is ESXi-Customizer v2.5 which is the tool which was excellent in Mr. peetz.
Please start a tool, insert the ISO file of ESXi 5.0 in the top, and insert this driver in insertion and the selection column of middle.
It is possible to insert a driver after the done ISO file.

Since r8168 driver will regrettably be overwritten by the regular driver, please carry out the following procedure after starting ESXi 5.0.

~ # cd /tmp
~ # tar xvf /tardisks/OEM-00.t00
~ # chown -R 201:201 ./etc
~ # chown -R 201:201 ./usr
~ # chmod -R 755 ./etc
~ # chmod -R 755 ./usr
~ # chmod 644 etc/vmware/driver.map.d/r8168.map
~ # chmod 644 usr/share/hwdata/driver.pciids.d/r8168.ids
~ # tar cvf net-r816.tar etc usr
~ # vmtar -c net-r816.tar -o net-r816.v00
~ # cp net-r816.v00 /bootbank/net-r816.v00
~ # reboot

By the middle not a valid exec file Although warning comes out, please continue as it is.

Thank you for your consideration.


Attachments:
File comment: Realtek's 8139 driver for PCI FE
8139TOO.tgz [23.18 KiB]
Downloaded 845 times
File comment: Realtek's 8101 driver for PCIe FE
R8101.tgz [38.54 KiB]
Downloaded 433 times
File comment: Realtek's 8168 driver version 8.026.00
R8168.tgz [75.07 KiB]
Downloaded 554 times
Tue Nov 01, 2011 5:09 am
Profile

Joined: Mon Jul 25, 2011 2:22 pm
Posts: 73
Post Re: Realtek test drivers of ESXi 5.0
Hi ichi,

thank you very much for providing these drivers! It looks like you are the first one who was able to make use of the ESXi 5.0 Open Source Code and build new ESXi 5.0 drivers, congratulations!

I have an important suggestion for improvement for your oem.tgz packages: You can easily avoid the problem of the customized r8168-driver being overwritten by the original one by using slightly different file names. I suggest that you name the binary module r8168-1, the ids-file r8168-1.ids and the map-file r8168-1.map. Of course the contents of the map-file then needs to be changed to
Code:
regtype=linux,bus=pci,id=10ec:8168 0000:0000,driver=r8168-1,class=network

This is the best way to
a) add your driver without the necessity of any manual modification work
b) keep the original driver untouched and fully functional

For you convenience I have done the described changes to your R8168.tgz file and added it here as R8168-1.tgz.

Kind regards
Andreas


Attachments:
R8168-1.tgz [73.06 KiB]
Downloaded 535 times

_________________
______________________________________________________________________
Image 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


Last edited by peetz on Fri Nov 04, 2011 12:49 am, edited 1 time in total.

Wed Nov 02, 2011 8:46 am
Profile WWW

Joined: Wed Mar 18, 2009 1:32 pm
Posts: 451
Location: Sweden
Post Re: Realtek test drivers of ESXi 5.0
Or add you nick :)

Could be a way to "brand" your drivers abit :)

_________________
Dovie'andi se tovya sagain,



Wed Nov 02, 2011 10:15 am
Profile WWW

Joined: Thu Nov 03, 2011 5:17 am
Posts: 1
Post Re: Realtek test drivers of ESXi 5.0
Hi Varazir Peetz,

I've just tried your script and a little thing is going wrong somewhere... ;) Cause I'm able to load my brand new drivers 8139T00 and R8168

But if they are cleanly pushed during the setup (I can "ls" them in the directories) they are not loaded. When I run
# esxcfg-module -e 8139T00

It doesn't complain, so it seems to be the first time it's called ?!

Anyway my network card is still unrecognized and the install sequence has already aborted when I can access to the shell... this led to my second question: How could I relaunch the setup process without rebooting my server ??

Thanks a lot for your answers !!!!

Ben


Thu Nov 03, 2011 10:06 am
Profile

Joined: Mon Nov 21, 2011 11:31 pm
Posts: 8
Post Re: Realtek test drivers of ESXi 5.0
Hello,

Could you possibly add the DLINK 528T id's to the R8169 driver for ESXi 5 ...?

I thought it was simply a case of adding the correct MAP but have been shot down into a tiny insignificant sub atom... I was far from the truth.

Basically, many webpages seem to show that my card, Dlink 528T, PCI-ID 1186:4300 can use the R8169 driver. I can see them in the lspci output, but loading r8169 via vmkmodLoad doesn't help.

I have a few of these cards and would like to use in my two ESXi 5 boxes (rather than just the Motherboard 8168's).

Please...?

Kind regards

Simon


Tue Nov 22, 2011 12:43 pm
Profile

Joined: Wed Feb 16, 2011 6:26 am
Posts: 35
Location: Japan
Post Re: Realtek test drivers of ESXi 5.0
D-Link 528T and 530T was added.
Please test this driver.


Attachments:
File comment: Realtek 8169 which supported D-Link Drivers
R8169-1.tgz [22.91 KiB]
Downloaded 588 times
Fri Nov 25, 2011 9:43 pm
Profile

Joined: Mon Nov 21, 2011 11:31 pm
Posts: 8
Post Re: Realtek test drivers of ESXi 5.0
Hi, thanks for this...

My system is up and running on the single MoBo 8168 at the moment.

I've a spare box I can fire up that has a working nVidia MoBo NIC. Once booted, I'll add the DLinks, then add the new drivers using the procedure you listed at the top of this thread.

Weekends are "no computer" days (email doesn't count!), so I'll do all this Sunday evening and post back.

Cheers
Simon


Sat Nov 26, 2011 4:18 am
Profile

Joined: Mon Jul 25, 2011 2:22 pm
Posts: 73
Post Re: Realtek test drivers of ESXi 5.0
Hi CymonZ,

if you want to add ichi's driver to an already installed system (without having to re-install it) then convert the tgz file that ichi posted to a VIB file using the TGZ2VIB5 utility that I included with the latest version of my ESXi-Customizer script.
You can then install the VIB file with an esxcli command in an ESXi shell. For details see here: http://v-front.blogspot.com/2011/11/esx ... b5-10.html.

- Andreas

CymonZ wrote:
Hi, thanks for this...

My system is up and running on the single MoBo 8168 at the moment.

I've a spare box I can fire up that has a working nVidia MoBo NIC. Once booted, I'll add the DLinks, then add the new drivers using the procedure you listed at the top of this thread.

Weekends are "no computer" days (email doesn't count!), so I'll do all this Sunday evening and post back.

Cheers
Simon

_________________
______________________________________________________________________
Image 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


Sat Nov 26, 2011 11:01 am
Profile WWW

Joined: Wed Mar 18, 2009 1:32 pm
Posts: 451
Location: Sweden
Post Re: Realtek test drivers of ESXi 5.0
ichi wrote:
D-Link 528T and 530T was added.
Please test this driver.



You couldn't take a look at this(atl1e driver) and include them into your file ?

viewtopic.php?f=12&t=1876&p=5389#p5389

TIA
Daniel


Sun Nov 27, 2011 1:49 am
Profile WWW

Joined: Wed Feb 16, 2011 6:26 am
Posts: 35
Location: Japan
Post Re: Realtek test drivers of ESXi 5.0
Mr. Varazir

It created instantly using source file of Mr. Serge.
Please test this driver.


Attachments:
File comment: atl1e driver of ESXi 5.0 using source file of Mr. Serge
ATL1E.tgz [23.9 KiB]
Downloaded 251 times
Mon Nov 28, 2011 7:01 am
Profile
Display posts from previous:  Sort by  
Reply to topic   [ 146 posts ]  Go to page 1, 2, 3, 4, 5 ... 15  Next

Who is online

Users browsing this forum: No registered users and 1 guest


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Search for:
Jump to:  
Powered by phpBB © 2000, 2002, 2005, 2007 phpBB Group.
Designed by STSoftware for PTF.