Jump to content
2 posts in this topic

Recommended Posts

  • 4 months later...

hey... you need to change the IONetworkingFamily.kext for the one I attached, repair permission. The follow this guide and good luck :thumbsup_anim:

 

Open up terminal.

and write:

CODE

 

sudo vi /System/Library/Extensions/IONetworkingFamily.kext/Contents/PlugIns/AppleIntel8255x.kext/Contents/Info.plist

 

it will prompt for password.

 

move with cursor keys and you will find this section:

<key>IOPCIMatch</key>

<string>0x10518086 0x10508086 "0x27dc8086" 0x10298086 0x10308086&0xfff0ffff 0x12098086 0x12278086 0x12288086 0x12298086 0x24498086 0x24598086 0x245d8086 0x10918086 0x10608086&0xfff0ffff</string>

 

You will need to add " " text.

 

to add text in vi, you'll need to push "i" key - to get into "insert" mode.

if you got it there, pres ESC and write ":wq!" to exit vi editor and save changes.

 

now, you'll need to clear kext cache, so when osx will start, it will rebuild with your changes.

this is the command:

CODE

 

sudo rm /System/Library/Extensions.*

Repair permissions and restart

IONetworkingFamily_10.4.3.kext.zip

×
×
  • Create New...