jhyang

Members
  • Posts

    3
  • Joined

  • Last visited

jhyang's Achievements

Noob

Noob (1/14)

1

Reputation

  1. Hi, this is a brief steps 1. need a dos disk. I choose a portable disk with "rufus" 2. copy eeupdate (eg. 5.29.10.5) 3. start from the removable disk 4. key in eeupdate /gui. 5. select i219-v, enter. -> Raw EEPROM - Extended, enter 6. Editing EEPROM, at line 2, edit the fourth and sixth byte (0x0B & 0x0D) 7. backup first. F3-Dump To File product INTEL I219_LM 0x156f I219-LM Ethernet Connection product INTEL I219_V 0x1570 I219-V Ethernet Connection product INTEL I219_LM2 0x15b7 I219-LM Ethernet Connection product INTEL I219_V2 0x15b8 I219-V Ethernet Connection product INTEL I219_LM3 0x15b9 I219-LM Ethernet Connection product INTEL I219_LM7 0x15bb I219-LM Ethernet Connection product INTEL I219_V7 0x15bc I219-V Ethernet Connection product INTEL I219_LM6 0x15bd I219-LM Ethernet Connection product INTEL I219_V6 0x15be I219-V Ethernet Connection product INTEL I219_V5 0x15d6 I219-V Ethernet Connection product INTEL I219_LM4 0x15d7 I219-LM Ethernet Connection product INTEL I219_V4 0x15d8 I219-V Ethernet Connection product INTEL I219_LM5 0x15e3 I219-LM Ethernet Connection 8. I edit both to 0x15b7, then Checksums 9. esc and save. you can do 'eeprom test' to check if it pass. 10. 'Select A device' to see if it is effective.
  2. update my solutions fyi. 1. add "modprobe e1000 eeprom_bad_csum_allow=1" into go file, failed Problem with e1000: EEPROM Checksum Is Not Valid 2. modify i219v to i219-LM via eeupdate, now it works. hopefully can help someone. i hide the mac address. root@Tower:~# dmesg | grep e1000e [ 18.642910] e1000e: Intel(R) PRO/1000 Network Driver - 3.2.6-k [ 18.643344] e1000e: Copyright(c) 1999 - 2015 Intel Corporation. [ 18.643923] e1000e 0000:00:1f.6: Interrupt Throttling Rate (ints/sec) set to dynamic conservative mode [ 18.899380] e1000e 0000:00:1f.6 0000:00:1f.6 (uninitialized): registered PHC clock [ 18.975021] e1000e 0000:00:1f.6 eth1: (PCI Express:2.5GT/s:Width x1) 88:88:88:88:88:88 [ 18.975024] e1000e 0000:00:1f.6 eth1: Intel(R) PRO/1000 Network Connection [ 18.975080] e1000e 0000:00:1f.6 eth1: MAC: 12, PHY: 12, PBA No: FFFFFF-0FF [ 20.777124] e1000e 0000:00:1f.6 eth1: removed PHC [ 21.295254] e1000e: Intel(R) PRO/1000 Network Driver - 3.2.6-k [ 21.295256] e1000e: Copyright(c) 1999 - 2015 Intel Corporation. [ 21.295520] e1000e 0000:00:1f.6: Interrupt Throttling Rate (ints/sec) set to dynamic conservative mode [ 21.509554] e1000e 0000:00:1f.6 0000:00:1f.6 (uninitialized): registered PHC clock [ 21.591988] e1000e 0000:00:1f.6 eth0: (PCI Express:2.5GT/s:Width x1) 88:88:88:88:88:88 [ 21.591993] e1000e 0000:00:1f.6 eth0: Intel(R) PRO/1000 Network Connection [ 21.592048] e1000e 0000:00:1f.6 eth0: MAC: 12, PHY: 12, PBA No: FFFFFF-0FF [ 24.989268] e1000e: eth0 NIC Link is Up 1000 Mbps Full Duplex, Flow Control: Rx/Tx
  3. Hi bro, I have a new build with ASUS Z270i motherboard, included i219v. but it can't work on unraid 6.8.1. root@Tower:/home/e1000e-3.6.0# dmesg | grep e1000e [ 13.948379] e1000e: Intel(R) PRO/1000 Network Driver - 3.2.6-k [ 13.949416] e1000e: Copyright(c) 1999 - 2015 Intel Corporation. [ 13.950097] e1000e 0000:00:1f.6: Interrupt Throttling Rate (ints/sec) set to dynamic conservative mode [ 14.171827] e1000e 0000:00:1f.6: The NVM Checksum Is Not Valid [ 14.212863] e1000e: probe of 0000:00:1f.6 failed with error -5 https://unix.stackexchange.com/questions/294753/intel-ethernet-connection-i219-v-not-working-under-linux-on-an-asuspro-b-laptop unfortunately, I can't use yum, apt, etc. so that I can't make it. is it possible to be solved?