Jump to content
17 posts in this topic

Recommended Posts

Hi there,

 

I hope you can help me.

 

If I want my Hackintosh to sleep, he closes the eyes, but then he instantly wakes up again and shows the loginscreen.

 

Do you have any Idea?

 

( already tried:

 

- unplugged all usb-device

- actual sleepenabler.kext

)

 

My System:

 

Gigabyte GA-P35C-DS3R

Ati Sapphire 4850 512MB

Snow Leopward 10.6.5

 

 

 

Thank you!

Hi there,

 

I hope you can help me.

 

If I want my Hackintosh to sleep, he closes the eyes, but then he instantly wakes up again and shows the loginscreen.

 

Do you have any Idea?

 

My System:

 

Gigabyte GA-P35C-DS3R

Ati Sapphire 4850 512MB

Snow Leopward 10.6.5

 

Thank you!

 

could be a bios setting > see picture for reference (different board, but should look similar)

 

RW

post-663166-1290208961_thumb.jpg

Thank you for your post,

 

but I've similar bios-settings already.

 

 

Any other ideas?

 

hmm what do you see in the console log after wake.

Otherwise it is trial and error > unplug all unnecessary devices like usb, firewire and all drives except boot drive, keyboard and mouse.

You can also try to disable all unnecessary devices in the bios like audio, Ide, etc

 

RW

hmm what do you see in the console log after wake.

 

20.11.10 16:11:00	[0x0-0xb00b].com.elgato.eyetvhelper[144]	***Wakein::CancelEvents: requested event type: wakepoweron
20.11.10 16:11:00	[0x0-0xb00b].com.elgato.eyetvhelper[144]	***Wakein::CancelEvents: requested app name: com.elgato.eyetv
20.11.10 16:11:00	[0x0-0xb00b].com.elgato.eyetvhelper[144]	***Wakein: 0 entries in power event schedule table

 

Looks interesting, doesn't it?

 

Otherwise it is trial and error > unplug all unnecessary devices like usb, firewire and all drives except boot drive, keyboard and mouse.

You can also try to disable all unnecessary devices in the bios like audio, Ide, etc

 

Already did, thank you anyway.

 

Greets

20.11.10 16:11:00	[0x0-0xb00b].com.elgato.eyetvhelper[144]	***Wakein::CancelEvents: requested event type: wakepoweron
20.11.10 16:11:00	[0x0-0xb00b].com.elgato.eyetvhelper[144]	***Wakein::CancelEvents: requested app name: com.elgato.eyetv
20.11.10 16:11:00	[0x0-0xb00b].com.elgato.eyetvhelper[144]	***Wakein: 0 entries in power event schedule table

 

Looks interesting, doesn't it?

 

 

 

Already did, thank you anyway.

 

Greets

 

yep, eyetv is the problem. Check eyetv site for this error.

 

RW

Hm, after some research...

 

May it be, that elgato.eyetv ist not the Problem? It just seems so "start" as soon MacOS wakes up.

 

You know, it may not be the reason but the result...

 

 

I would like to test it by deleting elgato, but just deleting it in the programms-folder wont be enaugh, hm?

 

EDIT: Ok, done. Disabled elgato eyetv. Doenst helped. Now he wakesup without this message in log.

But, found something else:

 

20.11.10 16:51:36	kernel	System Sleep
20.11.10 16:51:40	kernel	Wake reason = UHC5
20.11.10 16:51:40	kernel	System Wake

 

What is UHC5 ?

USB

 

Device (UHC5)
           {
               Name (_ADR, [color="#FF0000"][b]0x001A0001[/b][/color])
               Method (_S3D, 0, NotSerialized)
               {
                   If (LEqual (OSFL, 0x02))
                   {
                       Return (0x02)
                   }

                   Return (0x03)
               }

               Name (_PRW, Package (0x02)
               {
                   0x05, 
                   0x03
               })
               ...

 

 

 

my mouse is on UHC6

when I awake by the mouse

it appears in the log

 

Wake reason = UHC6

Yes, im very close now!

 

In bios I disabled my usb-ports. Then I Booted macos and it was possible to bring him to sleep by pressing the power-button. Worked fine!

 

So I unplugged the usb-cable from Moboard that leads to the font-interface of my pc.

But that didnt helped. I can plug all usb device, but he doesnt want to sleep although.

 

What can I do with that code-snipped, Maldon?

try with...

Remove _PRW ---> UHC5

				Name (_PRW, Package (0x02)
			{
				0x0D, 
				0x03
			})

 

Wake functions without removing the _pwr?

 

dsdt.seltsams_UHC5.zip

I just did not quite understand

my english is horrible

Yeh, thank you!

 

Would you tell me what editor you used?

I think i want to try it on my own.

I tried it with DSDT SE, but I don't understand how to save the file.

 

Ok, I got it!

YES!! Sleep works very fine now!

But Ive still the sleepenabler.kext activated. Ill try it without now...

 

The Problem was my DAC (external soundcard).

 

EDIT: Works perfect, no sleepenabler.kext needed!

 

For Searchengine:

Gigabyte GA-P35C-DS3R Sleep works like a Dream!

 

Big thanks to you again, Maldon!

Remote, to you too.

Yeh, thank you!

 

Would you tell me what editor you used?

I think i want to try it on my own.

look it

http://www.insanelymac.com/forum/index.php?showtopic=223205

 

Ok, I got it!

YES!! Sleep works very fine now!

But Ive still the sleepenabler.kext activated. Ill try it without now...

 

Thank you

WoW

delete sleepenabler

native power management

you do not need this kext

  • 4 weeks later...

Hey all, I am having a similar problem on an ICH9 board. After editing my DSDT as per said above, it helped (THANK YOU, that's the closest I've come in months!!) -- but didn't take away the whole problem. Before I tried taking away the _PRW argument, I got the following wake reasons:

 

Thu Dec 16 02:58:48 Pauls-MacBook-Pro kernel[0] <Debug>: Wake reason = GLAN EHC2
Thu Dec 16 02:58:57 Pauls-MacBook-Pro kernel[0] <Debug>: Wake reason = GLAN EHC2
Thu Dec 16 02:59:05 Pauls-MacBook-Pro kernel[0] <Debug>: Wake reason = GLAN EHC2
Thu Dec 16 02:59:13 Pauls-MacBook-Pro kernel[0] <Debug>: Wake reason = GLAN EHC2
Thu Dec 16 02:59:20 Pauls-MacBook-Pro kernel[0] <Debug>: Wake reason = GLAN EHC2

 

Now, after deleting the _PRW from BOTH my GLAN and EHC2 devices, I STILL get the following:

 

Thu Dec 16 20:13:47 Pauls-MacBook-Pro kernel[0] <Debug>: Wake reason = EHC2
Thu Dec 16 20:14:13 Pauls-MacBook-Pro kernel[0] <Debug>: Wake reason = EHC2
Thu Dec 16 20:38:01 Pauls-MacBook-Pro kernel[0] <Debug>: Wake reason = EHC2
Thu Dec 16 20:38:10 Pauls-MacBook-Pro kernel[0] <Debug>: Wake reason = EHC2
Thu Dec 16 20:38:19 Pauls-MacBook-Pro kernel[0] <Debug>: Wake reason = EHC2

 

I've double checked my DSDT, those lines are definitely gone. Now however, I seem to have this instant-awakening symptom even more than before :-( Any ideas?

 

Below is my current DSDT.dsl

TheOriginalPol_DSDT.dsl.txt

  • 4 years later...

I'm facing similar issue on my rig. I just built this for music productions running mavericks 10.9.5 and I've got everything working from sound, to network, etc.. But when i put it to sleep, it takes a while but it wakes up 1 to 2 seconds afterwards. I thought i needed dsdt so i generated one and compiled and fixed errors, and problem still persists.  Any help would be greatly appreciated. 

My specs:  Gigabyte Z97X-UD5H, i7 4790K, 8GB DDR 3 1600mhz Ram.

Latest clover bootloader installed.

×
×
  • Create New...