jjzjj

Intel(R) Ethernet Controller I225-V linux5.4支持

我们新板卡使用了Intel(R)EthernetControllerI225-V网卡,使用的内核版本是linux-5.4.0,但是加载igc驱动后,报错igc:probeof0000:01:00.0failedwitherror-2分析igc驱动源码后,发现读出来的phyid是0x67C9DCC0,驱动源码中igc_init_phy_params_base函数发现,并不支持这个PHYID,代码如下: /*Verifyphyidandsetremainingfunctionpointers*/ switch(phy->id){ caseI225_I_PHY_ID: phy->type =igc

Intel(R) Ethernet Controller I225-V linux5.4支持

我们新板卡使用了Intel(R)EthernetControllerI225-V网卡,使用的内核版本是linux-5.4.0,但是加载igc驱动后,报错igc:probeof0000:01:00.0failedwitherror-2分析igc驱动源码后,发现读出来的phyid是0x67C9DCC0,驱动源码中igc_init_phy_params_base函数发现,并不支持这个PHYID,代码如下: /*Verifyphyidandsetremainingfunctionpointers*/ switch(phy->id){ caseI225_I_PHY_ID: phy->type =igc