John83 Posted April 29, 2021 Share Posted April 29, 2021 hi... After disassembling I get these 3 errors 6214, 6126, syntax error, unexpected PARSEOP_ZERO 6256, 6126, syntax error, unexpected PARSEOP_ZERO 37564, 6126, syntax error, unexpected $end and premature End-Of-File any help please my laptop is Dell inspiron 15 : 3576 DSDT.dsl.zip Link to comment Share on other sites More sharing options...
Moderators Jake Lo Posted April 29, 2021 Moderators Share Posted April 29, 2021 Just run this patch by Rehabman #Maintained by: RehabMan for: Laptop Patches #fix_PARSEOP_ZERO.txt # credit toleda: http://www.tonymacx86.com/dsdt/89727-maciasl-patch-repository-thread.html#post574047 into device label PCI0 code_regex (\s+Zero){2,} removeall_matched; # if you need something more agressive... into_all all code_regex (\s+Zero){2,} removeall_matched; into device label PCI0 code_regex (\s+Zero){2,} removeall_matched; 1 Link to comment Share on other sites More sharing options...
Administrators Hervé Posted April 29, 2021 Administrators Share Posted April 29, 2021 Simple matter of removing all those erroneous lines of "Zero"... DSDT.dsl.zip 1 Link to comment Share on other sites More sharing options...
Recommended Posts