dingguijin Posted October 1, 2008 Share Posted October 1, 2008 After around one month part-time work. I ported the Linux e1000e driver to my Laptop (Lenovo T61p) running Hackintocsh Mac OS X (Leopard 10.5.3). Detail in my blog http://techresearchinfo.blogspot.com. Guijin Ding Link to comment Share on other sites More sharing options...
Donw35 Posted October 2, 2008 Share Posted October 2, 2008 **UPDATE** Working on the DC7700 Intel 82556DM, my bad for not following the instructions closely. I am only getting speeds of 10mb, not 100 or 1000 even when I force the speed its only 10 Tried it on my HP DC7700 with a 82556DM, no workie.. Link to comment Share on other sites More sharing options...
sanford Posted October 3, 2008 Share Posted October 3, 2008 hi Dingguijin,thank you for your hardwork on this driver! I tried your driver with Lenovo X61,though it has the same NIC with your T61P, I could not get it work. Could you tell me how to install the driver correctly? thanks Link to comment Share on other sites More sharing options...
rel22 Posted October 3, 2008 Share Posted October 3, 2008 Tried on my Dell Vostro 200 with Intel 82562V-2 (DevID: 0x10C0 VenID:0x8086) chip. Had to change "OSBundleLibraries" in Info.plist - took them from AppleIntel8254x.kext I use Leo4All v3 (10.5.2). Thank you for your work!! I can make some test if you need. Link to comment Share on other sites More sharing options...
dvil Posted October 3, 2008 Share Posted October 3, 2008 Tested in an Intel DP965LT motherboard with an Intel 82566DC onboard NIC, after adding the deviceid (0x104b8086) I'm happy to report a working ethernet conection. Great work dingguijin !!! Cheers Link to comment Share on other sites More sharing options...
Cupid Posted October 3, 2008 Share Posted October 3, 2008 CONFIRM WORKING!!! Intel 82566 DC-2 (0x294c8086) Thanks for the great kext!!!! Link to comment Share on other sites More sharing options...
Nick7 Posted October 3, 2008 Share Posted October 3, 2008 With 10.5.2 kernel I get following error when I try to load driver: kextload: cannot resolve dependencies for kernel extension /System/Library/Extensions/Intel82566MM.kext From that page I see people say I should upgrade to 10.5.3? Any way to make it work on 10.5.2? Link to comment Share on other sites More sharing options...
dingguijin Posted October 3, 2008 Author Share Posted October 3, 2008 I am running on OSX 10.5.3. Could share your kextstat ooutput to me in your OSX 10.5.2? Maybe I can downgrade the dependency version. Link to comment Share on other sites More sharing options...
Benjan Posted October 3, 2008 Share Posted October 3, 2008 With 10.5.2 kernel I get following error when I try to load driver:kextload: cannot resolve dependencies for kernel extension /System/Library/Extensions/Intel82566MM.kext From that page I see people say I should upgrade to 10.5.3? Any way to make it work on 10.5.2? seems not work for 82567lm here on 10.5.5 Link to comment Share on other sites More sharing options...
dingguijin Posted October 3, 2008 Author Share Posted October 3, 2008 How to change OSBundleLibraries item in Info.plist? Try the following steps: 1) run kextstat to catch your system information and especially the version of com.apple.iokit.IONetworkingFamily, com.apple.iokit.IOPCIFamily, com.apple.kpi.bsd, com.apple.kpi.iokit, com.apple.kpi.libkern, com.apple.kpi.mach. 2) Go to the directory of Intel82566MM.kext/Contents and replace the version string with your system's. On my OSX (10.5.3) the version string should be: <key>OSBundleLibraries</key> <dict> <key>com.apple.iokit.IONetworkingFamily</key> <string>1.6.0</string> <key>com.apple.iokit.IOPCIFamily</key> <string>2.4.1</string> <key>com.apple.kpi.bsd</key> <string>9.3.0</string> <key>com.apple.kpi.iokit</key> <string>9.3.0</string> <key>com.apple.kpi.libkern</key> <string>9.3.0</string> <key>com.apple.kpi.mach</key> <string>9.3.0</string> </dict> For 82567LM, what is the deviceid? Checkout the latest package from http://techresearchinfo.blogspot.com. Info.plist update to support all kinds of e1000e ethernet chips. <string>0x105E8086 0x105F8086 0x10608086 0x10D98086 0x10DA8086 0x10A48086 0x10D58086 0x10A58086 0x10BC8086 0x107D8086 0x107E8086 0x107F8086 0x10B98086 0x108B8086 0x108C8086 0x109A8086 0x10D38086 0x10968086 0x10988086 0x10BA8086 0x10BB8086 0x10498086 0x104A8086 0x104B8086 0x104C8086 0x10C48086 0x10C58086 0x104D8086 0x10BF8086 0x10F58086 0x10CB8086 0x10BD8086 0x10E58086 0x294C8086 0x10C08086 0x10C38086 0x10C28086 0x10CC8086 0x10CD8086 0x10CE8086 0x10DE8086 0x10DF8086</string> But I did not test any one except the 0x10498086 (that in my laptop :-)). Link to comment Share on other sites More sharing options...
sanford Posted October 3, 2008 Share Posted October 3, 2008 big thanks! I have got Intel82566MM worked on 10.5.2! you just need to modify the Info.plist as follows: On my OSX (10.5.2) the version string should be: <key>OSBundleLibraries</key> <dict> <key>com.apple.iokit.IONetworkingFamily</key> <string>1.6.0</string> <key>com.apple.iokit.IOPCIFamily</key> <string>2.4.1</string> <key>com.apple.kpi.bsd</key> <string>9.2.2</string> <key>com.apple.kpi.iokit</key> <string>9.2.2</string> <key>com.apple.kpi.libkern</key> <string>9.2.2</string> <key>com.apple.kpi.mach</key> <string>9.2.2</string> </dict> Link to comment Share on other sites More sharing options...
Nick7 Posted October 3, 2008 Share Posted October 3, 2008 After change to Info.plist working here on 10.5.2 too! Link to comment Share on other sites More sharing options...
realityiswhere Posted October 3, 2008 Share Posted October 3, 2008 Confirmed working on 10.5.5 for 00:19.0 Ethernet controller [0200]: Intel Corporation 82566DC Gigabit Network Connection [8086:104b] (rev 02) Thanks so much for your awesome work dingguijin ! It's super-appreciated! I can remove my 3com pci card from my desktop now. Again, many thanks! Link to comment Share on other sites More sharing options...
YandaPanda Posted October 3, 2008 Share Posted October 3, 2008 I have been waiting for this kext for quite a while. Installed it on an Intel DG965-WH motherboard and didn't even get to close the "KextHelper" interface window before I was notified that a new ethernet connection had been detected. A simple matter of disconnecting my USB wireless (Linksys) device and selecting the "new" connection got me up and running. I didn't have to tamper with any scripts---I just installed the kext and the wired ethernet started working!! I am using Kalyway (10.5.5), recently updated from a 10.5.1 install (yes, I did update to 10.5.2, 10.5.3 qnd 10.5.4 when those updates were released). Link to comment Share on other sites More sharing options...
Benjan Posted October 4, 2008 Share Posted October 4, 2008 my 82567LM works now, on 10.5.5 ideneb. big thanks. Link to comment Share on other sites More sharing options...
Cupid Posted October 4, 2008 Share Posted October 4, 2008 I have use your kext for a while now. Thankss!!! Problem: After wakeup from sleep, the connection lost but ethernet still connected. I have to restart to get the internet working. Ethernet still connect at 100 mbps even I select 10 mbps but it is not a problem.... Link to comment Share on other sites More sharing options...
dingguijin Posted October 4, 2008 Author Share Posted October 4, 2008 I have use your kext for a while now. Thankss!!! Problem: After wakeup from sleep, the connection lost but ethernet still connected. I have to restart to get the internet working. Ethernet still connect at 100 mbps even I select 10 mbps but it is not a problem.... Yes, It can not resume from sleep, PM not support. And it still can not accept software force the SPEED/MODE (FD,HD). Simply based on link status and retry to negotiation with the peer when soft try to set. Link to comment Share on other sites More sharing options...
riccardo70 Posted October 4, 2008 Share Posted October 4, 2008 I have a 82566DC but does not work ... I just change only OSBundleLibrary or also the DEVICE ID 0x294c8086? please help me!!! Link to comment Share on other sites More sharing options...
riccardo70 Posted October 4, 2008 Share Posted October 4, 2008 all OK!!!!! confirm enother one WORK!!!!...my device is "INTEL 82566DC - 2 Gigabit Network Connection" with IATKOS 4i (10.5.4) .....finally the ethernet working. very very very very tanks dingguijin you are great ...tank you! My PC : HP PAVILON m8160 - QUAD CORE Q6600 2.4 GHz - NVIDIA 8500GT Link to comment Share on other sites More sharing options...
hobbit-sv Posted October 4, 2008 Share Posted October 4, 2008 This is to report an Intel 82566MM Gigabit working OK!. Installed in HP Compaq 6910p running Kaliway 10.5.4. Thanks for the good work on this kext. Link to comment Share on other sites More sharing options...
Flatfoot Posted October 4, 2008 Share Posted October 4, 2008 Hi Riccardo70, Could you explain me how to install this drivers step by step? I have a HP Pavillon m8125X with the same ethernet card and I don't know what to do with this files. Thanks for your help! Link to comment Share on other sites More sharing options...
SticMAC™ Posted October 4, 2008 Share Posted October 4, 2008 Has anybody PM'ed BigDADDYRob, to let him know he can update his signature now!! StiCMAN Link to comment Share on other sites More sharing options...
chriswong Posted October 4, 2008 Share Posted October 4, 2008 I have a Lenovo X200, but still no clue how it works.. tried to install by kexthelper b7 but failed.. Link to comment Share on other sites More sharing options...
kytzu Posted October 4, 2008 Share Posted October 4, 2008 Hi Riccardo70, Could you explain me how to install this drivers step by step? I have a HP Pavillon m8125X with the same ethernet card and I don't know what to do with this files. Thanks for your help! put the *.kext file on your desktop and use pcwiz's tool (kext installer button) and install it on osx partition and reboot. Link to comment Share on other sites More sharing options...
chriswong Posted October 4, 2008 Share Posted October 4, 2008 Just installed on Lenovo X200 (Centrino 2) and finally works! I work it on kext helper 0.7 Unzip and open Intel82566MM folder copy the Intel82566.kext folder to kext helper 0.7 easy install then a new ethernet is detected! As simple as that! Link to comment Share on other sites More sharing options...
Recommended Posts