Z87 Chipset Driver For Mac

2010-8-18  ATI Radeon HD4350 512MB under Mac OS X 10.5.8; Sign in to follow this. ATI Radeon HD4350 512MB under Mac OS X 10.5.8. By Mac4ever93, September 30, 2009 in ATi. I patched this kext by my own for the Radeon HD 4350. Hd 4350 driver for mac Here Are Files Of Mine. All files are tested by me so you can download and enjoy!all files are tested by me so you can download and enjoy! We have drivers, software, games, music, video and any other known files. You probably want to bookmark this blog.

  1. Via Chipset Driver Download
  2. Z87 Chipset Driver For Mac
  3. Intel Chipset Driver Download
  4. Intel Z87 Chipset Driver
  5. Z87 Chipset Driver
  6. Z87 A Drivers
Joined
Apr 7, 2018
Messages
85
Motherboard
Asus ROG Strix Z390-I Gaming
CPU
i7-8700K
Graphics
Vega 56
Mac
Mobile Phone

Hey guys, In this guide I will guide you through the installation process of Mac OS High Sierra based on my experience. Nintendo rvl cnt 01 driver for mac. This guide is mentioned for people who have a MSI G45 Z87 motherboard build but maybe others will have benefit from this too.

Hey guys,
  1. Tonymacx86.com: Home of the CustoMac Buyer’s Guide, iBoot, MultiBeast, UniBeast, and the world’s most helpful #hackintosh #mac #osx support community.
  2. Please check with the system vendor to determine if your system delivers this feature, or reference the system specifications (motherboard, processor, chipset, power supply, HDD, graphics controller, memory, BIOS, drivers, virtual machine monitor-VMM, platform software, and/or operating system) for feature compatibility.
  3. This package provides Intel Z87 Chipset Driver and is supported on XPS 8700 running the following Windows Operating systems: Windows 7 and Windows 8. Format Description:Dell Update Packages (DUP) in Microsoft Windows 32bit format have been designed to run on Microsoft Windows 64bit Operating Systems.
  4. So the latest version of the Intel Chipset drivers is 10.0.26 but even from the the release notes I can't tell if it actually supports the Z87 chipset. The driver page for my Z87-A was pretty much.
  5. Support information for Intel® Desktop Boards with Intel® Z87 Chipset.
  6. Nothing Happens After INF Installation When Using Intel® Chipset Software Installation Utility Intel® Chipset Device Software Update Through Microsoft Windows* Update Overwrites Existing Device Drivers Causing Loss of Functionality.
In this guide I will guide you through the installation process of Mac OS High Sierra based on my experience. This guide is mentioned for people who have a MSI G45 Z87 motherboard build but maybe others will have benefit from this too.
My Build
  • Motherboard: MSI G45 Z87 Gaming;
  • Processor: Intel core I5 4670K;
  • Graphics: EVGA GTX 970 FTW;
  • Memory: Corsair Vengeance 1600MHz LP 4 x 4GB (total 16GB RAM);
  • SSD1: Samsung 850 evo (250GB), used for Mac OS;
  • SSD2: Sandisk SSD plus 240GB, used for Windows;
  • HDD: Western Digital (1 terabyte);
  • WIFI: TP-Link TL-WDN4800;
  • PSU: Corsair CX500 watt;
  • Case: Bitfenix Pandora ATX with LCD;
  • Mouse: Logitech G500;
  • Keyboard: Corsair STRAFE
Let's get started.
Create bootable USB
Requirements:
  • Real Mac or Hackintosh;
  • USB (minimum 8GB);
  • UniBeast (latest) -> https://www.tonymacx86.com/resources/categories/tonymacx86-downloads.3/;
  • Clover configurator -> https://www.tonymacx86.com/resources/clover-configurator.335/;
  • MaciASL -> https://bitbucket.org/RehabMan/os-x-maciasl-patchmatic/downloads/.
Steps:
  1. Open Mac App Store;
  2. Download MacOS High Sierra (5GB+ installer). Note: If you only get the 19.x mb installer first try to update your system to the latest and try again;
  3. High Sierra installer will appear in /Applications;
  4. Insert your USB stick into your PC;
  5. Open /Applications/Utilities/Disk Utility;
  6. Select inserted USB drive in left column and click erase button;
  7. Type USB in name field;
  8. Select Mac OS Extended (Journaled) in format field;
  9. Select GUID Partition Map in Scheme field;
  10. Click erase then done;
  11. Open UniBeast;
  12. Click continue until you can select a destination;
  13. Select your USB and continue;
  14. Select UEFI Boot Mode and continue;
  15. At graphics configuration be sure all check boxes are unchecked and continue;
  16. Verify installation and click continue and then install;
  17. Open Clover Configurator;
  18. Select Mount EFI in left column and mount EFI from your USB stick;
  19. Go to EFI/CLOVER/ and open config.plist with Clover Configurator;
  20. Select Boot in left column and check Verbose(-v) and dart=0 under arguments;
  21. Select Devices and set intelGFX to 0x04128086 under Fake ID, select audio to 1 under audio;
  22. Select Graphics and check inject Intel;
  23. Select Rt Variables and set BooterConfig to 0x28 and CsrActiveConfig to 0x67;
  24. Select SMBIOS and be sure product name is Imac14,2;
  25. Select System Parameters and be sure inject Kexts = Yes and inject System ID is checked;
  26. Safe config and exit.
If you have a dedicated graphics card like me you need to disable it. Otherwise during the installation boot you will get this error 'Window Server Service only ran for 0 seconds'. If you only use Intel onboard graphics you can skip this part of the guide. This part of the guide is based on Rehabman's guide ->https://www.tonymacx86.com/threads/fix-window-server-service-only-ran-for-0-seconds-with-dual-gpu.233092/
Steps:
  1. Boot into Windows (I used Windows 10);
  2. Open Device manager;
  3. Under display adapters right click on your dedicated graphics card and select properties;
  4. Go to tab details and select BIOS device name in property list.
  5. Copy the value, for example my value was _SB.PCI0.PEG0.PEGP;
  6. Now we know the ACPI path of our dedicated graphics card and we are able to create a custom SSDT file to disable it.
  7. Open MaciASL and go to Preferences;
  8. Click iASL tab and be sure ACPI 6.0 is checked;
  9. Click file in menu bar and select new to create a new file;
10. Copy the above code in MaciASL and change _SB.PCI0.PEG0.PEGP text to your ACPI path;
11. Click compile and be sure there are zero errors;
12. Click file in menu bar and in select save as;
13. In Save As field type SSDT-DiscreteSpoof.aml and select ACPI Machine Language Binary as File Format;
14. Copy the generated SSDT-DiscreteSpoof.aml file to your USB /EFI/CLOVER/ACPI/patched.
15. Open your config.plist with Clover Configurator once again;
16. Select Acpi and under Patches section add this patch:
Bios pmpatch
Steps:
  1. First you will need to patch your bios with pmpatch;
  2. Search in google for pmpatch and patch your latest bios or download the already patched 1.9 version below;
  3. After patching update your bios.
Bios settings
Settings/Advanced/Integrated Peripherals
Onboard LAN Controller: Enabled;
LAN Option ROM: Disabled;
Network stack: Disabled;
Sata Mode: AHCI Mode;
HD Audio Controller: Enabled;
HPET: Enabled.
Settings/Advanced/Integrated Graphics Configuration
Virtual Technology: Disabled;
Initiate Graphic Adapter: IGD -> Note: This is only needed during the Mac OS installation process. This will activate the onboard graphics. Don't forget to connect your monitor to the HDMI/DVI connector of your motherboard and NOT your dedicated video card. After installation set this to PEG to use your dedicated videocard again;
IGD Multi-Monitor: Disabled.
Settings/Advanced/Intel(R) Rapid Start Technology
Settings/Advanced/USB Configuration
USB Controller: Enabled;
XHCI Hand-off: Enabled;
EHCI Hand-off: Enabled;
Legacy USB Support: Enabled.
Settings/Advanced/Intel(R) Smart connect Configuration
Settings/Advanced/Windows 8/8.1 Configuration
Windows 8/8.1 Feature: Disabled;
MSI Fast Boot: Disabled.
Settings/Advanced/Wake Up Event Setup -> Note: optional, if you want to wake from sleep with keyboard or mouse
Wake Up Event By: BIOS;
Resume From S3/S4/S5 by USB Device: Enabled.
Mac OS Installation
Steps:
  1. Insert your USB stick and boot UEFI;
  2. In CLOVER menu select your USB and boot the installer;
  3. If you have problems during installer boot, be sure to read the above instructions once again;
  4. After you reach the installer go to Disk Utility;
  5. Select target drive format to Mac OS Extended (Journaled) or APFS Note: Only use APFS if you have compatible SSD hardware/firmware compatibility;
  6. Exit Disk Utility and follow steps in installer to install High Sierra on target SSD/HDD.
Install CLOVER bootloader
Requirements:
  • CLOVER bootloader -> https://sourceforge.net/projects/cloverefiboot/files/latest/download
Steps:
  1. Open clover bootloader installer;
  2. Next, Next;
  3. Change location to target SSD/HDD;
  4. Click customize button;
  5. Check Install For UEFI booting only;
  6. Check Install Clover in the ESP;
  7. Select a theme you prefer in Themes;
  8. Check OsxAptioFix2Drv-64 and check OsxFatBinaryDrv-64 under Drivers64UEFI;
  9. Click install and reboot.
Power Management
Requirements:
  • ssdtPRGen.sh script -> https://github.com/Piker-Alpha/ssdtPRGen.sh;
  • Clover configurator -> https://www.tonymacx86.com/resources/clover-configurator.335/.
Source: Rehabman's guide -> https://www.tonymacx86.com/threads/guide-native-power-management-for-laptops.175801/
Steps:
  1. Open Terminal;
  2. Execute these commands to disable hibernation:
3. Then Navigate in terminal to ssdtPRGen.sh-Beta folder;
4. Execute these commands:
5. Navigate to ~/Library/ssdtPRGen/SSDT.aml;
6. Mount EFI with Clover Configurator and copy SSDT.aml to /EFI/CLOVER/ACPI/patched;
7. Reboot.​Configure SMBIOS
Follow this guide to configure your SMBIOS correctly -> https://www.tonymacx86.com/threads/guide-how-to-configure-your-systems-smbios-correctly.198155/Note: Use iMac14,2 as SMBIOS.​

DSDT and SSDT patching
Requirements:
  • MaciASL -> https://bitbucket.org/RehabMan/os-x-maciasl-patchmatic/downloads/;
  • iasl -> https://bitbucket.org/RehabMan/acpica/downloads/;
  • Clover configurator -> https://www.tonymacx86.com/resources/clover-configurator.335/.
Source: Rehabman's guide -> https://www.tonymacx86.com/threads/guide-patching-laptop-dsdt-ssdts.152573/
Steps:
  1. Reboot your system and boot Clover Menu;
  2. Hit f4 to extract original APCI files;
  3. Boot into Mac OS;
  4. Open Clover configurator and go to Mount EFI;
  5. Mount EFI and open partition;
  6. Go to EFI/CLOVER/ACPI/ and copy origin folder to desktop;
  7. Open terminal and cp to iasl location and execute sudo cp iasl /usr/bin;
  8. Open terminal and cp to /Desktop/origin;
  9. Execute command iasl -da -dl DSDT.aml SSDT*.aml to disassemble files;
  10. Exit terminal and go to folder origin;
  11. Copy all *.dsl files to a new folder called patched;
  12. Open DSDT.dsl with MaciASL;
  13. Click patch button and copy paste this code and hit apply and then close;
14. Open button patch and go in the left column to RehabMan Laptop repo;
15. Select [syn] Fix PARSEOP_ZERO Error and click apply and close;
16. If you now hit button compile it says zero errors;
17. Also apply these patches:
'Fix _WAK Arg0 v2'
'HPET Fix'
'SMBUS Fix'
'RTC Fix'
'OS Check Fix (Windows 8)'
'Fix Mutex with non-zero SyncLevel'
'Add IMEI'
'Rename PCI0.GFX0 to PCI0.IGPU'
'Rename GFX0 to IGPU'
'Rename B0D3 to HDAU'​
18. Hit Command + f and search for XWAK method;
19. Add Return(0) to it like this:
20. Click file in menu bar and in select save as;
21. In Save As field type DSDT.aml and select ACPI Machine Language Binary as File Format;
22. Copy the generated DSDT.aml file to your /EFI/CLOVER/ACPI/patched.
23. Open SSDT-3-SaSsdt.dsl with MaciASL;
24. Apply these patches:
25. Compile to check for errors;
26. Click file in menu bar and in select save as;
27. In Save As field type SSDT-3-SaSsdt.aml and select ACPI Machine Language Binary as File Format;
28. Copy the generated SSDT-3-SaSsdt.aml file to your /EFI/CLOVER/ACPI/patched.
29. Open SSDT-4-IsctTabl.dsl with MaciASL;
30. Apply this patch:
'Rename PCI0.GFX0 to PCI0.IGPU'​
31. Click file in menu bar and in select save as;
32. In Save As field type SSDT-4-IsctTabl.aml and select ACPI Machine Language Binary as File Format;

Via Chipset Driver Download

33. Copy the generated SSDT-4-IsctTabl.aml file to your /EFI/CLOVER/ACPI/patched.
34. Navigate to /EFI/CLOVER/ and open config.plist with Clover Configurator;
35. Select ACPI and add these patches under DSDT Patches:
36. Also check Drop OEM under SSDT;
37. Save config.plist;
38. Reboot.​Fixing Nvidia Graphics
Requirements:
  • Nvidia driver -> https://www.tonymacx86.com/nvidia-drivers/;
  • Clover configurator -> https://www.tonymacx86.com/resources/clover-configurator.335/;
  • NvidiaGraphicsFixup.kext -> https://sourceforge.net/projects/nvidiagraphicsfixup/;
  • Lilu.kext -> https://github.com/vit9696/Lilu/releases.
Source: Tonyx86 -> https://www.tonymacx86.com/threads/nvidia-releases-alternate-graphics-drivers-for-macos-high-sierra-10-13-1-378-10-10-10-20.236101/
Steps:

  1. Download the Nvidia driver which correspond with your OS version;
  2. Open driver setup and follow steps until installation is completed;
  3. Open EFI with Clover Configurator;
  4. Navigate to /EFI/CLOVER/Kexts/Other/ and copy NvidiaGraphicsFixup.kext and Lilu.kext to it;
  5. Navigate to /EFI/CLOVER/ and open config.plist with Clover Configurator;
  6. Click System Parameters in left column and check NvidiaWeb and Inject System ID;
  7. Also select Yes for inject Kexts;
  8. Click Boot and under arguments uncheck nada_drv=1;
  9. Click Graphics and uncheck Inject intel and inject Nvidia;
  10. Reboot and check if graphics is working.
Fixing Onboard Graphics
Requirements:
  • Clover configurator -> https://www.tonymacx86.com/resources/clover-configurator.335/;
  • intelgraphicsfixup.kext -> https://sourceforge.net/projects/intelgraphicsfixup/;
  • FakePCIID.kext -> https://bitbucket.org/RehabMan/os-x-fake-pci-id/downloads/;
  • FakePCIID_Intel_HD_Graphics.kext -> https://bitbucket.org/RehabMan/os-x-fake-pci-id/downloads/;
  • Lilu.kext -> https://github.com/vit9696/Lilu/releases.
Steps:
  1. Open EFI with Clover Configurator;
  2. Navigate to /EFI/CLOVER/Kexts/Other/ and copy intelgraphicsfixup.kext, FakePCIID.kext, FakePCIID_Intel_HD_Graphics.kext and Lilu.kext to it;
  3. Navigate to /EFI/CLOVER/ and open config.plist with Clover Configurator;
  4. Select Graphics in left column and check Inject intel;
  5. Reboot and check if graphics is working.
Fixing Audio
Requirements:
  • audio_cloverALC-130.command.zip
Source: Toleda's guide -> https://www.tonymacx86.com/threads/applehda-realtek-audio-guide.234732/#post-1606764
Steps:
  1. go to this page https://github.com/toleda/audio_CloverALC and click Clone Or Download button and Download ZIP.
  2. Go to Audio_CloverALC-master folder and copy audio_cloverALC-130.command.zip to desktop;
  3. Unzip audio_cloverALC-130.command.zip;
  4. Open terminal and cp to /Desktop;
  5. Execute ./audio_cloverALC-130_v0.5.command;
  6. Enter your password;
  7. Confirm Realtek ALC1150 (y/n) -> y and enter;
  8. Clover Audio ID Injection (y/n) -> y and enter;
  9. Use Audio ID: 1 (y/n) -> y and enter;
  10. Wait for script to succeed;
  11. Reboot and check if audio is working.
Fixing HDMI audio via dedicated graphics
Requirements:
  • audio_cloverHDMI-130.command.zip;
  • EFI is mounted.
Source: Toleda's guide -> https://www.tonymacx86.com/threads/applehda-hdmi-audio-guide.234735/
Steps:
  1. go to this page https://github.com/toleda/audio_CloverHDMI and click Clone Or Download button and Download ZIP.
  2. Go to audio_CloverHDMI-master folder and copy audio_cloverHDMI-130.command.zip to desktop;
  3. Unzip audio_cloverHDMI-130.command.zip;
  4. Open terminal and cp to /Desktop;
  5. Execute ./audio_cloverHDMI-130_v0.8.command;
  6. Enter your password;
  7. No HDMI audio codec(s) detected, continue (y/n) -> y and enter;
  8. Wait for script to succeed;
  9. Reboot and check if HDMI audio is working.
Fixing HDMI audio via onboard graphics
Requirements:
  • Clover configurator -> https://www.tonymacx86.com/resources/clover-configurator.335/.
  • FakePCIID.kext -> https://bitbucket.org/RehabMan/os-x-fake-pci-id/downloads/
  • FakePCIID_Intel_HDMI_Audio.kext -> https://bitbucket.org/RehabMan/os-x-fake-pci-id/downloads/
Source: Rehabman's guide -> https://www.tonymacx86.com/threads/guide-intel-igpu-hdmi-dp-audio-sandy-ivy-haswell-broadwell-skylake.189495/
Steps:
  1. Open Clover Configurator and mount EFI partition;
  2. Go to /EFI/CLOVER/kexts/Other/ and copy FakePCIID.kext and FakePCIID_Intel_HDMI_Audio.kext to it;
  3. Go to /EFI/CLOVER/ and open config.plist with Clover Configurator;
  4. Select Kernel And Kext Patches and add this patch to KextsToPatch:
5. Reboot and check if HDMI audio is working.​Fixing USB 2.0 and 3.0
Requirements:
  • FakePCIID_XHCIMux.kext -> https://bitbucket.org/RehabMan/os-x-fake-pci-id/downloads/;
  • FakePCIID.kext -> https://bitbucket.org/RehabMan/os-x-fake-pci-id/downloads/;
  • Clover configurator -> https://www.tonymacx86.com/resources/clover-configurator.335/.
Source: Rehabman's guide -> https://www.tonymacx86.com/threads/guide-10-11-usb-changes-and-solutions.173616/
Steps:
  1. Mount EFI via Clover Configurator;
  2. Go to /EFI/CLOVER/kexts/Other/ and copy FakePCIID.kext and FakePCIID_XHCIMux.kext to it;
  3. Go to /EFI/CLOVER/ and open config.plist with Clover Configurator;
  4. Select ACPI and add these patches under DSDT Patches:
5. Save config.plist;
6. Reboot.​USB Power property injection

Z87 Chipset Driver For Mac

Requirements:
  • Clover configurator -> https://www.tonymacx86.com/resources/clover-configurator.335/;
  • MaciASL -> https://bitbucket.org/RehabMan/os-x-maciasl-patchmatic/downloads/.
Source: Rehabman's guide -> https://www.tonymacx86.com/threads/guide-usb-power-property-injection-for-sierra-and-later.222266/
Steps:
  1. Mount EFI via Clover Configurator;
  2. Navigate to /EFI/CLOVER/ and open config.plist with Clover Configurator;
  3. Select ACPI and add this patch under DSDT Patches:
4. Save config.plist;
5. Open MaciASL and create new file;
6. Paste this code in the new file:
7. Compile to check for errors;
8. Click file in menu bar and in select save as;
9. In Save As field type SSDT-EC.aml and select ACPI Machine Language Binary as File Format;
10. Copy the generated SSDT-EC.aml file to your /EFI/CLOVER/ACPI/patched.
11. Reboot.​Wifi TP-Link TL-WDN4800 regdomain fix
Requirements:
  • Clover configurator -> https://www.tonymacx86.com/resources/clover-configurator.335/;
Steps:
  1. Mount EFI via Clover Configurator;
  2. Navigate to /EFI/CLOVER/ and open config.plist with Clover Configurator;
  3. Go to Kernel and Kext Patches and add these patches to KextsToPatch:
4. Save config.plist;

Intel Chipset Driver Download

5. Reboot.​Enable Trim for SSD
Requirements:
  • Clover configurator -> https://www.tonymacx86.com/resources/clover-configurator.335/.
Steps:
  1. Mount EFI via Clover Configurator;
  2. Navigate to /EFI/CLOVER/ and open config.plist with Clover Configurator;
  3. Go to Kernel and Kext Patches and add these patches to KextsToPatch:
4. Save config.plist;
5. Reboot.
Fix Wake from Keyboard black screen
Requirements:

Intel Z87 Chipset Driver


  • Clover configurator ->https://www.tonymacx86.com/resources/clover-configurator.335/.
Steps:
  1. Mount EFI via Clover Configurator;
  2. Navigate to /EFI/CLOVER/ and open config.plist with Clover Configurator;
  3. Go to Boot and under arguments use Darkwake=8;
  4. Save config.plist;
  5. Reboot.
Done! Happy hacking.

Z87 Chipset Driver


Z87 A Drivers

P.S I want to thank you @RehabMan and @toleda for the great support and guides.
So the latest version of the Intel Chipset drivers is 10.0.26 but even from the the release notes I can't tell if it actually supports the Z87 chipset. The driver page for my Z87-A was pretty much abandoned immediately after the board was released so nothing on that page is up to date.
I went about finding the latest versions when I installed Windows 8.1 last year. The latest version of the Intel Chipset drivers that I could find on the Intel site the actually stated that they were for the Z87 chipset is 9.4.0.1027.
Out of curiosity I installed and ran MSI Live Update 6 earlier to check and see if my MSI GTX 970 had a BIOS update and while it didn't, the program told me that there was a new version of the Intel Chipset driver available (10.0.20) and when I looked this up I found that 10.0.26 was actually available but the Intel release notes and readme are EXTREMELY vague on which chipsets are supported other than that it supports the 9 series chipset. On two third party driver sites they actually list a whole bunch of chipsets supported by 10.0.26 and Z87 is in the list on both sites, but I can't find where they got this information because Intel does not list it anywhere.
The other thing I noted is that on MSI's website they have 10.0.20 up for their Z87 boards so I'm assuming that the version 10 chipset drivers do in fact support both the new 9 series and some older series like those third party sites mention. I'm just not sure and was wondering if anyone can confirm if this is the case.