ESXi (NIC RTL8125B)我尝试安装各种版本的 ESXi,但网卡驱动程序不存在。这几天看了很多文章,找到了之前版本(H2)的解决方案。此解决方案不适用于新的特殊 Realtek NIC 8125B。有没有人解决这个问题?

非常感谢切实可行的答案。

您必须自己安装 RTL8125B 驱动程序,它目前未包含在 Linux 内核中。

按照那里的说明操作: https://wiki.odroid.com/odroid-h2/application_note/install_ethernet_driver_on_h2plus

这是一个为 rtl8125 定制的 VIB。在 vm 社区讨论中找到它。

r8125-EXSi670U3-vib-1.01.vib https://filebin.net/ux3tg7pdcdqk0h0f

非常感谢kopfik :)

无担保 - 使用风险自负。

现在要使用自定义的 6.7u3 iso 自己尝试一下。

好兄弟!' 我需要像你这样的人 IRL ...... :D我已经有一段时间的驱动程序了,我也想制作一个方法,但我的肯定不会有像你这样的图片, :)
但无论如何,如果有人对手动编译驱动程序感兴趣来源:

https://koolshare.cn/thread-185370-1-1.html

@getFLASHed,

太棒了!我在兼容性列表中添加了 Hynix 16GB RAM 模块。
https://wiki.odroid.com/odroid-h2/hardw ... am_modules

集成好的iso镜像下载

Odroid-H2+ - Google 云端硬盘

RTL8125B  网卡驱动下载下载在这里r8125-EXSi670U3-vib-1.01.vib
链接:https://pan.baidu.com/s/11QQxdOubv0Z_JX_mgrxqzg
提取码:49jy

 

Re: Unrecognized RTL8125 in r8169
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Subject: Re: Unrecognized RTL8125 in r8169
From: Heiner Kallweit <hkallweit1@xxxxxxxxx>
Date: Wed, 3 Jun 2020 21:43:21 +0200
Cc: "netdev@xxxxxxxxxxxxxxx" <netdev@xxxxxxxxxxxxxxx>
In-reply-to: <CAM-O=1A6og-E9YBLa59tvz+iZcTs5Qa2yX7kUC0O2VZbtNpNMA@mail.gmail.com>
References: <CAM-O=1A6og-E9YBLa59tvz+iZcTs5Qa2yX7kUC0O2VZbtNpNMA@mail.gmail.com>
User-agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:68.0) Gecko/20100101 Thunderbird/68.8.1
On 03.06.2020 20:57, Eivind Uggedal wrote:
> Hi,
>
> I saw you added the initial RTL8125 support in r8169.
>
> I have a recent x570 motherboard (MSI x570 Tomahawk) with onboard RTL8125. With r8169 from 5.4 and 5.7 I get:
>
>> unknown chip XID 641
>
> from the r8169 driver since XID==641 does not match any of the mask/val in rtl8169_get_mac_version().
>
> I did not see any relevant unmerged changes in the netdev-next tree.
>
> I have a hard time following these "magic" masks/values and could not correlate them to anything in the Realtek oot r8125 driver. I have some C experience, but zero driver/low level experience.
>
Thanks for the report. XID 641 is CFG_METHOD_5 = RTL8125B in the r8125 vendor driver.
This new chip version isn't supported yet by the r8169 driver. Typically I wait for
reports like yours because:
- Not every chip version in the vendor driver makes it to the market.
Adding support for it would be wasted effort.
- I don't have hardware for testing. I need users like you for it ..

> I could try to just fallback to RTL_GIGIA_MAC_VER_60 or RTL_GIGIA_MAC_VER_61 locally, but ideally I'd like a proper patch that can be mainlined.
>
This may or may not work, partially also depending on the link partner. Typically each
chip version needs it own quirks, therefore they are treated differently by the vendor driver.

> At least one other poor soul has the same issue:
> https://forums.unraid.net/topic/92998-dhcp-networking-issue-v-683/
>
> Seeing as this board had a world wide release just days ago maybe this is a new revision of the RTL8125 chipset?
>
> Appreciate any pointers and help to debug it further!
>
There is not really something to debug. I have to port all chip quirks from
the vendor driver and ask Realtek for a firmware file.
I'll put it on my roadmap, maybe it makes it into 5.9 or 5.10. Until then
you would have to use vendor driver r8125.

Regards,
> Eivind Uggedal

 

本文来源及其他参考资料 见第二页

    内容分页 1 2
声明:本站所有文章,如无特殊说明或标注,均为本站原创发布。任何个人或组织,在未征得本站同意时,禁止复制、盗用、采集、发布本站内容到任何网站、书籍等各类媒体平台。如若本站内容侵犯了原著者的合法权益,可联系我们进行处理。