Jump to content

Recommended Posts

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

Link to comment
Share on other sites

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

-Donations-

PayPal HERE - Stripe HERE - BuyMeaCoffee HERE - Mercado Livre HERE

Skrill danielnmaldonado@gmail.com - BTC 33HeGCuCSh4tUBqdYkQqKpSDa1E7WeAJQ3

PicPay @danielnmaldonado - PiX @danielnmaldonado@gmail.com

Premium Users HERE - Problems with Paypal HERE

xcd5u2Y.png

Link to comment
Share on other sites

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.

Link to comment
Share on other sites


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.

I use the AppleIntelE1000e.kext from http://www.insanelymac.com/forum/index.php?showtopic=205771. No dsdt edits required. The dsdt is attached above.

Link to comment
Share on other sites

I use the AppleIntelE1000e.kext from http://www.insanelymac.com/forum/index.php?showtopic=205771. No dsdt edits required. The dsdt is attached above.

 

Toleda Thanks for your reply. Actually i am trying to create DSDT file for my Hackintosh. I am using also z77 chipset gigabyte g1. sniper m3 board. Will you please help me to create DSDT for me. Please Bro.

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.





×
  • Create New...