Jump to content

Computer won't shut down completely


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.

Link to comment
Share on other sites

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
Link to comment
Share on other sites

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

Link to comment
Share on other sites

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.

Link to comment
Share on other sites

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?

Link to comment
Share on other sites

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

Link to comment
Share on other sites

  • 3 weeks later...
 Share

×
×
  • Create New...