0votes
1 answer
260views
Intel X520 EEPROM patcher: flipping the bit at offset 0x58 to accept any SFP+ module on every OS
Intel X520 (82599) cards enforce a list of approved SFP+ modules; under Linux the ixgbe parameter helps, but on Windows or ESXi there is no such option. The gist provides a Python script that reads the card EEPROM with ethtool -e and sets bit 0 of the byte at offset 0x58 (0 = Intel modules only, 1…