Contribute
Register

Gigabyte ga-x99m gaming 5 USB3.0 hdd keep disconnecting

Status
Not open for further replies.
Joined
Feb 24, 2012
Messages
171
Motherboard
HP ProBook 470 G5 (Clover)
CPU
i7-8550u
Graphics
UHD 620
Mac
  1. Mac Pro
Mobile Phone
  1. Android
Hi guys! I have some problems on this machine otherwise it is a great setup!

So, the problems:

1. usb3.0 hdd keep disconnecting. I'm using latest FakePCIID_XHCIMux.kext and FakePCIID.kext. With this kext my Clevo laptop work great.

2. my samsung pci-e ahci ssd working on 2 instead of x4, so the read/write speed are half of what it should be. Have no idea how to make it run at x4...

3. my 4K DELL monitor don't want to pull out 4K@60Hz, but it should!
https://support.apple.com/en-us/HT202856

Those are some reports and screenshot, not all screenshots are related to issues described above:
https://www.dropbox.com/s/qa56lq9oinrahd8/Kernel Paniks.zip?dl=0

Any help would be apreciated!
Thanks!
 
Hi guys! I have some problems on this machine otherwise it is a great setup!

So, the problems:

1. usb3.0 hdd keep disconnecting. I'm using latest FakePCIID_XHCIMux.kext and FakePCIID.kext. With this kext my Clevo laptop work great.

2. my samsung pci-e ahci ssd working on 2 instead of x4, so the read/write speed are half of what it should be. Have no idea how to make it run at x4...

3. my 4K DELL monitor don't want to pull out 4K@60Hz, but it should!
https://support.apple.com/en-us/HT202856

Those are some reports and screenshot, not all screenshots are related to issues described above:
https://www.dropbox.com/s/qa56lq9oinrahd8/Kernel Paniks.zip?dl=0

Any help would be apreciated!
Thanks!
1. Install latest bios (F21a): http://forums.tweaktown.com/gigabyte/28441-gigabyte-latest-beta-bios.html
2. Remove those USB kext, they're not necessary on your board.
3. Make the appropriate USB edits to your config.plist.

PHP:
    <key>ACPI</key>
    <dict>
        <key>DSDT</key>
        <dict>
            <key>Debug</key>
            <false/>
            <key>DropOEM_DSM</key>
            <false/>
            <key>Name</key>
            <string>DSDT.aml</string>
            <key>Patches</key>
            <array>
                <dict>
                    <key>Comment</key>
                    <string>change EHC2 to EH02</string>
                    <key>Find</key>
                    <data>
                    RUhDMg==
                    </data>
                    <key>Replace</key>
                    <data>
                    RUgwMg==
                    </data>
                </dict>
                <dict>
                    <key>Comment</key>
                    <string>change XHCI to XH01</string>
                    <key>Find</key>
                    <data>
                    WEhDSQ==
                    </data>
                    <key>Replace</key>
                    <data>
                    WEgwMQ==
                    </data>
                </dict>
                <dict>
                    <key>Comment</key>
                    <string>change EHC1 to EH01</string>
                    <key>Find</key>
                    <data>
                    RUhDMQ==
                    </data>
                    <key>Replace</key>
                    <data>
                    RUgwMQ==
                    </data>
                </dict>
            </array>
and
PHP:
    <key>KernelAndKextPatches</key>
    <dict>
        <key>KextsToPatch</key>
        <array>
            <dict>
                <key>Comment</key>
                <string>remove usb limit</string>
                <key>Find</key>
                <data>
                g72M/v//EA==
                </data>
                <key>Name</key>
                <string>AppleUSBXHCIPCI</string>
                <key>Replace</key>
                <data>
                g72M/v//Hg==
                </data>
            </dict>
        </array>

4. If your SSD is m.2 than 2X is the max you'll get from this board...

DiskSpeedTest.png

5. Have no idea on your 4k video problem...

6. With a GB score of 29000 you obviously clocked the crap out the board, back off on it until you get everything working correctly.
 
1. Install latest bios (F21a): http://forums.tweaktown.com/gigabyte/28441-gigabyte-latest-beta-bios.html
2. Remove those USB kext, they're not necessary on your board.
3. Make the appropriate USB edits to your config.plist.

PHP:
    <key>ACPI</key>
    <dict>
        <key>DSDT</key>
        <dict>
            <key>Debug</key>
            <false/>
            <key>DropOEM_DSM</key>
            <false/>
            <key>Name</key>
            <string>DSDT.aml</string>
            <key>Patches</key>
            <array>
                <dict>
                    <key>Comment</key>
                    <string>change EHC2 to EH02</string>
                    <key>Find</key>
                    <data>
                    RUhDMg==
                    </data>
                    <key>Replace</key>
                    <data>
                    RUgwMg==
                    </data>
                </dict>
                <dict>
                    <key>Comment</key>
                    <string>change XHCI to XH01</string>
                    <key>Find</key>
                    <data>
                    WEhDSQ==
                    </data>
                    <key>Replace</key>
                    <data>
                    WEgwMQ==
                    </data>
                </dict>
                <dict>
                    <key>Comment</key>
                    <string>change EHC1 to EH01</string>
                    <key>Find</key>
                    <data>
                    RUhDMQ==
                    </data>
                    <key>Replace</key>
                    <data>
                    RUgwMQ==
                    </data>
                </dict>
            </array>
and
PHP:
    <key>KernelAndKextPatches</key>
    <dict>
        <key>KextsToPatch</key>
        <array>
            <dict>
                <key>Comment</key>
                <string>remove usb limit</string>
                <key>Find</key>
                <data>
                g72M/v//EA==
                </data>
                <key>Name</key>
                <string>AppleUSBXHCIPCI</string>
                <key>Replace</key>
                <data>
                g72M/v//Hg==
                </data>
            </dict>
        </array>

4. If your SSD is m.2 than 2X is the max you'll get from this board...

View attachment 172514

5. Have no idea on your 4k video problem...

6. With a GB score of 29000 you obviously clocked the crap out the board, back off on it until you get everything working correctly.
Hi kduvernay! Thank you for answering!
Before proceed I would like to say that I'm on 10.11.2 and from what I've read I shoud use Rehabman kexts...

So, what I did:

1. update the firmware and now pc not boot every time, I have kernel panic on boot and reboot. I'm trying to fix this now by editing my dsdt.

2. I was sure they are necessary for El Capitan.

3. Those edit I've already don on my dsdt.

4. my fault, I wasn't read carefully the motherboard specs... I have the same speed...

5. ok.

6. sorry for my English, do you mean I'm overclocked it? If so I'm not! This is the genuine score of my $500 ES 14core xeon cpu and sincerely I have no idea how to overclock a xeon! And from what I kow the only way to increase the speed on xeon is to increase the bkcl.

Ok, I'm deleted both kexts and going to see if I can do something with kernel panics!

Thank you again!
 
1. Install latest bios (F21a): http://forums.tweaktown.com/gigabyte/28441-gigabyte-latest-beta-bios.html
2. Remove those USB kext, they're not necessary on your board.

6. With a GB score of 29000 you obviously clocked the crap out the board, back off on it until you get everything working correctly.

Kduvernay, seams to be you are right, usb3.0 hdd are not disconnecting now, I'm still copying some GB to test but no more "disconnect before unplug..." messages! Thank you for the tip!

So for now I have the one last problem: multiplier on my cpu under load is x12...before updating the bios the multiplier was x25 (my ES xeon should have it at x27, but for some reason it was max at x25). And now, after updating the bios, I can randomly see multiplier go to x27, wow, but not under load...Any idea?
Thank you!
 
Ok, after some testing, with new bios and old dsdt I can boot without kernel panics, under load the multiplier is x25 and I neve can see x26 or x27...
 
Ok, after some testing, with new bios and old dsdt I can boot without kernel panics, under load the multiplier is x25 and I neve can see x26 or x27...
After a bios update you need to generate a new DSDT, providing you even need one at all. Are you using NullCpuPM.kext? Also you might try moving all your kext to EFI/Clover/Kexts/Other...

Screen Shot 2016-01-18 at 10.55.22 AM.png

I've attached a config.plist, maybe you'll find something usefull in it...

View attachment config.plist
 
After a bios update you need to generate a new DSDT, providing you even need one at all. Are you using NullCpuPM.kext? Also you might try moving all your kext to EFI/Clover/Kexts/Other...

View attachment 172695

I've attached a config.plist, maybe you'll find something usefull in it...

View attachment 172694

Hi kduvernay!
No, I'm not using NullCpuPM.kext. My CPU is working fine with ssdt generated by Pike's script and I sincerely don't understand why you are using it...
Since I've updated the bios my hack don't boot, loop reboot, it booted after 4 hours of loop. The problem for me is my dsdt was edited by a Russian guy, not by me, now I'm looking to what he did on old dsdt and try to do the same work.

Both my kexts are inside /10.11 folder. I'm using only FakeSMC.kext and VoodooTSCSync.kext The only kext inside S/L/E folder is AppleHDA.kext.

About usb3.0: I did like you said, seams to be working but the strange thing is all usb2.0 devices are on usb3.0 bus. Do you have the same situation?
Thanks!
 
Status
Not open for further replies.
Back
Top