Jump to content
4 posts in this topic

Recommended Posts

Hi everyone!

 

:P

 

I've tried the proccess 3 times, and all of them happened the same %¨&*... everything is running ok on 10.5.2 kalyway, but when I install the 10.5.4 update (I followed the guide here http://forum.insanelymac.com/index.php?showtopic=116805 , but mine computer is a Asus F3T laptop), the keyboard and touchpad stop working. If I conect a USB kit, it works normally.

 

Can anyone help me? Now, I installed back, again, 10.5.2 because at least, it works...

 

thanks in advance!

Edit the file /System/Library/Extensions/AppleACPIPlatform.kext/Contents/Plugins/ACPIPS2Nub.kext/Contents/Info.plist

 

Move down the bottom of the file, change driver.platform to 1.2.1, iokit.family to 1.2.0, kernel.libkern to 1.1 to match the version of the new AppleACPIPlatform

 

I`ve tried this solution, didn`t worked for me...

 

Edit the file /System/Library/Extensions/AppleACPIPlatform.kext/Contents/Plugins/ACPIPS2Nub.kext/Contents/Info.plist

 

Move down the bottom of the file, change driver.platform to 1.2.1, iokit.family to 1.2.0, kernel.libkern to 1.1 to match the version of the new AppleACPIPlatform

 

Here is the contents of my Info.plis. Couldn`t find the driver.platform. iokit changed to 1.2.0 and kernel.libkern was aready 1.1...

 

so, what about this driver.platform?

 

<?xml version="1.0" encoding="UTF-8"?>

<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">

<plist version="1.0">

<dict>

<key>CFBundleDevelopmentRegion</key>

<string>English</string>

<key>CFBundleExecutable</key>

<string>AppleACPIPS2Nub</string>

<key>CFBundleIdentifier</key>

<string>com.apple.driver.AppleACPIPS2Nub</string>

<key>CFBundleInfoDictionaryVersion</key>

<string>6.0</string>

<key>CFBundleName</key>

<string>AppleACPIPS2Nub</string>

<key>CFBundlePackageType</key>

<string>KEXT</string>

<key>CFBundleSignature</key>

<string>????</string>

<key>CFBundleVersion</key>

<string>1.0.0d1</string>

<key>IOKitPersonalities</key>

<dict>

<key>ACPI PS/2 Nub</key>

<dict>

<key>CFBundleIdentifier</key>

<string>com.apple.driver.AppleACPIPS2Nub</string>

<key>IOClass</key>

<string>AppleACPIPS2Nub</string>

<key>IONameMatch</key>

<array>

<string>PNP0303</string>

<string>PNP030B</string>

</array>

<key>IOProviderClass</key>

<string>IOACPIPlatformDevice</string>

<key>MouseNameMatch</key>

<array>

<string>PNP0F03</string>

<string>PNP0F0B</string>

<string>PNP0F0E</string>

<string>PNP0F13</string>

</array>

</dict>

</dict>

<key>OSBundleLibraries</key>

<dict>

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

<string>1.2.0</string>

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

<string>1.1</string>

</dict>

<key>OSBundleRequired</key>

<string>Root</string>

</dict>

</plist>

 

Hey!

 

Acctually, I don`t know which of the two tips "half-worked" cause the notebook`s keyboard is working now.

 

Only the touchpad isn`t working. Who can help me with this? ^^

 

ps.: I modified the file without the driver.platform part...

×
×
  • Create New...