Finally... Sleep Working!!!

Discussion of Mac OS X specifically on the IdeaPad S10-2

Moderator: SilverZero

Re: Finally... Sleep Working!!!

Postby mathis » Sun Aug 15, 2010 2:02 pm

Thanks for the idea with the modified fakesmc kext, iStat now shows the proper CPU temps which are between 40 and 50 deg Celsius -> awesome!

It is really important that you rebuild both extension caches, my netbook would not wake up properly even if I booted with the -f flag.

It also would be cool if the OP could visit this thread from time to time and said something.. Eg 10.6.4 support, which is non existant right now afaik! So stick with 10.6.3!
mathis
Beginner
 
Posts: 9
Joined: Thu May 06, 2010 1:20 am
Color and Model: S10-2 HD black
OS(s) installed: Snow Leopard and Ubuntu 10.04

Advertisement

Re: Finally... Sleep Working!!!

Postby ScotchFilm » Tue Aug 17, 2010 12:06 pm

mathis wrote:Eg 10.6.4 support, which is non existant right now afaik! So stick with 10.6.3!


Huh? I'm on 10.6.4…

____O
User avatar
ScotchFilm
Beginner
 
Posts: 9
Joined: Sun May 09, 2010 8:34 am
Color and Model: S10-2 Black
OS(s) installed: OS X 10.6.4

Re: Finally... Sleep Working!!!

Postby TauTau » Wed Aug 18, 2010 2:50 am

tried this also now. Since there's no mention what to enter as pmVersion for 10.6.4, I used 19. Did all the kext stuff, repaired permissions in Diskutility, aber reboot I get kernel panic "Version mis-match between Kernel and CPU PM".
Oh, and Airport didn't work after removing the Enabler...

Edit: in that current state I can't even boot with -x. Any way to repair this, or is a new install required? I think the directions aren't very clear, for example there's nowhere stated if or when to repair permissions, or that the .kexts have to be replaced when booted in -x. As an all-day Linux admin this tutorial should be do-able for me...
TauTau
Beginner
 
Posts: 18
Joined: Tue Mar 30, 2010 7:57 am
Color and Model: black S10-2
OS(s) installed: OSx 10.6.3

Re: Finally... Sleep Working!!!

Postby snarf » Wed Aug 18, 2010 3:02 am

TauTau wrote:Edit: in that current state I can't even boot with -x. Any way to repair this, or is a new install required? I think the directions aren't very clear, for example there's nowhere stated if or when to repair permissions, or that the .kexts have to be replaced when booted in -x. As an all-day Linux admin this tutorial should be do-able for me...


When you boot up, press f8 (shift?) to get to the boot options.
Then append pmVersion=20 for 10.6.4 OR pmVersion =0 to disable the sleep enabler

if you get stuck, drop me a PM
snarf
Novice
 
Posts: 21
Joined: Fri May 07, 2010 11:33 am
Color and Model: Red S10-2
OS(s) installed: Win XP + Snow Leopard

Re: Finally... Sleep Working!!!

Postby TauTau » Wed Aug 18, 2010 4:56 am

that worked... so pmVersion=20 is the right one for 10.6.4. However I get a crash on wakeup, I'll see if a -v tells me more.

Edit: The first line of the kernel panic is garbled with fragments of the desktop, so there's nothing interesting to read, just the dump itself... Also in console-log I couldn't find anything relevant, only that com.apple.ReportCrash.Self could not be found...
In the boot messages I can see that "kext com.superhai.driver.VoodooPowerMini has immediate dependencies on both com.apple.kernel* and com.apple.kpi.* components; use only one style". Seems to initialize fine then however.
Also there's a "Sleep failure code 0x00003a7c 0x21000000".

Edit2: I got a 3G modem in the second PCI slot, I know these aren't supported yet, so I removed it for testing. Now I get a blank screen on wakeup, i.e. nothing (with -v).
TauTau
Beginner
 
Posts: 18
Joined: Tue Mar 30, 2010 7:57 am
Color and Model: black S10-2
OS(s) installed: OSx 10.6.3

Re: Finally... Sleep Working!!!

Postby mathis » Wed Aug 18, 2010 6:12 am

What did you all do so that WiFi works without the enabler kext? The DSDT patches as described in the linked post are already applied but WiFi won't work without the enabler kext, and 90% of the time my netbook crashes while suspending or waking up with errors about that kext..


EDIT::: Nevermind, 5 is not 2 is not 5 is not 2!
mathis
Beginner
 
Posts: 9
Joined: Thu May 06, 2010 1:20 am
Color and Model: S10-2 HD black
OS(s) installed: Snow Leopard and Ubuntu 10.04

Re: Finally... Sleep Working!!!

Postby snarf » Wed Aug 18, 2010 6:59 am

Well, I am still sitting with a 50/50 chance of KP when the PC wakes.

50% chance of KP
50% chance of blank screen

LOL
snarf
Novice
 
Posts: 21
Joined: Fri May 07, 2010 11:33 am
Color and Model: Red S10-2
OS(s) installed: Win XP + Snow Leopard

Re: Finally... Sleep Working!!!

Postby mathis » Wed Aug 18, 2010 12:01 pm

Lol that's a 100% chance you're not going to come out of suspend :)
mathis
Beginner
 
Posts: 9
Joined: Thu May 06, 2010 1:20 am
Color and Model: S10-2 HD black
OS(s) installed: Snow Leopard and Ubuntu 10.04

Re: Finally... Sleep Working!!!

Postby fosloss » Mon Aug 23, 2010 11:41 pm

williamsonoma wrote:chmod 755 dsdt.aml chown root:wheel dsdt.aml
chown -R 0:0 /System/Library/Extensions
chmod -R 755 /System/Library/Extensions
chown -R 0:0 /Extra
chmod -R 755 /Extra
kextcache -v 1 -a i386 -m /Extra/Extensions.mkext /Extra/Extensions
kextcache -v 1 -a i386 -m /System/Library/Caches/com.apple.kext.caches/Startup/Extensions.mkext /System/Library/Extensions


The above did not work for me. So I changed it around a bit.
I used the following

Followed steps 1-4 to the T then I used;
sudo -s <PRESS ENTER>
Give your administrator password

chmod 755 /Extra
chown root:wheel /Extra
chown -R 0:0 /System/Library/Extensions
chmod -R 755 /System/Library/Extensions
chown -R 0:0 /Extra
chmod -R 755 /Extra
kextcache -v 1 -a i386 -m /System/Library/Extensions.mkext /System/Library/Extensions
kextcache -v 1 -a i386 -m /System/Library/Caches/com.apple.kext.caches/Startup/Extensions.mkext /System/Library/Extensions

last line is one complete line IE: kextcache -v 1 -a i386 -m /System/Library/Caches......

Reboot.

Sleep is still not working


@williamsonoma did you got the sleep working?
I got the exactly same problem here
fosloss
Beginner
 
Posts: 8
Joined: Wed Mar 10, 2010 3:19 am
Color and Model: s10-2 white
OS(s) installed: Osx- win7

Re: Finally... Sleep Working!!!

Postby da_hans » Tue Aug 24, 2010 6:11 am

I have the same problem i think i followed all steps very precisely. Either the system crashes or black screen after opening the lid occurs.
I have one question to the step where i have to add the kernel flags.
<key>Kernel Flags</key>
<string>pmVersion=19</string> ..........Thats the Syntax i used. (10.6.3)
There is already an entry in the com.apple.boot.plist which is like
<key>Kernel Flags</key>
<string>archi386.......</string>
Must I replace Kernel Flag or add the Kernel Flag as an extra entry in the com.apple.plist.
da_hans
New User
 
Posts: 2
Joined: Wed Apr 07, 2010 8:31 pm

PreviousNext

Return to IdeaPad S10-2 OS X Discussion

Who is online

Users browsing this forum: No registered users and 0 guests