Jump to content

Recommended Posts

Posted

Asus P8Z77-I-Deluxe. Trying to remove all instances of PEGP in dsdt. Need help with the command to find and delete this:

Notify (\_SB.PCI0.PEG0.PEGP, 0x02)


Tried this:

into_all all code_regex (Notify\s\(\_SB.PCI0.PEG0.PEGP,\s0x)....\)

remove_matched


No success. dsdt attached. Any ideas?

dsdt-z77i-0504.zip

Posted
into_all all code_regex Notify\s\(\\_SB.PCI0.PEG0.PEGP,\s0x.*\) removeall_matched;
into device label PEGP remove_entry;
into scope label _SB.PCI0.PEG0.PEGP remove_entry

-Guides and Tutorials HERE

-Hackintosh Tutorial Database - HERE

-The largest EFI folder collection for Hackintosh HERE

-Support Olarila Vanilla Hackintosh by making a donation HERE

-Professional Consulting for macOS Hackintosh since 2006 HERE

Posted
into_all all code_regex Notify\s\(\\_SB.PCI0.PEG0.PEGP,\s0x.*\) removeall_matched;
into device label PEGP remove_entry;
into scope label _SB.PCI0.PEG0.PEGP remove_entry

Thanks, works perfectly.

Posted

Thanks, works perfectly.

 

Hello Toleda,


How as your motherboard having the same chipset like mine can i have a copy of DSDT. I need to review and how did you manage Intel® 82579V Gigabit LAN Controller, did you try unishit or something else?


Thanks in advance.

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now


×
×
  • Create New...