hnak Posted August 7, 2010 Author Share Posted August 7, 2010 I have tried this over and over again on 10.5.7, but still not working... Any help? ID 0x10EA8086, Intel 82577LM. Is the driver loaded successfully ? Will you check number of input/output packets using Network Utility app ? Hi, I'm currently using the kext from ktbos and it's working ok except I can't set jumbo frames.I've tried your kext, It does let me set the frames but actually It's not working with my card (82574L PCI-E, device id 0x10d3). It is detected and I can set all the network parameters but I cannot ping anything. Any advice? Thanks! I confirmed that. I will check the code. Link to comment Share on other sites More sharing options...
petopay Posted August 7, 2010 Share Posted August 7, 2010 Is the driver loaded successfully ?Will you check number of input/output packets using Network Utility app ? The driver loads and I get DHCP IP, but when I plug my Cable, it doesn't connect and no Server is found. One time it gave me Kernel Panic. Link to comment Share on other sites More sharing options...
hnak Posted August 7, 2010 Author Share Posted August 7, 2010 The driver loads and I get DHCP IP, but when I plug my Cable, it doesn't connect and no Server is found. One time it gave me Kernel Panic. it sounds a bit strange, because a cable must be plugged to acquire DHCP IP. If you get an IP address starting with 169.xxx, it means that DHCP failed. Does my old version (1.0.4) or any other driver work for you ? Link to comment Share on other sites More sharing options...
petopay Posted August 7, 2010 Share Posted August 7, 2010 it sounds a bit strange, because a cable must be plugged to acquire DHCP IP.If you get an IP address starting with 169.xxx, it means that DHCP failed. Does my old version (1.0.4) or any other driver work for you ? Where can I find it? Right now am using modified Intel82566MM.kext which fails upon restart unless I delete Ethernet in Network Preferences and add again to function. By far almost all irregular Kernel Panics are caused by ethernet. Link to comment Share on other sites More sharing options...
hnak Posted August 7, 2010 Author Share Posted August 7, 2010 Where can I find it? Right now am using modified Intel82566MM.kext which fails upon restart unless I delete Ethernet in Network Preferences and add again to function. By far almost all irregular Kernel Panics are caused by ethernet. Try 1.0.3, whose link is available in the first post of this thread. Link to comment Share on other sites More sharing options...
petopay Posted August 7, 2010 Share Posted August 7, 2010 Try 1.0.3, whose link is available in the first post of this thread. It's not working at all, even tried modding it to work but to no avail. What could be possibly wrong? When I set up Network for Intel82566MM.kext, first it automatically generates DHCP IP 169... and when I plug in cable, the real IP is shown and it gets connected to the internet. But AppleIntelE1000e.kext is unable to connect to the internet. Link to comment Share on other sites More sharing options...
hnak Posted August 8, 2010 Author Share Posted August 8, 2010 Hi, I'm currently using the kext from ktbos and it's working ok except I can't set jumbo frames.I've tried your kext, It does let me set the frames but actually It's not working with my card (82574L PCI-E, device id 0x10d3). It is detected and I can set all the network parameters but I cannot ping anything. Any advice? Thanks! I just uploaded 1.2.10-1. Though not fully tested, it works with small packets even jumbo frame is specified, at least. It's not working at all, even tried modding it to work but to no avail. What could be possibly wrong?When I set up Network for Intel82566MM.kext, first it automatically generates DHCP IP 169... and when I plug in cable, the real IP is shown and it gets connected to the internet. But AppleIntelE1000e.kext is unable to connect to the internet. :censored2: Check to see if 1.2.10-1 works. If not, I will check after coming back from vacation. Link to comment Share on other sites More sharing options...
xbb Posted August 8, 2010 Share Posted August 8, 2010 Working, thanks! Jumbo frames enabled, sleep working too. Link to comment Share on other sites More sharing options...
Dreamwatcher Posted August 9, 2010 Share Posted August 9, 2010 thanks updated to 1.2.10 ! good working !! Link to comment Share on other sites More sharing options...
wayover Posted August 9, 2010 Share Posted August 9, 2010 Thanks! please check link to sources in readme.txt(http://osx86drivers.sourceforge.net/) Link to comment Share on other sites More sharing options...
hnak Posted August 13, 2010 Author Share Posted August 13, 2010 Thanks! please check link to sources in readme.txt(http://osx86drivers.sourceforge.net/) Go to source link ( http://sourceforge.net/projects/osx86drivers/files/ ) and click "Develop" to show how to get the source code. In short, use subversion as follows to get the source code ( of all the projects ) svn co https://osx86drivers.svn.sourceforge.net/sv...ot/osx86drivers osx86drivers Link to comment Share on other sites More sharing options...
wayover Posted August 14, 2010 Share Posted August 14, 2010 Go to source link ( http://sourceforge.net/projects/osx86drivers/files/ ) and click "Develop" to show how to get the source code.In short, use subversion as follows to get the source code ( of all the projects ) svn co https://osx86drivers.svn.sourceforge.net/sv...ot/osx86drivers osx86drivers It's easy way to get source code. Thanks a lot! Link to comment Share on other sites More sharing options...
SS_G Posted May 10, 2011 Share Posted May 10, 2011 How to make 82575EB working? I have Intel® Workstation Board S5520SC. Link to comment Share on other sites More sharing options...
hnak Posted May 12, 2011 Author Share Posted May 12, 2011 A new version based on 1.3.10a has been tested and uploaded ( in the first post of this topic ). It took some time to install a working SandyBridge system on my DH67CF for testing. Link to comment Share on other sites More sharing options...
dontblinknow Posted May 28, 2011 Share Posted May 28, 2011 Thought I'd add my experiences with this kext as well. In general the driver seems to work fine, however with a good amount of network traffic, I can cause it to get into a kernel panic relatively quickly. I can do this by running utorrent on mac for a download that takes a long time (try a 4 GB iso for example). I'm running 10.6.7 with a Asus P8P67 Pro/intel 2600k cpu. My kernel panics always have the error along the lines of "m_free: freeing an already freed mbuf" Anyone else see this behavior? Link to comment Share on other sites More sharing options...
hnak Posted May 29, 2011 Author Share Posted May 29, 2011 My kernel panics always have the error along the lines of "m_free: freeing an already freed mbuf" Are there any console messages right before that ? Let me know whether the following build makes any difference. http://www.mediafire.com/?bgav3ib4i9gmkm6 Link to comment Share on other sites More sharing options...
dontblinknow Posted June 4, 2011 Share Posted June 4, 2011 Are there any console messages right before that ? Let me know whether the following build makes any difference. http://www.mediafire.com/?bgav3ib4i9gmkm6 Nothing telling in the console messages. This only happens when I use a network intensive application like uTorrent. It was happening within the first 30 minutes on a big torrent (> 10 GB) with the latest version of uTorrent, but after going back to an older version the mean time of failure is now about 6-8 hours. I'll take a picture of the actual kernel panic next time if that helps. Thanks for the new build. I'll try running it and see if it makes a difference. Link to comment Share on other sites More sharing options...
dontblinknow Posted June 4, 2011 Share Posted June 4, 2011 Nothing telling in the console messages. This only happens when I use a network intensive application like uTorrent. It was happening within the first 30 minutes on a big torrent (> 10 GB) with the latest version of uTorrent, but after going back to an older version the mean time of failure is now about 6-8 hours. I'll take a picture of the actual kernel panic next time if that helps. Thanks for the new build. I'll try running it and see if it makes a difference. Kernel panic occurred again, but I was unfortunately not able to capture the image. Will try to do so if it happens again, but for now this build does not fix the issue. Link to comment Share on other sites More sharing options...
dontblinknow Posted June 4, 2011 Share Posted June 4, 2011 Kernel panic occurred again, but I was unfortunately not able to capture the image. Will try to do so if it happens again, but for now this build does not fix the issue. I think that previous kernel panic may have been a fluke. Been running now for over 6 hours with no issues with the new build you posted. Will let you know if there are any other issues but it seems very promising. Link to comment Share on other sites More sharing options...
dontblinknow Posted June 5, 2011 Share Posted June 5, 2011 I think that previous kernel panic may have been a fluke. Been running now for over 6 hours with no issues with the new build you posted. Will let you know if there are any other issues but it seems very promising. Been running over 24 hours now, and no issues. Thanks for the fix! Link to comment Share on other sites More sharing options...
hnak Posted June 6, 2011 Author Share Posted June 6, 2011 Been running over 24 hours now, and no issues. Thanks for the fix! Good to hear that ! I updated the first post link. Link to comment Share on other sites More sharing options...
VooD Posted June 10, 2011 Share Posted June 10, 2011 Good to hear that !I updated the first post link. So are 82579 nics finally working fast and stable? Link to comment Share on other sites More sharing options...
hnak Posted June 11, 2011 Author Share Posted June 11, 2011 So are 82579 nics finally working fast and stable? Though I don't have the answer, I am using this kext myself regularly on DH67CF and DZ68DB. Link to comment Share on other sites More sharing options...
VooD Posted June 11, 2011 Share Posted June 11, 2011 Though I don't have the answer, I am using this kext myself regularly on DH67CF and DZ68DB. Thanks for the answer, other user also reported is working perfectly with 82579. Link to comment Share on other sites More sharing options...
hnak Posted June 19, 2011 Author Share Posted June 19, 2011 Code base updated to 1.3.17. Link to comment Share on other sites More sharing options...
Recommended Posts