Thanks everyone for the FeedBacks !
TheCrown wrote:1. i experienced the same as charles. after chamelion install onto my usb stick - there was no /extra folder. so i just copied the one from MacPNT to USB stick.
I will edit the first post !
TheCrown wrote:2. i had to switch to the stable DSDT.aml to make it through the install procedure.
I don't see why, but that was the right thing to try ... I will also update the first post ! thanks !
charles.atcher wrote:Do the .kexts from the /Extra folder get loaded at startup? Or do they need to be in the /S/L/E area? They aren't in the S/L/E folder.
That is the purpose of this folder : add kexts (sort of drivers) in a folder that can't be affected by updates. They are loaded by the bootloader as SLE ...
TheCrown wrote:nstall went great. Other than I have no sound, or Trackpoint. Not sure why just yet.
I had some issues with VoodooHDA.kext : it was not correctly "kextcached" by pfix ... can you try this command on terminal :
Code: Select all
sudo kextload /Volumes/"your HDD"/Extra/Extensions/VoodooHDA.kext
If now you have sound ... it is only a kextcache issue ...you can try "
KextUtility"
And finally Trackpoint ... as you can read on this forum ... this has been the trickiest issue I had :
- my X60T has no Trackpad (so i have to delete the trackpad.kext from /plugins inside the PS2 kext)
- In this configuration, the PS2 kext breaks sleep ... I have to use SleepWatcher to fix this ...
Can you trys this in terminal to see if it works :
Code: Select all
sudo kextload /Volumes/"Your HDD"/Extra/Extensions/AppleACPIPS2Nub.kext
sudo kextload /Volumes/"Your HDD"/Extra/Extensions/ApplePS2Controller.kext
if not you can replace the kext by the one from the second post of this tread (Silencer's post) and then run pfix or kextutility ...
Keep me posted !