tstc Posted April 1, 2017 Share Posted April 1, 2017 never mind about rm SSDT. REMOVED sort of confused "u need remove generate p and c states, post ur config.plist here" where? the SSDT has been removed. 1 Link to comment Share on other sites More sharing options...
MaLd0n Posted April 1, 2017 Author Share Posted April 1, 2017 Audio device has no sound. send me ur clover folder and new ioreg. ill check SSDT has been removed. u need use SSDT without flags in config.plistt Link to comment Share on other sites More sharing options...
tstc Posted April 1, 2017 Share Posted April 1, 2017 R U saying to regenerate a new SSDT w/ piker's script and remove flags in config.plist? if so, which flags? Sorry but this has gotten a little confusing. Link to comment Share on other sites More sharing options...
MaLd0n Posted April 1, 2017 Author Share Posted April 1, 2017 post ur config.plist here. ill check Link to comment Share on other sites More sharing options...
tstc Posted April 1, 2017 Share Posted April 1, 2017 thanks <?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> <plist version="1.0"> <dict> <key>ACPI</key> <dict> <key>DSDT</key> <dict> <key>Debug</key> <false/> <key>DropOEM_DSM</key> <false/> <key>Fixes</key> <dict> <key>FixRegions_10000000</key> <true/> </dict> <key>Name</key> <string>DSDT.aml</string> <key>ReuseFFFF</key> <false/> </dict> <key>DropTables</key> <array> <dict> <key>Signature</key> <string>SSDT</string> <key>TableId</key> <string>Cpu0Ist</string> </dict> <dict> <key>Signature</key> <string>DMAR</string> </dict> <dict> <key>Signature</key> <string>SSDT</string> <key>TableId</key> <string>CpuPm</string> </dict> </array> <key>SSDT</key> <dict> <key>DropOem</key> <false/> <key>EnableC6</key> <true/> <key>Generate</key> <true/> </dict> </dict> <key>Boot</key> <dict> <key>Arguments</key> <string>dart=0</string> <key>Debug</key> <false/> <key>DefaultLoader</key> <string>boot.efi</string> <key>DefaultVolume</key> <string>Sierra</string> <key>Legacy</key> <string>PBR</string> <key>NeverHibernate</key> <true/> <key>Secure</key> <false/> <key>Timeout</key> <integer>5</integer> <key>XMPDetection</key> <string>Yes</string> </dict> <key>CPU</key> <dict> <key>UseARTFrequency</key> <false/> </dict> <key>Devices</key> <dict> <key>USB</key> <dict> <key>FixOwnership</key> <true/> <key>Inject</key> <true/> </dict> </dict> <key>GUI</key> <dict> <key>Mouse</key> <dict> <key>DoubleClick</key> <integer>500</integer> <key>Enabled</key> <false/> <key>Mirror</key> <false/> <key>Speed</key> <integer>8</integer> </dict> <key>Scan</key> <true/> <key>Theme</key> <string>BootCamp</string> </dict> <key>Graphics</key> <dict> <key>Inject</key> <false/> <key>NvidiaSingle</key> <false/> </dict> <key>KernelAndKextPatches</key> <dict> <key>AppleRTC</key> <true/> <key>AsusAICPUPM</key> <true/> <key>Debug</key> <false/> <key>DellSMBIOSPatch</key> <false/> <key>FakeCPUID</key> <string>0x0506e3</string> <key>KernelCpu</key> <false/> <key>KernelHaswellE</key> <false/> <key>KernelLapic</key> <false/> <key>KernelPm</key> <true/> <key>KextsToPatch</key> <array> <dict> <key>Comment</key> <string>External icons patch</string> <key>Disabled</key> <false/> <key>Find</key> <data> RXh0ZXJuYWw= </data> <key>Name</key> <string>AppleAHCIPort</string> <key>Replace</key> <data> SW50ZXJuYWw= </data> </dict> <dict> <key>Comment</key> <string>change 15 port limit to 26 in XHCI kext</string> <key>Disabled</key> <false/> <key>Find</key> <data> g710////EA== </data> <key>Name</key> <string>AppleUSBXHCIPCI</string> <key>Replace</key> <data> g710////Gw== </data> </dict> <dict> <key>Comment</key> <string>TRIM function for non-Apple SSDs</string> <key>Disabled</key> <false/> <key>Find</key> <data> QVBQTEUgU1NEAA== </data> <key>Name</key> <string>IOAHCIBlockStorage</string> <key>Replace</key> <data> AAAAAAAAAAAAAA== </data> </dict> </array> </dict> <key>RtVariables</key> <dict> <key>BooterConfig</key> <string>0x28</string> <key>CsrActiveConfig</key> <string>0x67</string> <key>ROM</key> <string>UseMacAddr0</string> </dict> <key>SMBIOS</key> <dict> <key>BiosReleaseDate</key> <string>12/22/2016</string> <key>BiosVendor</key> <string>Apple Inc.</string> <key>BiosVersion</key> <string>IM171.88Z.0105.B15.1612221002</string> <key>Board-ID</key> <string>Mac-B809C3757DA9BB8D</string> <key>BoardManufacturer</key> <string>Apple Inc.</string> <key>BoardType</key> <integer>10</integer> <key>ChassisAssetTag</key> <string>iMac-Aluminum</string> <key>ChassisManufacturer</key> <string>Apple Inc.</string> <key>ChassisType</key> <string>0x13</string> <key>Family</key> <string>iMac</string> <key>LocationInChassis</key> <string>Part Component</string> <key>Manufacturer</key> <string>Apple Inc.</string> <key>Mobile</key> <false/> <key>ProductName</key> <string>iMac17,1</string> <key>Trust</key> <false/> <key>Version</key> <string>1.0</string> </dict> <key>SystemParameters</key> <dict> <key>InjectKexts</key> <string>Yes</string> <key>InjectSystemID</key> <true/> <key>NvidiaWeb</key> <true/> </dict> </dict> </plist> Link to comment Share on other sites More sharing options...
newphase Posted April 1, 2017 Share Posted April 1, 2017 Weird, though I would have sent it. CLOVER.zip phase’s iMac.ioreg.zip Link to comment Share on other sites More sharing options...
MaLd0n Posted April 1, 2017 Author Share Posted April 1, 2017 thanks <?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> <plist version="1.0"> <dict> <key>ACPI</key> <dict> <key>DSDT</key> <dict> <key>Debug</key> <false/> <key>DropOEM_DSM</key> <false/> <key>Fixes</key> <dict> <key>FixRegions_10000000</key> <true/> </dict> <key>Name</key> <string>DSDT.aml</string> <key>ReuseFFFF</key> <false/> </dict> <key>DropTables</key> <array> <dict> <key>Signature</key> <string>SSDT</string> <key>TableId</key> <string>Cpu0Ist</string> </dict> <dict> <key>Signature</key> <string>DMAR</string> </dict> <dict> <key>Signature</key> <string>SSDT</string> <key>TableId</key> <string>CpuPm</string> </dict> </array> <key>SSDT</key> <dict> <key>DropOem</key> <false/> <key>EnableC6</key> <true/> <key>Generate</key> <true/> </dict> </dict> <key>Boot</key> <dict> <key>Arguments</key> <string>dart=0</string> <key>Debug</key> <false/> <key>DefaultLoader</key> <string>boot.efi</string> <key>DefaultVolume</key> <string>Sierra</string> <key>Legacy</key> <string>PBR</string> <key>NeverHibernate</key> <true/> <key>Secure</key> <false/> <key>Timeout</key> <integer>5</integer> <key>XMPDetection</key> <string>Yes</string> </dict> <key>CPU</key> <dict> <key>UseARTFrequency</key> <false/> </dict> <key>Devices</key> <dict> <key>USB</key> <dict> <key>FixOwnership</key> <true/> <key>Inject</key> <true/> </dict> </dict> <key>GUI</key> <dict> <key>Mouse</key> <dict> <key>DoubleClick</key> <integer>500</integer> <key>Enabled</key> <false/> <key>Mirror</key> <false/> <key>Speed</key> <integer>8</integer> </dict> <key>Scan</key> <true/> <key>Theme</key> <string>BootCamp</string> </dict> <key>Graphics</key> <dict> <key>Inject</key> <false/> <key>NvidiaSingle</key> <false/> </dict> <key>KernelAndKextPatches</key> <dict> <key>AppleRTC</key> <true/> <key>AsusAICPUPM</key> <true/> <key>Debug</key> <false/> <key>DellSMBIOSPatch</key> <false/> <key>FakeCPUID</key> <string>0x0506e3</string> <key>KernelCpu</key> <false/> <key>KernelHaswellE</key> <false/> <key>KernelLapic</key> <false/> <key>KernelPm</key> <true/> <key>KextsToPatch</key> <array> <dict> <key>Comment</key> <string>External icons patch</string> <key>Disabled</key> <false/> <key>Find</key> <data> RXh0ZXJuYWw= </data> <key>Name</key> <string>AppleAHCIPort</string> <key>Replace</key> <data> SW50ZXJuYWw= </data> </dict> <dict> <key>Comment</key> <string>change 15 port limit to 26 in XHCI kext</string> <key>Disabled</key> <false/> <key>Find</key> <data> g710////EA== </data> <key>Name</key> <string>AppleUSBXHCIPCI</string> <key>Replace</key> <data> g710////Gw== </data> </dict> <dict> <key>Comment</key> <string>TRIM function for non-Apple SSDs</string> <key>Disabled</key> <false/> <key>Find</key> <data> QVBQTEUgU1NEAA== </data> <key>Name</key> <string>IOAHCIBlockStorage</string> <key>Replace</key> <data> AAAAAAAAAAAAAA== </data> </dict> </array> </dict> <key>RtVariables</key> <dict> <key>BooterConfig</key> <string>0x28</string> <key>CsrActiveConfig</key> <string>0x67</string> <key>ROM</key> <string>UseMacAddr0</string> </dict> <key>SMBIOS</key> <dict> <key>BiosReleaseDate</key> <string>12/22/2016</string> <key>BiosVendor</key> <string>Apple Inc.</string> <key>BiosVersion</key> <string>IM171.88Z.0105.B15.1612221002</string> <key>Board-ID</key> <string>Mac-B809C3757DA9BB8D</string> <key>BoardManufacturer</key> <string>Apple Inc.</string> <key>BoardType</key> <integer>10</integer> <key>ChassisAssetTag</key> <string>iMac-Aluminum</string> <key>ChassisManufacturer</key> <string>Apple Inc.</string> <key>ChassisType</key> <string>0x13</string> <key>Family</key> <string>iMac</string> <key>LocationInChassis</key> <string>Part Component</string> <key>Manufacturer</key> <string>Apple Inc.</string> <key>Mobile</key> <false/> <key>ProductName</key> <string>iMac17,1</string> <key>Trust</key> <false/> <key>Version</key> <string>1.0</string> </dict> <key>SystemParameters</key> <dict> <key>InjectKexts</key> <string>Yes</string> <key>InjectSystemID</key> <true/> <key>NvidiaWeb</key> <true/> </dict> </dict> </plist> zip file and post here Weird, though I would have sent it. u go to systempreference/sound and dont see nothing? check, is load try it bump version replace applealc and put lilu.kext in same folder Clover/kexts/10.12 Arquivo Comprimido.zip Link to comment Share on other sites More sharing options...
newphase Posted April 1, 2017 Share Posted April 1, 2017 (edited) u go to systempreference/sound and dont see nothing? I see audio device and it's active, but no sound. I'll try the files and let you know. Edit: Still no sound. Edited April 1, 2017 by newphase 1 Link to comment Share on other sites More sharing options...
tstc Posted April 1, 2017 Share Posted April 1, 2017 Here ya go MaLd0n config.plist.zip 1 Link to comment Share on other sites More sharing options...
MaLd0n Posted April 1, 2017 Author Share Posted April 1, 2017 I see audio device and it's active, but no sound. I'll try the files and let you know. Edit: Still no sound. Strange, alc887 put codeccommander in S/L/E and run kextutility by CVad Here ya go MaLd0n Here config.plist.zip replace and put SSDT.aml in Clover/Acpi/Patched 1 Link to comment Share on other sites More sharing options...
newphase Posted April 1, 2017 Share Posted April 1, 2017 Still no change Link to comment Share on other sites More sharing options...
MaLd0n Posted April 1, 2017 Author Share Posted April 1, 2017 Still no change send me ur DSDT, we try other IDs Link to comment Share on other sites More sharing options...
newphase Posted April 1, 2017 Share Posted April 1, 2017 send me ur DSDT, we try other IDs Here is the everest (win) acpi_dsdt acpi_dsdt.bin.zip Link to comment Share on other sites More sharing options...
MaLd0n Posted April 1, 2017 Author Share Posted April 1, 2017 test put, reboot DSDT.01.zip DSDT.02.zip DSDT.03.zip DSDT.05.zip DSDT.07.zip DSDT.11.zip Link to comment Share on other sites More sharing options...
newphase Posted April 1, 2017 Share Posted April 1, 2017 I tried all 2 times, did not work again. Link to comment Share on other sites More sharing options...
MaLd0n Posted April 1, 2017 Author Share Posted April 1, 2017 use DSDT 1 and update ur Clover https://sourceforge.net/projects/cloverefiboot/files/Installer/Clover_v2.4k_r4049.zip/download Link to comment Share on other sites More sharing options...
newphase Posted April 1, 2017 Share Posted April 1, 2017 I updated Clover to 4049 and select DSDT 1, no sound. Link to comment Share on other sites More sharing options...
MaLd0n Posted April 1, 2017 Author Share Posted April 1, 2017 put driver in Clover/Drivers64UEFI and reboot EmuVariableUefi-64.efi.zip Link to comment Share on other sites More sharing options...
newphase Posted April 1, 2017 Share Posted April 1, 2017 This file already exists, I replaced it. After reboot, nothing changed. Link to comment Share on other sites More sharing options...
MaLd0n Posted April 1, 2017 Author Share Posted April 1, 2017 No idea, bro, try a search forum for found solution. speak to Mirone Link to comment Share on other sites More sharing options...
newphase Posted April 1, 2017 Share Posted April 1, 2017 No idea, bro, try a search forum for found solution. speak to Mirone You are very helpful, thank you very much MaLd0n. 1 Link to comment Share on other sites More sharing options...
MaLd0n Posted April 1, 2017 Author Share Posted April 1, 2017 Welcome and enjoy! I hope you find a solution! Link to comment Share on other sites More sharing options...
MaLd0n Posted April 2, 2017 Author Share Posted April 2, 2017 man, try a old version I have many problem with new version too This version dont need Lilu AppleALC.kext 2.zip Link to comment Share on other sites More sharing options...
tstc Posted April 3, 2017 Share Posted April 3, 2017 Hey MaLd0n, do you foresee any action that will be required when kabylake is officiailly supported by macOS with the spoof that we're using? BTW This computer rocks, now! 1 Link to comment Share on other sites More sharing options...
MaLd0n Posted April 3, 2017 Author Share Posted April 3, 2017 BTW This computer rocks, now! Good Hey MaLd0n, do you foresee any action that will be required when kabylake is officiailly supported by macOS with the spoof that we're using? We need wait Apple Link to comment Share on other sites More sharing options...
Recommended Posts