toleda Posted July 2, 2012 Posted July 2, 2012 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
Cassio Posted July 2, 2012 Posted July 2, 2012 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
toleda Posted July 3, 2012 Author Posted July 3, 2012 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.
CruseRocks Posted July 26, 2012 Posted July 26, 2012 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.
toleda Posted July 31, 2012 Author Posted July 31, 2012 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.
CruseRocks Posted August 16, 2012 Posted August 16, 2012 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.
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now