Contribute
Register

[Guide] Dell XPS 9530 using Clover UEFI

Status
Not open for further replies.
[GUIDE] Dell XPS 9530

Why are there more patched files than decompiled?

You should try without the 'x' SSDT files.

Note: Your "decompiled" files were disassembled with the wrong version of iasl. Many patches will not apply correctly.

Yup... the 'patched' files are not patched at all, due to incorrect disassembly.

ok I've patched DSDT and SSDT again with no luck. i removed the extra SSDT's from clover/acpi/patched and changed the sort order in config.plist

Code:
https://www.dropbox.com/s/8q1q2t5j8cukmap/decompiled1.zip?dl=0
Code:
https://www.dropbox.com/s/1v29y7k7ewq0avi/patched1.zip?dl=0
View attachment IOreg4.ioreg View attachment config.plist
 
[GUIDE] Dell XPS 9530

Looking at your config.plist, it is probably not a good idea to inject the SSDT-*x.aml files.

That would be my mistake, I had those actually included in my XPS9530 script.
They created no problems for me at all.

I have now removed them. At the same time seeing if the removal does not affect anything else.

Update P-States are now:

AICPUPMI: CPU P-States [ 8 9 10 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 (30) 31 32 ] iGPU P-States [ 4 8 (11) 12 14 15 16 17 18 20 23 ]
 
[GUIDE] Dell XPS 9530

ok I've patched DSDT and SSDT again with no luck. i removed the extra SSDT's from clover/acpi/patched and changed the sort order in config.plist

Code:
https://www.dropbox.com/s/8q1q2t5j8cukmap/decompiled1.zip?dl=0
Code:
https://www.dropbox.com/s/1v29y7k7ewq0avi/patched1.zip?dl=0
View attachment 124190 View attachment 124191

You're still using the wrong version of iasl.
 
[GUIDE] Dell XPS 9530

DV -

Have you upgraded to 10.10.2 yet? I probably should have waited, but I gotta keep it bleeding edge. Serious graphics issues, namely the inability to get a desktop unless I allow the discrete card drivers to load. I can't get AzulFB or HD5000 to load during boot. What's strange is that I can boot with the nv-disable flag, but if I attempt to disable the discrete card with modified tables, I can't get a desktop. Let me know any successes you've had thus far.

View attachment Precision-HackBookPro.ioreg
 
[GUIDE] Dell XPS 9530

DV -

Have you upgraded to 10.10.2 yet? I probably should have waited, but I gotta keep it bleeding edge. Serious graphics issues, namely the inability to get a desktop unless I allow the discrete card drivers to load. I can't get AzulFB or HD5000 to load during boot. What's strange is that I can boot with the nv-disable flag, but if I attempt to disable the discrete card with modified tables, I can't get a desktop. Let me know any successes you've had thus far.

View attachment 124294

Read here: http://www.tonymacx86.com/yosemite-...tel-hd4200-hd4400-hd4600-mobile-yosemite.html

And here: http://www.tonymacx86.com/yosemite-laptop-support/155651-yosemite-10-10-2-no-wakeup-sleep.html
 
[GUIDE] Dell XPS 9530

Do I need to change the Preferences/iASL/Compiler Option to 5.0 in MaciASL?

Probably (most newer computers use ACPI5 features). But it will not affect your disassembled files as that is done in Terminal using iasl.
 
[GUIDE] Dell XPS 9530

Probably (most newer computers use ACPI5 features). But it will not affect your disassembled files as that is done in Terminal using iasl.


I am trying to disassemble my DSDT and SSDT using the latest iasl but is not working :

Code:
[FONT=Menlo]iasl -da -dl *.aml[/FONT][FONT=Menlo]
[/FONT]
[FONT=Menlo]Intel ACPI Component Architecture[/FONT]
[FONT=Menlo]ASL+ Optimizing Compiler version 20141107-64 [Jan  2 2015][/FONT]
[FONT=Menlo]Copyright (c) 2000 - 2014 Intel Corporation[/FONT]
[FONT=Menlo]
[/FONT]
[FONT=Menlo]Loading Acpi table from file   APIC.aml - Length 00000146 (000092)[/FONT]
[FONT=Menlo]Loading Acpi table from file   XSDT.aml - Length 00000220 (0000DC)[/FONT]
[FONT=Menlo]Pass 1 parse of [XSDT][/FONT]
[FONT=Menlo]ACPI Warning: Invalid character(s) in name (0x00C6B5D0), repaired: [****] (20141107/utstring-708)[/FONT]
[FONT=Menlo]Could not parse external ACPI tables, AE_AML_NO_OPERAND
[/FONT]
 
Status
Not open for further replies.
Back
Top