cloudy, on Apr 13 2006, 03:34 PM, said:
>> Now open Terminal.app and type in the following line and press Enter key.
sudo vi /System/Library/Extensions/IONetworkingFamily.kext/Contents/PlugIns/AppleIntel8255x.kext/Contents/Info.plist
>> you will be prompted to enter your password. do it.
>> press 'J' key to move down your cursor and you will find something like the following.
<key>IOPCIMatch</key>
<string>0x10518086 0x10508086 0x10298086 0x10308086&0xfff0ffff 0x12098086 0x12278086 0x12288086 0x12298086 0x24498086 0x24598086 0x245d8086 0x10918086 0x10608086&0xfff0ffff</string>
>> In vi mode you can move your cursor up and down, or right and left using J(down), K(up), H(left) and L(right) keys.
>> insert your device ID and venderID somewhere else. mine is 0x10928086, eg, my deviceID is 1092 and venderID is 8086.
>> to insert, press 'I' key and now you are in inserting mode, now write your ID. If done, then press 'ESC' key to exit from inserting mode.
>> If all went good, its time to save. write ':wq!' to save and exit vi mode.
>> if something went wrong, use 'X' key to delete letters or write ':q!' to quit vi mode unsaved.
>> now, write the following line on Terminal.app to clear kext cache.
rm /System/Library/Extensions.*
>> Quit the Termunal.app.
>> Open DiskUtility, and perform permission repair.
>> Reboot your machine.
Thanks! Work for me



Sign In
Create Account









