Jump to content

Yosemite No Shutdown


imyourpapi
 Share

5 posts in this topic

Recommended Posts

Hi, i've a P5Q-E with Intel Quad Q8400 , 4GB Ram Kingston , Samsung SSD 256 Pro, after installed yosemite the shutdown not work perfectly, after click on shutdown, gpu power off (black screen) but the hdd and cpu stay on, any suggestion? sorry for my bad english

PS: On Windows 7 and Mavericks the shutdown working 

Link to comment
Share on other sites

Open your DSDT with MaciASL, and apply this patch:

into method label _PTS code_regex_not If\s\(LEqual\s\(Arg0,\s0x05\)\) code_regex ^((?:.|\n)*)$ replace_matched
begin
        If (LEqual (Arg0, 0x05)) {}\n
        Else\n
        {\n
%1
        }
end
  • Like 1
Link to comment
Share on other sites

 Share

×
×
  • Create New...