Contribute
Register

Lenovo Z710 - i7 4700MQ - Mavericks 10.9.1 - DSDT/SSDT

Status
Not open for further replies.
Koval78, many thanks for the suggestion, I think our machines are identical in all hardware except harddrive so I was hopeful but the files didn't work. I'm using Chimera 3.01 from multibeast, is that wrong?

Not wrong, but there are many advantages to Clover.
 
Struggling with this one, I'm probably not meant to do this advanced computing...
Got a lot of files from ubuntu (where everything including battery and brightness works perfectly.. :) changed name to *.aml but doing the command iasl -da *.aml stops with lot's of error messages and does not produce any other files.. :(
 
Struggling with this one, I'm probably not meant to do this advanced computing...
Got a lot of files from ubuntu (where everything including battery and brightness works perfectly.. :) changed name to *.aml but doing the command iasl -da *.aml stops with lot's of error messages and does not produce any other files.. :(

Read post #22 carefully. It says gather all DSDT and SSDT files from Linux. It does not say gather all AML files. If you have all files there, you cannot use 'iasl -da *.aml'... you must be more selective: 'iasl -da DSDT.aml SSDT*.aml'.

Hackintosh requires careful reading and acute attention to details.
 
understand, but slightly impatient as my eyes are burning..
identified the file to be ssdt4.dsl
next step:
Apply: "Rename GFX0 to IGPU" (to both DSDT and the SSDT that has your GFX0 device)
Apply: "Brightness Fix (Haswell)" to the file (SSDT or DSDT) with GFX0 device definition.
they are txt files, how can they be applied, tried maciasl but do not quite understand what I should do next..
 
understand, but slightly impatient as my eyes are burning..
identified the file to be ssdt4.dsl
next step:
Apply: "Rename GFX0 to IGPU" (to both DSDT and the SSDT that has your GFX0 device)
Apply: "Brightness Fix (Haswell)" to the file (SSDT or DSDT) with GFX0 device definition.
they are txt files, how can they be applied, tried maciasl but do not quite understand what I should do next..

Read the README at the link provided in post #22.
 
THINK I got to the next step, fun learning, but I had 3 compilation error, how to handle these?

9/24/14, 8:19:06 PM, iASLbGlkaB.dsl(230) : Remark 5111 - Use of compiler reserved name (_T_1)
9/24/14, 8:19:06 PM, iASLbGlkaB.dsl(231) : Remark 5111 - Use of compiler reserved name (_T_0)
9/24/14, 8:19:06 PM, iASLbGlkaB.dsl(402) : Remark 5111 - Use of compiler reserved name (_T_1)
9/24/14, 8:19:06 PM, iASLbGlkaB.dsl(403) : Remark 5111 - Use of compiler reserved name (_T_0)
9/24/14, 8:19:06 PM, iASLbGlkaB.dsl(565) : Remark 5111 - Use of compiler reserved name (_T_1)
9/24/14, 8:19:06 PM, iASLbGlkaB.dsl(566) : Remark 5111 - Use of compiler reserved name (_T_0)
9/24/14, 8:19:06 PM, iASLbGlkaB.dsl(902) : Warning 1099 - Unknown reserved name (_DEP)
9/24/14, 8:19:06 PM, iASLbGlkaB.dsl(902) : Warning 1099 - Unknown reserved name (_DEP)
9/24/14, 8:19:06 PM, iASLbGlkaB.dsl(902) : Warning 1099 - Unknown reserved name (_DEP)
9/24/14, 8:19:06 PM, iASLbGlkaB.dsl(916) : Remark 5072 - Effective AML package length is zero
9/24/14, 8:19:06 PM, iASLbGlkaB.dsl(3152) : Error 4064 - Object does not exist (\_SB.PCI0.IGFX)
9/24/14, 8:19:06 PM, iASLbGlkaB.dsl(3162) : Error 4064 - Object does not exist (\_SB.PCI0.IGFX)
9/24/14, 8:19:06 PM, iASLbGlkaB.dsl(3405) : Error 4064 - Object does not exist (DTGP)
9/24/14, 8:19:06 PM, ASL Input: iASLbGlkaB.dsl - 3540 lines, 117033 bytes, 2030 keywords
9/24/14, 8:19:06 PM, Compilation complete. 3 Errors, 3 Warnings, 7 Remarks, 10 Optimizations
 
THINK I got to the next step, fun learning, but I had 3 compilation error, how to handle these?

9/24/14, 8:19:06 PM, iASLbGlkaB.dsl(230) : Remark 5111 - Use of compiler reserved name (_T_1)
9/24/14, 8:19:06 PM, iASLbGlkaB.dsl(231) : Remark 5111 - Use of compiler reserved name (_T_0)
9/24/14, 8:19:06 PM, iASLbGlkaB.dsl(402) : Remark 5111 - Use of compiler reserved name (_T_1)
9/24/14, 8:19:06 PM, iASLbGlkaB.dsl(403) : Remark 5111 - Use of compiler reserved name (_T_0)
9/24/14, 8:19:06 PM, iASLbGlkaB.dsl(565) : Remark 5111 - Use of compiler reserved name (_T_1)
9/24/14, 8:19:06 PM, iASLbGlkaB.dsl(566) : Remark 5111 - Use of compiler reserved name (_T_0)
9/24/14, 8:19:06 PM, iASLbGlkaB.dsl(902) : Warning 1099 - Unknown reserved name (_DEP)
9/24/14, 8:19:06 PM, iASLbGlkaB.dsl(902) : Warning 1099 - Unknown reserved name (_DEP)
9/24/14, 8:19:06 PM, iASLbGlkaB.dsl(902) : Warning 1099 - Unknown reserved name (_DEP)
9/24/14, 8:19:06 PM, iASLbGlkaB.dsl(916) : Remark 5072 - Effective AML package length is zero
9/24/14, 8:19:06 PM, iASLbGlkaB.dsl(3152) : Error 4064 - Object does not exist (\_SB.PCI0.IGFX)
9/24/14, 8:19:06 PM, iASLbGlkaB.dsl(3162) : Error 4064 - Object does not exist (\_SB.PCI0.IGFX)
9/24/14, 8:19:06 PM, iASLbGlkaB.dsl(3405) : Error 4064 - Object does not exist (DTGP)
9/24/14, 8:19:06 PM, ASL Input: iASLbGlkaB.dsl - 3540 lines, 117033 bytes, 2030 keywords
9/24/14, 8:19:06 PM, Compilation complete. 3 Errors, 3 Warnings, 7 Remarks, 10 Optimizations

No idea what you're doing wrong without posting the files. Note that none of my patches use DTGP. And it appears that perhaps you applied the IGPU rename patch twice.
 
Also have a distinct feeling I did it twice, new try, no warnings but cant find compiled output.
Attaching log, files before and after
 

Attachments

  • ssdt4-bkp.aml
    13.3 KB · Views: 102
  • ssdt4-patched.dsl
    113.7 KB · Views: 114
  • log.maciasl.txt
    8.2 KB · Views: 109
Also have a distinct feeling I did it twice, new try, no warnings but cant find compiled output.
Attaching log, files before and after

I applied the rename+brighteness haswell patch without issue to the SSDT you uploaded.

Also the .dsl you provide compiles without error.

What is the issue?

As far as saving, read the README.
 
Saving went ok, think my file is ok then but no brightness slider showing up..
Is there anything else I can upload that might help find the error, I think there might be many in the whole setup since I really don't understand what I'm doing..
 

Attachments

  • org.chameleon.Boot.plist
    860 bytes · Views: 258
Status
Not open for further replies.
Back
Top