Contribute
Register

The Perfect Customac-Pro: X99-A II, i7-6950X, 128GB G.Skill TridentZ, Aorus GTX 1080 TI Xtreme

Status
Not open for further replies.
I don't see a problem in your guide in regards to USB, but I know some motherboards will have an issue if not set to Smart Auto, I will post the kext folder that I use in clover, These are the only kexts I load for my build USB works for me if set to smart auto but not if I select enabled, auto, or manual.

And what about your USB 2.0 and USB 3.0 transfer rates? Are they ok? USB 3.0 should have transfer rates up to 700 Mbs, right? Of course, the actual transfer rates will depend on the plugged device. My actual USB 3.0 tranfer rates however are in the order of 113Mb/s...
 
Depends on what it is but usb3 can be up to 5Gbps winch in the case of my Samsung T3 Thunderbolt drive I get 450MB/s
113MB/s seems correct to me for a USB flash drive. USB is quoted in Gb/s not GB/s for example if you wanted to download a 1 megabyte file you would need an 8Mb/s connection, same applies for GB/s vs Gb/s. To download a Gigabyte file in one second you would need a 8Gb/s connection.
 
Last edited:
Try this one for audio and sleep

Stupid Question, you are rebooting after copy and pasting these config.plists in EFI/Clover right?

Same result also with your new config.plist: Boot on sleep, no HDMI output
 
Lets try 1 more, this is the same one as your original file with just one modification. Nothing to do with audio. Only sleep.
 

Attachments

  • config.plist
    7.8 KB · Views: 91
Lets try 1 more, this is the same one as your original file with just one modification. Nothing to do with audio. Only sleep.

O.K. although it was nearly my original config.plist I had to modify it before testing to be conform with the new USB settings. I just added the _OSI to XOSI ACPI DSDT Patch and in the "Device" section under "USB", I unticked "Inject" and ticked "Add ClockID", "FixOwnership" and "HighCurrent". See the attached config.plist, which else still contains your single modification.

Result: Reboot on Sleep :(
 

Attachments

  • config.plist
    8.2 KB · Views: 197
Is audio working now? I would check darkwake try different options there to be sure it's not that mainly darwake no 0 8 try the others if you want
 
Is audio working now? I would check darkwake try different options there to be sure it's not that mainly darwake no 0 8 try the others if you want

Sure, audio works now again with clover ALC and HDMI. I will play with darkwake and also once more check all BIOS settings. It must be quite late there already. Let's continue later. Many many thanks for all your help so far! Have a sound sleep!
 
Yes its 1 am here but I am working on a build using and ryzen, what a pain in the arse.
 
?

How? :lol: Can you provide a little bit more of additional information? ;)


Hello, I have a new problem now:banghead::banghead::banghead:

11.JPG


My computer hardware:
Motherboard:GA-X99-Designare EX
CPU: I7-6950X(10-core)
RAM:Corsair DOMINATOR Platinum Series Memory Kit for DDR4 Systems 3000 MT/s
System Disk:Samsung 950 PRO Series - 256GB PCIe NVMe - M.2 Internal SSD
Disk:Seagate 3TB BarraCuda SATA 6Gb/s 64MB Cache 3.5-Inch Internal Hard Drive (ST3000DM008)(12T)
Graphics:Gigabyte GeForce GTX 1080 XTREME Gaming Water Cooling Video Card (GV-N1080XTREME W-8GD)

My config file settings:
Code:
<?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>Patches</key>
            <array>
                <dict>
                    <key>Comment</key>
                    <string>Rename ALZA to HDEF</string>
                    <key>Disabled</key>
                    <false/>
                    <key>Find</key>
                    <data>
                    QUxaQQ==
                    </data>
                    <key>Replace</key>
                    <data>
                    SERFRg==
                    </data>
                </dict>
            </array>
            <key>ReuseFFFF</key>
            <false/>
        </dict>
        <key>SSDT</key>
        <dict>
            <key>DropOem</key>
            <false/>
            <key>Generate</key>
            <false/>
        </dict>
    </dict>
    <key>Boot</key>
    <dict>
        <key>Arguments</key>
        <string>-v dart=0 darkwake=0 npci=0x3000 nv_disable=1</string>
        <key>Debug</key>
        <false/>
        <key>DefaultLoader</key>
        <string>boot.efi</string>
        <key>DefaultVolume</key>
        <string>apple</string>
        <key>Legacy</key>
        <string>PBR</string>
        <key>Secure</key>
        <false/>
        <key>Timeout</key>
        <integer>5</integer>
        <key>XMPDetection</key>
        <false/>
    </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>Language</key>
        <string>en:0</string>
        <key>Mouse</key>
        <dict>
            <key>DoubleClick</key>
            <integer>500</integer>
            <key>Enabled</key>
            <true/>
            <key>Mirror</key>
            <false/>
            <key>Speed</key>
            <integer>8</integer>
        </dict>
        <key>Scan</key>
        <dict>
            <key>Entries</key>
            <true/>
            <key>Legacy</key>
            <true/>
            <key>Linux</key>
            <false/>
            <key>Tool</key>
            <true/>
        </dict>
        <key>ScreenResolution</key>
        <string>1920x1080</string>
    </dict>
    <key>Graphics</key>
    <dict>
        <key>Inject</key>
        <false/>
        <key>NvidiaSingle</key>
        <false/>
    </dict>
    <key>KernelAndKextPatches</key>
    <dict>
        <key>AppleRTC</key>
        <false/>
        <key>AsusAICPUPM</key>
        <false/>
        <key>Debug</key>
        <false/>
        <key>FakeCPUID</key>
        <string>0x040674</string>
        <key>KernelCpu</key>
        <false/>
        <key>KernelHaswellE</key>
        <false/>
        <key>KernelLapic</key>
        <false/>
        <key>KernelPm</key>
        <true/>
        <key>KernelToPatch</key>
        <array>
            <dict>
                <key>Disabled</key>
                <false/>
                <key>Find</key>
                <data>
                D7bEg8Dpg/hH
                </data>
                <key>Replace</key>
                <data>
                D7bEg8Dhg/hH
                </data>
            </dict>
            <dict>
                <key>Disabled</key>
                <false/>
                <key>Find</key>
                <data>
                vgcAAAAx0uiU/P//
                </data>
                <key>Replace</key>
                <data>
                vgcAAAAx0pCQkJCQ
                </data>
            </dict>
        </array>
        <key>KextsToPatch</key>
        <array>
            <dict>
                <key>Comment</key>
                <string>5960X 10.12</string>
                <key>Disabled</key>
                <false/>
                <key>Find</key>
                <data>
                SIH7AAAAQA==
                </data>
                <key>Name</key>
                <string>IOPCIFamily</string>
                <key>Replace</key>
                <data>
                SIH7AAAAgA==
                </data>
            </dict>
            <dict>
                <key>Comment</key>
                <string>change 15 port limit to 20 in XHCI kext (9-series) 10.12</string>
                <key>Disabled</key>
                <false/>
                <key>Find</key>
                <data>
                g710////EA==
                </data>
                <key>Name</key>
                <string>AppleUSBXHCIPCI</string>
                <key>Replace</key>
                <data>
                g710////FQ==
                </data>
            </dict>
        </array>
    </dict>
    <key>RtVariables</key>
    <dict>
        <key>BooterConfig</key>
        <string>0x28</string>
        <key>CsrActiveConfig</key>
        <string>0x67</string>
    </dict>
    <key>SMBIOS</key>
    <dict>
        <key>BiosReleaseDate</key>
        <string>06/12/2013</string>
        <key>BiosVendor</key>
        <string>Apple Inc.</string>
        <key>BiosVersion</key>
        <string>MP61.88Z.0116.B04.1312061508</string>
        <key>Board-ID</key>
        <string>Mac-F60DEB81FF30ACF6</string>
        <key>BoardManufacturer</key>
        <string>Apple Inc.</string>
        <key>BoardType</key>
        <integer>10</integer>
        <key>ChassisAssetTag</key>
        <string>Pro-Enclosure</string>
        <key>ChassisManufacturer</key>
        <string>Apple Inc.</string>
        <key>ChassisType</key>
        <string>06</string>
        <key>Family</key>
        <string>Mac Pro</string>
        <key>Manufacturer</key>
        <string>Apple Inc.</string>
        <key>ProductName</key>
        <string>Mac Pro6,1</string>
        <key>SerialNumber</key>
        <string>C02KNNW3F693</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>

BIOS Seiup:
1.Load Optimized Defaults
2.CPU supports VT-x,disable
3.OS Type to Other OS
4.IO SerialPort,disable
5.XHCI Handoff,Enable
6.X.M.P.Memory Profile to Profile1

What should I do now? Please help me, thank you very much!
?

How? :lol: Can you provide a little bit more of additional information? ;)
 
Hello, I have a new problem now:banghead::banghead::banghead:

View attachment 250018

My computer hardware:
Motherboard:GA-X99-Designare EX
CPU: I7-6950X(10-core)
RAM:Corsair DOMINATOR Platinum Series Memory Kit for DDR4 Systems 3000 MT/s
System Disk:Samsung 950 PRO Series - 256GB PCIe NVMe - M.2 Internal SSD
Disk:Seagate 3TB BarraCuda SATA 6Gb/s 64MB Cache 3.5-Inch Internal Hard Drive (ST3000DM008)(12T)
Graphics:Gigabyte GeForce GTX 1080 XTREME Gaming Water Cooling Video Card (GV-N1080XTREME W-8GD)

My config file settings:
Code:
<?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>Patches</key>
            <array>
                <dict>
                    <key>Comment</key>
                    <string>Rename ALZA to HDEF</string>
                    <key>Disabled</key>
                    <false/>
                    <key>Find</key>
                    <data>
                    QUxaQQ==
                    </data>
                    <key>Replace</key>
                    <data>
                    SERFRg==
                    </data>
                </dict>
            </array>
            <key>ReuseFFFF</key>
            <false/>
        </dict>
        <key>SSDT</key>
        <dict>
            <key>DropOem</key>
            <false/>
            <key>Generate</key>
            <false/>
        </dict>
    </dict>
    <key>Boot</key>
    <dict>
        <key>Arguments</key>
        <string>-v dart=0 darkwake=0 npci=0x3000 nv_disable=1</string>
        <key>Debug</key>
        <false/>
        <key>DefaultLoader</key>
        <string>boot.efi</string>
        <key>DefaultVolume</key>
        <string>apple</string>
        <key>Legacy</key>
        <string>PBR</string>
        <key>Secure</key>
        <false/>
        <key>Timeout</key>
        <integer>5</integer>
        <key>XMPDetection</key>
        <false/>
    </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>Language</key>
        <string>en:0</string>
        <key>Mouse</key>
        <dict>
            <key>DoubleClick</key>
            <integer>500</integer>
            <key>Enabled</key>
            <true/>
            <key>Mirror</key>
            <false/>
            <key>Speed</key>
            <integer>8</integer>
        </dict>
        <key>Scan</key>
        <dict>
            <key>Entries</key>
            <true/>
            <key>Legacy</key>
            <true/>
            <key>Linux</key>
            <false/>
            <key>Tool</key>
            <true/>
        </dict>
        <key>ScreenResolution</key>
        <string>1920x1080</string>
    </dict>
    <key>Graphics</key>
    <dict>
        <key>Inject</key>
        <false/>
        <key>NvidiaSingle</key>
        <false/>
    </dict>
    <key>KernelAndKextPatches</key>
    <dict>
        <key>AppleRTC</key>
        <false/>
        <key>AsusAICPUPM</key>
        <false/>
        <key>Debug</key>
        <false/>
        <key>FakeCPUID</key>
        <string>0x040674</string>
        <key>KernelCpu</key>
        <false/>
        <key>KernelHaswellE</key>
        <false/>
        <key>KernelLapic</key>
        <false/>
        <key>KernelPm</key>
        <true/>
        <key>KernelToPatch</key>
        <array>
            <dict>
                <key>Disabled</key>
                <false/>
                <key>Find</key>
                <data>
                D7bEg8Dpg/hH
                </data>
                <key>Replace</key>
                <data>
                D7bEg8Dhg/hH
                </data>
            </dict>
            <dict>
                <key>Disabled</key>
                <false/>
                <key>Find</key>
                <data>
                vgcAAAAx0uiU/P//
                </data>
                <key>Replace</key>
                <data>
                vgcAAAAx0pCQkJCQ
                </data>
            </dict>
        </array>
        <key>KextsToPatch</key>
        <array>
            <dict>
                <key>Comment</key>
                <string>5960X 10.12</string>
                <key>Disabled</key>
                <false/>
                <key>Find</key>
                <data>
                SIH7AAAAQA==
                </data>
                <key>Name</key>
                <string>IOPCIFamily</string>
                <key>Replace</key>
                <data>
                SIH7AAAAgA==
                </data>
            </dict>
            <dict>
                <key>Comment</key>
                <string>change 15 port limit to 20 in XHCI kext (9-series) 10.12</string>
                <key>Disabled</key>
                <false/>
                <key>Find</key>
                <data>
                g710////EA==
                </data>
                <key>Name</key>
                <string>AppleUSBXHCIPCI</string>
                <key>Replace</key>
                <data>
                g710////FQ==
                </data>
            </dict>
        </array>
    </dict>
    <key>RtVariables</key>
    <dict>
        <key>BooterConfig</key>
        <string>0x28</string>
        <key>CsrActiveConfig</key>
        <string>0x67</string>
    </dict>
    <key>SMBIOS</key>
    <dict>
        <key>BiosReleaseDate</key>
        <string>06/12/2013</string>
        <key>BiosVendor</key>
        <string>Apple Inc.</string>
        <key>BiosVersion</key>
        <string>MP61.88Z.0116.B04.1312061508</string>
        <key>Board-ID</key>
        <string>Mac-F60DEB81FF30ACF6</string>
        <key>BoardManufacturer</key>
        <string>Apple Inc.</string>
        <key>BoardType</key>
        <integer>10</integer>
        <key>ChassisAssetTag</key>
        <string>Pro-Enclosure</string>
        <key>ChassisManufacturer</key>
        <string>Apple Inc.</string>
        <key>ChassisType</key>
        <string>06</string>
        <key>Family</key>
        <string>Mac Pro</string>
        <key>Manufacturer</key>
        <string>Apple Inc.</string>
        <key>ProductName</key>
        <string>Mac Pro6,1</string>
        <key>SerialNumber</key>
        <string>C02KNNW3F693</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>

BIOS Seiup:
1.Load Optimized Defaults
2.CPU supports VT-x,disable
3.OS Type to Other OS
4.IO SerialPort,disable
5.XHCI Handoff,Enable
6.X.M.P.Memory Profile to Profile1

What should I do now? Please help me, thank you very much!

I sill need more information. Does this happen with your USB boot media or after Sierra installation? Did you use my guide to create the USB boot medium and to perform the Sierra installation and post-installation process?? It does not look like....
Anyway, did you try to boot with npci=0x2000 instead of npci=0x3000? Try to boot with the voodooHDA.kext first instead of AppleALC, set KernelPM to false, etc.

The best would be that you perform a new installation following my guide. By this you might get rid of your problems.
 
Last edited:
Status
Not open for further replies.
Back
Top