Jump to content

Error in DSDT.dsl


John83

Recommended Posts

  • 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...