oldnapalm Posted September 1, 2011 Share Posted September 1, 2011 Updated: MaciASL (Acidanthera fork) New editor developed by phpdev32, compatible with DSDT Editor patches. Patches from the extinct DSDT Auto-Patcher 0.6 are available here. You can use them with DSDT Editor and Patcher. If your mobo/laptop is not listed, you can use the individual patches or create a new patch based on other with same chipset. If you want to add your patch to the list, please attach it here. Credits: DSDT Editor and Auto-Patcher software by el coniglio Patches HP DV8 Nehalem and DV6 Core i Nehalem by NIXin HP Compaq 610 by Cassio HP DV7 6B32US by stuck Intel DP67BG by artur-pt All other patches by MaLd0n Attention: patches must be applied to original DSDT. If you booted Mac OS using an edited DSDT (renamed devices, etc) and use "extract DSDT" you will probably have compilation errors. What you can do (just one): - reboot without a DSDT replacement (remove dsdt.aml from / or /Extra and restart) - start Mac OS using a boot CD - use Windows or Linux version of DSDT Editor - extract DSDT using Windows or Linux and open it in Mac OS, instead of using "extract DSDT" If you use patched AppleHDA you may need to update the HDEF patch according to your audio codec. Make sure layout-id in DSDT (hex) coincides with LayoutID in AppleHDA (decimal). Link to comment Share on other sites More sharing options...
redman Posted September 3, 2011 Share Posted September 3, 2011 I had submitted my laptop in that thread for an update, and I got a DSDT, so now I have a guide, and only like half of us can use DSDT's. Would it be possible for me to get the patch made? EDIT: Never mind, I got it, thanks MaLd0n! Link to comment Share on other sites More sharing options...
magnifico Posted September 6, 2011 Share Posted September 6, 2011 hi old what change patch in ud7 z68 b3 Without PC Link to comment Share on other sites More sharing options...
oldnapalm Posted September 6, 2011 Author Share Posted September 6, 2011 Sorry, I don't understand the question. Do you mean Z68X-UD7-B3? Link to comment Share on other sites More sharing options...
magnifico Posted September 6, 2011 Share Posted September 6, 2011 Sorry, I don't understand the question. Do you mean Z68X-UD7-B3? Yes Old i have this mainboard and dont work perfectly reboot and sleep...maybe is chamaleon or dsdt ? Without PC Link to comment Share on other sites More sharing options...
oldnapalm Posted September 6, 2011 Author Share Posted September 6, 2011 Are you using Maldon's patch? What happens with sleep? Restart fix is in FADT, it's done by Chameleon http://forge.voodooprojects.org/p/chameleon/source/tree/HEAD/trunk/i386/libsaio/acpi_patcher.c#L663 Link to comment Share on other sites More sharing options...
magnifico Posted September 6, 2011 Share Posted September 6, 2011 Are you using Maldon's patch? What happens with sleep? Restart fix is in FADT, it's done by Chameleon http://forge.voodooprojects.org/p/chameleon/source/tree/HEAD/trunk/i386/libsaio/acpi_patcher.c#L663 Yes of course i use dsdt modified by Daniel , my problem is when restart and when sleep pc I have sandy bridge..this is a problem..is very slow for restart and sleep. I use Chamaleon rev 1505 Without PC Link to comment Share on other sites More sharing options...
oldnapalm Posted September 6, 2011 Author Share Posted September 6, 2011 You can try restart patch using keyboard controller reset, it usually works for laptops, but who knows http://forum.voodooprojects.org/index.php/topic,1056.msg9802.html#msg9802 About the photo, it's shutdown, right? Not sleep? Link to comment Share on other sites More sharing options...
magnifico Posted September 6, 2011 Share Posted September 6, 2011 You can try restart patch using keyboard controller reset, it usually works for laptops, but who knowshttp://forum.voodooprojects.org/index.php/topic,1056.msg9802.html#msg9802 About the photo, it's shutdown, right? Not sleep? Listen me..OLD Only when reboot pc and to exit from pc ..ok ? Unterstound? PS: How is applied this patch? In Org.BootPlist? I am a nobbie... Without PC Link to comment Share on other sites More sharing options...
oldnapalm Posted September 6, 2011 Author Share Posted September 6, 2011 It's not a DSDT patch, it's a change in FADT made by Chameleon, you have to edit Chameleon source code and compile. In current trunk it's in line 735 fadt_mod->Reset_Address = 0x0cf9; // Address of the register Just replace 0x0cf9 by 0x64. The shutdown issue may be related to DSDT patch. Check if PMRS address is correct (0x0430). http://osx86.co/f36/various-dsdt-mods-t1960/post41570.html Did you test shutdown without the patch? Link to comment Share on other sites More sharing options...
vladichimescu Posted September 7, 2011 Share Posted September 7, 2011 (edited) Hy there... a month ago when I tried to update my DSDT using the auto-patcher [just before to be depreciated] I uploaded my DSDT to be patched. I manually tried to modify, however I couldn't get all done, mainly the hdmi because it's PEGP no and GFX0 yes; any help? 64BIT ! Fujitsu Amilo Pi 3560: http://students.info.uaic.ro/~vlad.ichimescu/amilo3560/AMILO3560.html TO DO: -speedstep [using chameleon generate P-states and C-states /not verified -probably working] -alc272 [using DSDT edit however if any way of sleep it's no sound, 5.1 problems -DSDT and patched AppleHDA /needs reworked] -sleep [using DSDT edit or SleepEnabler doesn't work /unsolved] -gt240m 1gb hdmi [using DSDT edit can't be implemented because of missing PGEP and GFX0 present /unsolved] -all connectors [using DSDT edit all USBs are resolved and working, card reader still not working /needs reworked] USED: -system bootable with shutdown/restart working [Chameleon bootloader AND FakeSMC.kext AND org.chameleon.Boot.plist AND smbios.plist] -built-in keyboard and touchpad [AppleACPIPS2Nub.kext AND ApplePS2Controller.kext] -nVIDIA GeForce GT240M [GraphicsEnabler=Yes /full video working with no hdmi sound /want DSDT for video and sound hdmi] -Realtek ALC272 [AppleHDA.kext binary patch and DSDT edit] -Realtek Gigabit Ethernet [RealtekRTL81xx.kext] any master here can help ? my DSDT is quite 'not easy' original DSDT: http://students.info.uaic.ro/~vlad.ichimescu/amilo3560/Fujitsu%20Amilo%20Pi%203560%20DSDT.dsl Edited September 8, 2011 by Guest Link to comment Share on other sites More sharing options...
magnifico Posted September 7, 2011 Share Posted September 7, 2011 It's not a DSDT patch, it's a change in FADT made by Chameleon, you have to edit Chameleon source code and compile. In current trunk it's in line 735 fadt_mod->Reset_Address = 0x0cf9; // Address of the register Just replace 0x0cf9 by 0x64. The shutdown issue may be related to DSDT patch. Check if PMRS address is correct (0x0430). http://osx86.co/f36/various-dsdt-mods-t1960/post41570.html Did you test shutdown without the patch? Hi OLD , listen me please...Magnifico (Carmine) is very nobbie.. I am great overclocker , but whit hackintosh does not understand nothing, can you help me? I must pass my Camaleon to you? Or DSDT ( Daniel) ? Without PC Link to comment Share on other sites More sharing options...
oldnapalm Posted September 7, 2011 Author Share Posted September 7, 2011 The restart via keyboard controller doesn't work (as we tested in IRC) and the shutdown patch (PMRS address) is correct, so I have no idea of what's wrong. Maybe Sandy Bridge needs different patches from previous chipsets. Link to comment Share on other sites More sharing options...
magnifico Posted September 7, 2011 Share Posted September 7, 2011 The restart via keyboard controller doesn't work (as we tested in IRC) and the shutdown patch (PMRS address) is correct, so I have no idea of what's wrong. Maybe Sandy Bridge needs different patches from previous chipsets. Ok Thank's OLD ..thank's of heart ..you are a great friend Carmine Maybe SB.... Without PC Link to comment Share on other sites More sharing options...
Ayoosh Posted September 8, 2011 Share Posted September 8, 2011 oK Guyz its a crazy question but once i get the dsdt thing, how do i compile or do it with dsdt patcher?????? Link to comment Share on other sites More sharing options...
oldnapalm Posted September 8, 2011 Author Share Posted September 8, 2011 There's a video in the editor's topic nZIHw-QYO64 Link to comment Share on other sites More sharing options...
magnifico Posted September 8, 2011 Share Posted September 8, 2011 There's a video in the editor's topic nZIHw-QYO64 hi Old ...in folder patch there in not " Patch Gigabyte ud7 z68 " how insert this? Maybe whith merge and CUT in new file txt? Without PC Link to comment Share on other sites More sharing options...
oldnapalm Posted September 8, 2011 Author Share Posted September 8, 2011 Download GA Z68X-UD7-B3.txt from first post, or copy and paste into Patch - New. Link to comment Share on other sites More sharing options...
Ayoosh Posted September 9, 2011 Share Posted September 9, 2011 There's a video in the editor's topic nZIHw-QYO64 Link to comment Share on other sites More sharing options...
alexramone Posted September 9, 2011 Share Posted September 9, 2011 Olá old, tentei utilizar o DSDT Editor com o txt da minha placa mãe (GA X58A-UD3R) e está dando estes erros do print e o botão Fix não está corrigindo, eu acho, pois mando compilar de novo e aparecem os mesmos erros de novo... pode me ajudar? Mac OS CATALINA [OpenCore] GA-Z97X-UD5H-BK | Core i7 4790k | Radeon RX 580 8GB | Samsung m.2 960 EVO Link to comment Share on other sites More sharing options...
Administrators MaLd0n Posted September 9, 2011 Administrators Share Posted September 9, 2011 Olá old, tentei utilizar o DSDT Editor com o txt da minha placa mãe (GA X58A-UD3R) e está dando estes erros do print e o botão Fix não está corrigindo, eu acho, pois mando compilar de novo e aparecem os mesmos erros de novo... pode me ajudar?[attachment=0]Captura de Tela 2011-09-09 às 10.05.15.png[/attachment] O seu DSDT não é original extraia pelo Windows e aplique -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 Link to comment Share on other sites More sharing options...
magnifico Posted September 9, 2011 Share Posted September 9, 2011 me too Without PC Link to comment Share on other sites More sharing options...
oldnapalm Posted September 9, 2011 Author Share Posted September 9, 2011 me too You must apply over original DSDT, yours is not original. Link to comment Share on other sites More sharing options...
magnifico Posted September 9, 2011 Share Posted September 9, 2011 You must apply over original DSDT, yours is not original. I use originan dsdt extract from windows..and when apply patch my Gigabyte... This message Without PC Link to comment Share on other sites More sharing options...
oldnapalm Posted September 9, 2011 Author Share Posted September 9, 2011 I use originan dsdt extract from windows..and when apply patch my Gigabyte... This message Click on "fix errors". Link to comment Share on other sites More sharing options...
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