linux 网卡 eeprom,intel 的千兆网卡出现 The EEPROM Checksum Is Not Valid,不能用,解决的办法!...

T60系统安装好了linux系统,却加载不了intel千兆网卡驱动。看看是否可以帮助你

当用dmesg|grep e1000查看的信息如下

[ 30.239355] e1000: probe of 0000:02:00.0 failed with error -5

[ 2541.874552] e1000: 0000:02:00.0: e1000_probe: The EEPROM Checksum Is Not Valid

只要在加载驱动的时候加入参数 eeprom_bad_csum_allow=1即可解决问题

查看e1000驱动模块的参数:

modinfo -p e1000

debug:Debug level (0=none,...,16=all)

eeprom_bad_csum_allow:Allow bad EEPROM checksums

copybreak:Maximum size of packet that is copied to a new buffer on receive

KumeranLockLoss:Enable Kumeran lock loss workaround

SmartPowerDownEnable:Enable PHY smart power down

InterruptThrottleRate:Interrupt Throttling Rate

RxAbsIntDelay:Receive Absolute Interrupt Delay

RxIntDelay:Receive Interrupt Delay

TxAbsIntDelay:Transmit Absolute Interrupt Delay

TxIntDelay:Transmit Interrupt Delay

XsumRX:Disable or enable Receive Checksum offload

FlowControl:Flow Control setting

AutoNeg:Advertised auto-negotiation setting

Duplex:Duplex setting

Speed:Speed setting

RxDescriptors:Number of receive descriptors

TxDescriptors:Number of transmit descriptors

修改 /etc/modprobe.conf文件,加入一行:

options e1000 eeprom_bad_csum_allow=1

然后执行这两条命令

modprobe -r e1000

modprobe e1000

即可解决问题。

  • 0
    点赞
  • 1
    收藏
    觉得还不错? 一键收藏
  • 0
    评论

“相关推荐”对你有帮助么?

  • 非常没帮助
  • 没帮助
  • 一般
  • 有帮助
  • 非常有帮助
提交
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值