InfiniteMac OSx86

InfiniteMac OSx86 (http://infinitemac.com/forum.php)
-   Snow Leopard 10.6 (http://infinitemac.com/forumdisplay.php?f=87)
-   -   [How to] Intel GMA X3100 with SLEEP ENABLED AND WORKING! WITHOUT DSDT (http://infinitemac.com/showthread.php?t=4321)

slic 10-04-2009 04:21 PM

[How to] Intel GMA X3100 with SLEEP ENABLED AND WORKING! WITHOUT DSDT
 
hi guys,
I finally get working sleep on Intel GMA X3100 without DSDT.

[How to get working Intel GMA X3100 with SLEEP ENABLED]

1. If you have DSDT.aml DELETE IT!

2. Download this package and install it!
http://www.box.net/shared/gpenrnnxmh

3. Now download this kext and install it with kext helper
http://www.box.net/shared/cki6fmrzct

That's all! Your X3100 now working without DSDT with QE/CI and SLEEP! Enjoy!


[If you have VoodooHDA continue with these steps!]
Because VoodoHDA not correctly working after wake. This is fix.

1. Download this archive and extract it to Desktop
http://www.box.net/shared/s73aqgmxh2

2. Install sleepwarcher.pkg and then SleepWatcher StartupItem.pkg

3. Now open terminal and type these 2 commands
sudo rm -rf rm -rf /etc/rc.wakeup
sudo cp -R Desktop/VoodooHDA\ Sound\ Fix/rc.wakeup /etc


OK!, now sound working after wake!

[Possible issues]
Touchpad after wake don't working correctly, tapping don't working. Fix for this: Install FFScroll
Keyboard keeps typing 7 or another number until random key pressed. Fix for this: Install PS2Controller and PS2Nub from FFScroll
Finder don't run properly. Fix for this: Remove /Users/Username/Library/Preferences/com.apple.finder.plist

...
...
...

slic 10-05-2009 04:12 AM

Nice, im installed FFScroll and issues with touchpad and keyboard fixed!

SaCleoCheater 10-05-2009 09:21 AM

Thanks :) Sound now works fine after sleep.

Quote:

sudo rm -rf rm -rf /etc/rc.wakeup
sudo cp -R Desktop/VoodooHDA\ Sound\ Fix/rc.wakeup /etc
Improved code:
Code:

sudo -s
cd /etc; rm rc.wakeup #If you recieve an error here (file not found), that is not a problem.
cp ~/Downloads/VoodooHDA\ Sound\ Fix/rc.wakeup .


SaCleoCheater 10-05-2009 10:10 AM

If you are using VoodooHDA in /Extra/Extensions, make sure you edit rc.wakeup so that the kext location is /Extra/Extensions and permissions are correct.

Also, make sure AppleHDA.kext is deleted from /S/L/E or you will receive a KP on wake and reboot.