Jump to content
34 posts in this topic

Recommended Posts

I have this problem since switching from chimera/chameleon. The laptop lights won't turn off very often if I sleep/shutdown/restart.

About sleep issue, I turned off hibernate mode and now the leds always turn off completely.

About sleep/restart, it happens very frequently, even update to the latest clover version, repair permission, safe mode also has this problems too.

I got an error while compiling... It says ...

You missed two curly brackets.

 

Your modified _PTS method should look like this:

Method (_PTS, 1, NotSerialized)
{
   If (LEqual (Arg0, 0x05)) {}
   Else
   {
       Store (Zero, P80D)
       P8XH (Zero, Arg0)
       PTS (Arg0)
       If (LEqual (Arg0, 0x03))
       {
           If (LAnd (DTSE, LGreater (TCNT, One)))
           {
               TRAP (TRTD, 0x1E)
           }
       }
   }
}

  • Like 1

You missed two curly brackets.

 

Your modified _PTS method should look like this:

Method (_PTS, 1, NotSerialized)
{
   If (LEqual (Arg0, 0x05)) {}
   Else
   {
       Store (Zero, P80D)
       P8XH (Zero, Arg0)
       PTS (Arg0)
       If (LEqual (Arg0, 0x03))
       {
           If (LAnd (DTSE, LGreater (TCNT, One)))
           {
               TRAP (TRTD, 0x1E)
           }
       }
   }
}

 

I figured it was something like that, thanks

The DSDT fix didn't work but I haven't had this problem since switching back to Chameleon. Clover was also giving me audio issues, so I'm going to stick with Chameleon for a while. It's nice having both bootloaders installed.

That's interesting. I read your previous posts again and could not figure it out for sure if you were using Clover in UEFI or in legacy mode. Can you please specify it?

What kind of audio issues did you have?

 

I was using uefi mode. As for the audio, it kept getting all garbled sounding (as if it was a sample rate issue or something) when I would put the buffer size lower than 512 in logic or pro tools. I could usually get it work at 256 after switching back and forth a few times, but it would eventually start to sound screwed up again. 128 wouldn't work at all. I switched back to chameleon and I didn't have this problem.

 

I guess it's a pick your poison thing though because chameleon intermittently freezes at login when I have my USB 3.0 drive plugged in. Probably just need a different left though

Check this thread, it might help: http://www.insanelymac.com/forum/topic/287901-how-to-get-intel-7-series-usb-30-fully-working-step-by-step-guide/

I don't really know if it applies to your board but it will definitely bring some advantage if it does.

  • 3 weeks later...
×
×
  • Create New...