Hi J.Hwan, 3.6.7 should support eeprom write. The correct syntax is
ethtool -E eth5 magic 0x<device id><vendor id> offset 0x<offset> value 0x<value> length <length_of_change> So for example on X520 NIC: ethtool -E eth5 magic 0x10fb8086 offset 0x0ff0 value 0x00 will change the offset at x0ff0 to value 00. Just as a precaution, it's advisable to save your eeprom before making any changes: "ethtool -e ethX raw on > ethX.bin" Hope this helps, Stephen -----Original Message----- From: J.Hwan Kim [mailto:[email protected]] Sent: Thursday, October 06, 2011 7:54 PM To: [email protected] Subject: [E1000-devel] 82599 eeprom write routine Hi, everyone I'm searching 82599 eeprom write routine. In sourceforge.net, the recent version 3.6.7 seems not to contain the eeprom write routine. Where can I get the source code for writing eeprom routine? Thanks in advance. Best Regards, J.Hwan Kim ------------------------------------------------------------------------------ All of the data generated in your IT infrastructure is seriously valuable. Why? It contains a definitive record of application performance, security threats, fraudulent activity, and more. Splunk takes this data and makes sense of it. IT sense. And common sense. http://p.sf.net/sfu/splunk-d2dcopy2 _______________________________________________ E1000-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/e1000-devel To learn more about Intel® Ethernet, visit http://communities.intel.com/community/wired ------------------------------------------------------------------------------ All of the data generated in your IT infrastructure is seriously valuable. Why? It contains a definitive record of application performance, security threats, fraudulent activity, and more. Splunk takes this data and makes sense of it. IT sense. And common sense. http://p.sf.net/sfu/splunk-d2dcopy2 _______________________________________________ E1000-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/e1000-devel To learn more about Intel® Ethernet, visit http://communities.intel.com/community/wired
