InfiniteMac OSx86  


Reply
 
Thread tools Display modes
  #1  
Old 10-04-2009, 04:21 PM
slic's Avatar
slic slic is offline
Jaguar
 
Join Date: Aug 2009
Location: Prague, Czech Republic
Posts: 93
[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

...
...
...

Last edited by slic; 10-06-2009 at 05:19 PM.
Reply With Quote
  #2  
Old 10-05-2009, 04:12 AM
slic's Avatar
slic slic is offline
Jaguar
 
Join Date: Aug 2009
Location: Prague, Czech Republic
Posts: 93
Nice, im installed FFScroll and issues with touchpad and keyboard fixed!
Reply With Quote
  #3  
Old 10-05-2009, 09:21 AM
SaCleoCheater's Avatar
SaCleoCheater SaCleoCheater is offline
 
Join Date: Apr 2009
Location: Earth
Posts: 187
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 .

My Specs
System: Custom Built
Mobo: ASRock Z68 Extreme4 Gen3
OS:Mac OS X MountainLion 10.8.2 & Windows 7 Ultimate x64
CPU: Intel Core i7 2600k @ 4.2GHz
Memory: 16GB DDR3 XMS3 1600MHz
Graphics Card: AMD Radeon HD 6870 1GB

Email/Gtalk:
[email protected]

Last edited by SaCleoCheater; 10-05-2009 at 09:23 AM.
Reply With Quote
  #4  
Old 10-05-2009, 10:10 AM
SaCleoCheater's Avatar
SaCleoCheater SaCleoCheater is offline
 
Join Date: Apr 2009
Location: Earth
Posts: 187
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.



💡 Deploy cloud instances seamlessly on DigitalOcean. Free credits ($100) for InfMac readers.


My Specs
System: Custom Built
Mobo: ASRock Z68 Extreme4 Gen3
OS:Mac OS X MountainLion 10.8.2 & Windows 7 Ultimate x64
CPU: Intel Core i7 2600k @ 4.2GHz
Memory: 16GB DDR3 XMS3 1600MHz
Graphics Card: AMD Radeon HD 6870 1GB

Email/Gtalk:
[email protected]
Reply With Quote
Reply