Contribute
Register

ASUS ROG Strix H370-I Gaming build

Status
Not open for further replies.
Hi, Sennen
I made the same Broadcom-Mod like you and i get Bluetooth running but no Wifi.
Could you share your Kext-Folder with me?
 
Hi, Sennen
I made the same Broadcom-Mod like you and i get Bluetooth running but no Wifi.
Could you share your Kext-Folder with me?

Do you have AirportBrcmFixup.kext, BrcmFirmwareData.kext and BrcmPatchRAM2.kext (plus Lilu.kext of course)? You might need "brcmfx-country=XX" (e.g "brcmfx-country=ES") boot argument.
 
yes, i have all of them plus FakePCIID.kext and FakePCIID_Broadcom_Wifi.kext
I also set the custom flag with my country-id

The Bluetooth is on and i can connect with my magicmouse. Thats not the problem.
but wifi-symbol is grey und the mouse-over says "No hardware installed"
in the systeminformation is also no wifi-hardware.

i dont know what i can do anymore. what versions are your kexts?
 
what versions are your kexts?
AirportBrcmFixup.kext: 1.1.6
BrcmFirmwareData.kext: 2.2.10
BrcmPatchRAM2.kext: 2.2.10
Lilu.kext: 1.2.8

I don't think you need FakePCIID.kext and FakePCIID_Broadcom_Wifi.kext (I'm not using them and it works).
 
Hello everyone, I have a new problem, my audio is not working in Mojave.
 
Last edited:
My issue is up-stream from most of this thread. I can get to the OS install screen, but as soon as Clover starts the process, I do not have keyboard or mouse control. So no way to do anything when it gets to the first OS install screen... select a language.
Here's what I have done:
- built installer using UniBeast, the latest version for High Sierra.
- The installer is on an 8gig, usb2 thumb drive.
- Added USBinjectALL, XHCI-unsupported and other kext files mentioned in this and other threads.
- I have added the lines of code to the volumes>efi>efi>clover>plist file to help with usb3 ports.
- In the Clover installer settings I enter the following: nu_delete=1 this was suggested in a build of a similar Rog Strix 370 board. It seems to boot to the installer smoother. Not sure what it does otherwise.

My build is:
- Rog Strix H370-I gaming, Bios v.1404
- 8 gigs of ram
- onboard graphics
- one M.2 memory card in the bottom mount.
- Settings for the Bios are as indicated in this thread.

The system boots perfectly to the USB installer. My keyboard has LEDs. Those stay on until Clover is launched and the apple appears. Then the keyboard goes dark. Interestingly enough I have a LED USB flexible work light attached to another port and it stays lit, so the power is still present in all the ports. But data stops.

I've read stuff on this, all over this site and others. Tried about everything suggested. No joy.
Any help with this would be greatly appreciated.

EDIT---- The USBinjectALL.kext installed in either the Volumes>efi>efi>clover>efi>kext>other, or in the efi>kext>other folder on the visible drive, ends up stopping the Clover boot with a black screen and a 'do not' symbol. Removed that kext. Still no USB. However, when it gets to the start of the install OS screen (Language), I can unplug the keyboard, plug it back in and it lights up again. But it's still dead on the data side. Weird stuff this USB issue.


Bob
 
Last edited:
USB problems

The short answer is that you have (almost certainly) missed one of the steps needed to get USB functioning (the same applies when creating the USB installer as when completing the installation).

Reiterating, you need:
1. Devices->USB->Inject and FixOwnership (easiest to do this in Clover Configurator), otherwise its
Code:
    <key>Devices</key>
    <dict>
        stuff
        <key>USB</key>
        <dict>
            <key>FixOwnership</key>
            <true/>
            <key>Inject</key>
            <true/>
        </dict>
        more stuff
    </dict>
2. USBInjectAll.kext and XHCI-300-series-injector.kext in /Volumes/EFI/EFI/Clover/kexts/Other
3. Disable port limit with a patch in config.plist -> KernelAndKextPatches -> KextsToPatch. This depends on the version of MacOS you're installing but for 10.13.6 it would look like:
Code:
    <key>KernelAndKextPatches</key>
    <dict>
        stuff
        <key>KextsToPatch</key>
        <array>
            stuff
            <dict>
               <key>Comment</key>
               <string>USB 10.13.6 by PMHeart</string>
                <key>Disabled</key>
                <false/>
                <key>Find</key>
                <data>
               g32IDw+DpwQAAA==
               </data>
               <key>InfoPlistPatch</key>
               <false/>
                <key>MatchOS</key>
                <string>10.13.x</string>
                <key>Name</key>
                <string>com.apple.driver.usb.AppleUSBXHCI</string>
                <key>Replace</key>
               <data>
               g32ID5CQkJCQkA==
                </data>
            </dict>
            more stuff
        </array>
    </dict>

Might also be worth checking that you have Legacy USB Support: Enabled in the BIOS.
 
Last edited:
Customac Mini Build - Followed the specs listed in the buyers guide.
Intel Core i5-8400 Desktop Processor 6 Cores up to 4.0GHz Turbo LGA1151 300 Series 65W BX80684i58400
High Sierra 10.13.5 Install
32 GB Ram
Processor 2.81 Ghz unknown

Struggling to get Audio and Wifi Working.
Video Drivers..
System does not reboot when I select restart, or won't reboot with a shutdown and pressing power button, have to power off.

Thanks

Hello All,

my configuration is

ASUS ROG Strix H370I
Intel Core i5-8400
High Sierra 10.13.6
16 GB Ram

Issue:
Processor 2.81 Ghz unknown
NVidia GTX 980 not recognized (Monitor 8Mb) or non fully work (CUDA and WEB Driver installed)

Can Anyone help especialy with the GTX issue?
Thanks in Advice
Regards
 
Status
Not open for further replies.
Back
Top