FredWst Posted October 31, 2013 Share Posted October 31, 2013 Hello, For those who get this ethernet card with device id 10d3. You need to patch device-id and subsystem-id to make it works natively. Under linux open terminal. sudo -s apt-get install ethtool ethtool -E eth0 magic 0x10D38086 offset 0x16 value 0x00 ethtool -E eth0 magic 0x10D38086 offset 0x17 value 0x00 ethtool -E eth0 magic 0x10D38086 offset 0x1A value 0xF6 Reboot and voila. Fred 2 Link to comment Share on other sites More sharing options...
khe91 Posted December 19, 2013 Share Posted December 19, 2013 Worked for me. Thanks Link to comment Share on other sites More sharing options...
takeawaydave Posted January 12, 2014 Share Posted January 12, 2014 Didn't work for me. Just done a fresh install of Mavericks on to a Supermicro X8DTL-6F with 2 of these babies. Checked the device id in windows (it checked out to be 10d3) and then ran ethtool from Ubuntu. Still no NIC's appear. Link to comment Share on other sites More sharing options...
aphex6b Posted March 26, 2014 Share Posted March 26, 2014 This worked for me, after booting again in Mavericks card uses /System/Library/Extensions/IONetworkingFamily.kext/Contents/PlugIns/Intel82574L.kext Link to comment Share on other sites More sharing options...
subjectdenied Posted June 17, 2014 Share Posted June 17, 2014 worked here too - my card is now recognized oob by osx Link to comment Share on other sites More sharing options...
maroder Posted January 31, 2015 Share Posted January 31, 2015 Thanks for this great information - I will try it later on. Out of curiosity: Which vaules would revert that change back to the default IDs? Link to comment Share on other sites More sharing options...
Recommended Posts