Cassio Posted August 4, 2012 Posted August 4, 2012 In the file you attached it's inside PEX4. The patch should be like this to work in your DSDT (or adjust the address) into device name_adr 0x001C0004 insert begin Device (ARPT)\n {\n Name (_ADR, 0x00)\n Method (_DSM, 4, NotSerialized)\n {\n Store (Package (0x0C)\n {\n "AAPL,slot-name", \n Buffer (0x08)\n {\n "AirPort"\n }, \n "device-id", \n Unicode ("*"), \n "device_type", \n Buffer (0x08)\n {\n "AirPort"\n }, \n "model", \n Buffer (0x34)\n {\n "Atheros 9285 8802.11 b/g/n Wireless Network Adapter"\n }, \n "subsystem-id", \n Buffer (0x04)\n {\n 0x8F, 0x00, 0x00, 0x00\n }, \n "subsystem-vendor-id", \n Buffer (0x04)\n {\n 0x6B, 0x10, 0x00, 0x00\n }\n }, Local0)\n DTGP (Arg0, Arg1, Arg2, Arg3, RefOf (Local0))\n Return (Local0)\n }\n } end -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
pmdsp Posted August 5, 2012 Author Posted August 5, 2012 In the file you attached it's inside PEX4. The patch should be like this to work in your DSDT (or adjust the address) Yes you are right but, there is no more PEX4 after updating the BIOS to Version 2.20. Latest RAW DSDT has wifi on RP05. RAW DSDT attached. RAW DSDT.dsl.zip ASRock H67M ITX HT, i5 2500K 8GB Ram GB Score - 9815
Cassio Posted August 5, 2012 Posted August 5, 2012 Ok, address is the same (0x001C0004) so the patch in previous post should work. I think I won't add it in the full patch since it's not the default wifi. -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
pmdsp Posted August 6, 2012 Author Posted August 6, 2012 Thanks, I will try that patch and let you know how it goes. I was talking about changing the patch you guys have in database. This doesn't work. ASRock H67M ITX HT, i5 2500K 8GB Ram GB Score - 9815
Cassio Posted August 6, 2012 Posted August 6, 2012 It works if you change the address, it's not the same for all boards, so we can't have a generic patch that will work for all. -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
pmdsp Posted August 6, 2012 Author Posted August 6, 2012 Just tested the wifi codes, works like charm thank you. One last thing, how to add change ABCDEFGH to decimals on the mobo patch? Name (_HID, "ABCDEFGH") Name (_HID, "11259375") ASRock H67M ITX HT, i5 2500K 8GB Ram GB Score - 9815
Cassio Posted August 6, 2012 Posted August 6, 2012 into_all all code_regex Name\s\(_HID,\s"ABCDEFGH"\) replace_matched begin Name (_HID, "11259375") end Why change it to decimal? The error is about non-hex digits, so "ABCDEFFF" or same value from _CID also avoids the error. -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
pmdsp Posted August 6, 2012 Author Posted August 6, 2012 Coz thats how i got rid of that error. I was planning to include that in the patch.. "_CID also avoids the error." How to do this? ASRock H67M ITX HT, i5 2500K 8GB Ram GB Score - 9815
Cassio Posted August 6, 2012 Posted August 6, 2012 I mean using the same value as _CID ("PNP0C15"). Actually I don't think it will make any difference. -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
pmdsp Posted August 10, 2012 Author Posted August 10, 2012 ASRock H67M ITX-HT - i5 2500K - ML (Fully functional) Geekbench Score ASRock H67M-ITX HT Intel i5-2500K Corsair 8GB DDR3 Atheros AR9285 (Works OFB with DSDT edits) ASRock H67M ITX HT, i5 2500K 8GB Ram GB Score - 9815
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