View unanswered posts | View active topics It is currently Wed May 22, 2013 5:09 am



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

Joined: Wed Feb 16, 2011 6:26 am
Posts: 35
Location: Japan
Post Re: Realtek test drivers of ESXi 5.0
Following NICs was added.
Please try.

1026 AR8121/AR8113/AR8114 Gigabit or Fast Ethernet
1048 L1 Gigabit Ethernet
1062 AR8132 Fast Ethernet
1063 AR8131 Gigabit Ethernet
1066 L2c Gigabit Ethernet
1067 L1c Gigabit Ethernet
1073 AR8151 v1.0 Gigabit Ethernet
1083 AR8151 v2.0 Gigabit Ethernet
2060 AR8152 v1.1 Fast Ethernet
2062 AR8152 v2.0 Fast Ethernet

Thank you.


Attachments:
File comment: atl1e driver of AR81Family
net-atl1e-1.0.1.14.x86_64.vib.zip [42.31 KiB]
Downloaded 1546 times
Wed Dec 14, 2011 6:56 am
Profile

Joined: Tue Dec 13, 2011 2:33 am
Posts: 2
Post Re: Realtek test drivers of ESXi 5.0
Mr. ichi,
You made my day/week/month!! Thanks a lot. I can now confirm that these drivers will work on an ASRock 880GMH/U3S3 motherboard, which uses the AR8151 chipset running ESX 5.0.
Mr. ichi, I guess we all appreciate the contribution you give to the community. I would gladly help you convert the current ESX 4.0 drivers. Could you give me some hints on how you made this great piece of work?
Regards
Martin


Wed Dec 14, 2011 10:56 pm
Profile

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

ESXi 5 has almost no difference in ESXi 4, driver sources, or the procedure to compile.

Mr.pigeonstriker's source is compiled this time also and only the portion of INIT_WORK used as an error is actually modifing Mr.Serge's source to reference.

CentOS 5.7 is used for the environment to compile and the procedure is referring to the following.
Of course, a source file uses ESXi5.0's.

http://www.kernelcrash.com/blog/using-a ... 009/08/22/

When using the driver source of kernel, the version of the 2.6.26 neighborhood is tried.
If the source with which this forum is provided is modified to reference and it is it errorless coming out, I actually load the portion out of which an error comes after compile.

When a driver cannot be loaded, the portion used as an error is corrected and re-tried by the following command.

cat /var/log/vmkwarning.log | grep atl1e

Although it does not actually have sufficient knowledge to compile in itself, I have got this forum to help.


Fri Dec 16, 2011 6:33 am
Profile

Joined: Thu Jun 30, 2011 7:29 pm
Posts: 17
Post Re: Realtek test drivers of ESXi 5.0
HOW should I install the 8139TOO.tgz drivers on a esxi5 installed on a usb pendrive?

Its done thank you


Thu Dec 22, 2011 10:11 am
Profile

Joined: Fri Aug 06, 2010 7:49 am
Posts: 7
Post Re: Realtek test drivers of ESXi 5.0
Hi, ichi,

I tried your 8139 driver, "lspci" showed

000:002:00.0 Network controller: Realtek Realtek 8168 Gigabit Ethernet [vmnic0]
000:007:05.0 Network controller: Realtek RTL-8139/8139C/8139C+ [vmnic1]


but "esxcfg-nics -l" did show the vmnic1

~ # esxcfg-nics -l
Name PCI Driver Link Speed Duplex MAC Address MTU Description
vmnic0 0000:02:00.00 r8168 Up 100Mbps Half 14:da:e9:4e:03:ef 1500 Realtek Realtek 8168 Gigabit Ethernet

The module "8139too" seemed loaded, as

~ # esxcfg-module -l | grep 8139
8139too 0 32

however the module wasn't seen as I did "lspci -p"

000:002:00.0 10ec:8168 1043:8432 11/ 11/0x59 A V r8168 vmnic0
000:007:05.0 10ec:8139 10ec:8139 11/ / A V vmnic1


What can I do?

Merry Xmas & Happy New Year!

mingfa


Fri Dec 23, 2011 2:21 pm
Profile

Joined: Fri Aug 06, 2010 7:49 am
Posts: 7
Post Re: Realtek test drivers of ESXi 5.0
Further info.

#less /var/log/vmkernel.log | grep 8139

2011-12-25T09:09:09.734Z cpu0:2618)Loading module 8139too ...
2011-12-25T09:09:09.734Z cpu0:2618)Elf: 1862: module 8139too has license GPL
2011-12-25T09:09:09.734Z cpu0:2618)skb_mem_info mempool for module 8139too created - max size 23068672
2011-12-25T09:09:09.734Z cpu0:2618)module heap vmklnx_8139too: creation succeeded. id = 0x4100149c0000
2011-12-25T09:09:09.734Z cpu0:2618)<6>8139too Fast Ethernet driver 0.9.28
2011-12-25T09:09:09.734Z cpu0:2618)PCI: driver 8139too is looking for devices
2011-12-25T09:09:09.734Z cpu0:2618)PCI: driver 8139too claimed 0 device
2011-12-25T09:09:09.734Z cpu0:2618)Mod: 4015: Initialization of 8139too succeeded with module ID 28.
2011-12-25T09:09:09.734Z cpu0:2618)8139too loaded successfully.


Sun Dec 25, 2011 1:21 am
Profile

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

Sorry, since there is no server using 8139too now, a cause cannot be investigated in detail.

Do you suspect IRQ conflict and can perform carving at the time of removing other devices?

Is the following condition resembled?

http://communities.vmware.com/thread/335038

Best regards.


Mon Dec 26, 2011 5:00 am
Profile

Joined: Fri Aug 06, 2010 7:49 am
Posts: 7
Post Re: Realtek test drivers of ESXi 5.0
Thanks ichi,

To the best of my knowledge, I don't think there is an IRQ conflict.

Yes, the problem is quite similar to that thread. Just wonder if there is any standard procedure to diagnose this problem.

Never mind, I can simply buy another NIC which has Realtek 8168/8169 chip instead.

Regards,
Mingfa


Tue Dec 27, 2011 3:10 am
Profile

Joined: Tue Dec 27, 2011 11:11 pm
Posts: 2
Post Re: Realtek test drivers of ESXi 5.0
hello brothers. please share DLink-528T-1.x86_64.vib driver. thx


Tue Dec 27, 2011 11:14 pm
Profile

Joined: Wed Mar 18, 2009 1:32 pm
Posts: 451
Location: Sweden
Post Re: Realtek test drivers of ESXi 5.0
akalifa wrote:
hello brothers. please share DLink-528T-1.x86_64.vib driver. thx


Hello

Have you tried to download R8169-1.tgz ( found the first page ) ?

Then in this post you can find a converter viewtopic.php?f=24&t=3272


//Daniel


Wed Dec 28, 2011 1:38 am
Profile WWW
Display posts from previous:  Sort by  
Reply to topic   [ 146 posts ]  Go to page Previous  1, 2, 3, 4, 5, 6 ... 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.