Jump to content
9 posts in this topic

Recommended Posts

  • 9 months later...

Hi, my mobo is Intel DP35DP, the integrated NIC is 82566DC Gigabit Ethernet Controller, and use this kext for intallation

http://www.imconverter.com/intel82566mm/In...6MM.kext.tar.gz, after extract this, configure the Intel82566MM.kext/Contents/Info.plist file like this:

 

<key>OSBundleLibraries</key>

<dict>

<key>com.apple.iokit.IONetworkingFamily</key>

<string>1.6.1</string>

<key>com.apple.iokit.IOPCIFamily</key>

<string>2.5</string>

<key>com.apple.kpi.bsd</key>

<string>9.6.0</string>

<key>com.apple.kpi.iokit</key>

<string>9.6.0</string>

<key>com.apple.kpi.libkern</key>

<string>9.6.0</string>

<key>com.apple.kpi.mach</key>

<string>9.6.0</string>

</dict>

<key>OSBundleRequired</key>

 

with the kextstat we obtain the correct values for the parameters, then install the kext with kexthelper and thats all, good luck.

  • 2 weeks later...

hey..

can you please explain how you configured the above steps?

 

im new to this and i seem to be having the same problem with my ethernet driver.

 

everything is working fine, except that i cannot connect to the internet.

 

and the above steps seemed to have worked for another person, but i dont know where to start?

 

any help will be greatly appretiated.

 

thanks

Okay, listen up, you at the back of the class.. ;)

 

Download the above archive and un-archive it. The desktop or your downloads folder are nice places to unarchive things.

 

Download and install Apple Xcode or Plist Editor Pro (google it)

 

Download and install kexthelper or OSX86Tools (google it)

 

Right click on the .kext file and click 'show package contents', it will open like a folder (which it is)

 

Open the info.plist inside, as described in the above post

 

Open Terminal and type kextstat - look for the kernel extensions mentioned in the description in the above post

 

Edit the plist accordingly to match the version numbers of the kexts you have installed - as described in the above post.

 

save..

 

Run kexthelper or OSX86Tools and install the kext, reboot.

  • 2 months later...
×
×
  • Create New...