| 
新配了块华擎J4105-ITX,网口只有一个,所以在网上买了I350,双口的网卡。 系统装的是    DSM version 6.2.3 25426    extra.lzma v0.13.3  
刚开始装上去,没显示,查看dmesg,发现加载驱动有问题。 
 
 Quote 
[Sun Jul 5 12:17:33 2020] igb 0000:01:00.0: enabling device (0000 -> 0002) 
[Sun Jul 5 12:17:33 2020] igb 0000:01:00.0: The NVM Checksum Is Not Valid 
[Sun Jul 5 12:17:33 2020] igb: probe of 0000:01:00.0 failed with error -5 
[Sun Jul 5 12:17:33 2020] igb 0000:01:00.1: enabling device (0000 -> 0002) 
[Sun Jul 5 12:17:33 2020] igb 0000:01:00.1: The NVM Checksum Is Not Valid 
[Sun Jul 5 12:17:33 2020] igb: probe of 0000:01:00.1 failed with error -5  
做了个WIN10 PE,可以正常识别网卡 本来打算修改源码去掉校验这段,重新编译驱动,编译成功后,加载提示insmod: error: could not insert module / lib / modules / update/ igb.ko : Invalid module format  
 中间不知道哪里出问题了,所以打算另寻它路。 经过反复搜索和测试,发现网上针对这个问题,还有另外一个方法,测试有效。  
 下载 intel bootUtil, 并且执行  
 Quote 
 
chmod +x ./bootutil64e sudo ./bootutil64e -NIC 1 -defcfg  
  
执行完后,重启,网卡恢复正常  
 
 
 
 |