Contribute
Register

Error 4080

Status
Not open for further replies.
Joined
Feb 26, 2013
Messages
23
CPU
i7-3667U
Graphics
HD Graphics 4000
Mac
  1. 0
Classic Mac
  1. 0
Mobile Phone
  1. 0
Hi,

I want to test your DSDT patch here : https://github.com/RehabMan/Laptop-DSDT-Patch

So I open your MaciASL version. I click compile and I have the error 4080 and other warning.

I found a topic and the solution is to patch this :

Code:
# rehabman:# _PLD is supposed to return a variable length Package of Buffers


into_all all code_regex (Name\s*\(_PLD,\s*)Buffer(\s\(0x10\)[^\)]*) replaceall_matched
begin
%1Package() { Buffer%2}
end;

I try to patch with this but I can't apply...

Thanks in advance
 

Attachments

  • Capture d’écran 2015-05-11 à 20.53.18.jpg
    Capture d’écran 2015-05-11 à 20.53.18.jpg
    147.1 KB · Views: 137
Hi,

I want to test your DSDT patch here : https://github.com/RehabMan/Laptop-DSDT-Patch

So I open your MaciASL version. I click compile and I have the error 4080 and other warning.

I found a topic and the solution is to patch this :

Code:
# rehabman:# _PLD is supposed to return a variable length Package of Buffers


into_all all code_regex (Name\s*\(_PLD,\s*)Buffer(\s\(0x10\)[^\)]*) replaceall_matched
begin
%1Package() { Buffer%2}
end;

I try to patch with this but I can't apply...

Thanks in advance

No idea without seeing your native ACPI files.
 
How can I give you this informations ?
 
I'm sorry but it's my first Hackintosh and I don't see the file you are talking about...
 
Here it is :)
 

Attachments

  • extract.zip
    33.2 KB · Views: 76
Yes, nor more error 4080 :)

Just warning now, is it grave ?
 
Status
Not open for further replies.
Back
Top