
03-14-2008, 10:50 PM
|
 |
|
|
Join Date: Jan 2008
Location: Spain
Posts: 450
|
|
edit the info.plist , and you will see something like this
Quote:
<key>IOPCIPrimaryMatch</key>
<string>0x00f010de&0xfff0ffff 0x019010de&0xfff0ffff 0x040010de&0xfff0ffff 0x042010de&0xfff0ffff 0x06e010de&0xfff0ffff 0x060010de&0xffe0ffff</string>
<key>IOProbeScore</key>
|
put only your device id
Quote:
<key>IOPCIPrimaryMatch</key>
<string>0x066110de</key>
|
copy your kext into the desktop, right click and "show pkg ...", and edit with textedit the info.plist. Then install again the kext using kexthelper or via terminal.
|