Jump to content

Error in DSDT.dsl


John83

Recommended Posts

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

  • Moderators

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;

 

  • Thanks 1
Link to comment
Share on other sites

Guest
This topic is now closed to further replies.
×
×
  • Create New...