Dell Optiplex Gx280 Broadcom Lan Drivers For Mac
Similar Content
- By wmchrisThis tutorial has been updated on GITHUB to 10.14 and 10.15
the tutorial on insanelymac got too fragmented for a simple forum thread and will not be updated, but still be used for discussion and hints, tips and tricks
Dell XPS 15 (9550, Version of 2016) Sierra 10.13.1 Tutorial
Before we start:
this installation includes real time DSDT/SSDT patching from within clover. This is pretty easy to install. But it is NOT suited for people with no or only few knowledge in Hackintosh Systems. If you only know how to copy commands in your shell and you dont know what they're doing, then stop the tutorial and revert to windows or buy a real mac. Even if you get it running: this system is not failsafe and will be broken multiple times in its usage time, where you have to fix it without a tutorial.
Optional steps are marked in GREEN, System dependent steps are BLUE
English is not my mother-tongue and i'm writing this without proof reading, so please forgive my bad spelling
If you've questions or something doesn't work: first check if you've done all steps of this tutorial! If yes: please read the whole thread (doesn't matter how long it is) before asking to prevent multiple questions. Additionally do a search in google and this forum.
Credits:
Many knowledge of 'how to hackintosh a dell in the first place' by the tutorial of @Gymnae http://www.insanelymac.com/forum/topic/319766-dell-xps-9550-detailled-1011-guide/
Using many kexts and solutions from @RehabMan
What's not working:
Hibernation (works somehow, but high chance to destroy your whole data), Sleep works fine! SD-Card reader Killer 1535 Wifi (rarely used, need replace) nVidia Graphics card (Intel works) FileVault 2 (full HDD encryption) Requirements:
one working MAC OS X Enviroment 16GB USB Stick (larger is sometimes not bootable and/or requires advanced partitioning) MacOS High Sierra 10.13.1 installation file from the app store (redownload, just in case) Knowledge in PLIST editing USB Harddrive for backup - you'll loose all data on your computer! Step 1: Prepare Installation
Use the existing Mac to download the Sierra installer from the App Store and create a bootable USB stick with CLOVER. You can do this with the App 'Pandora's Box' of insanelymac (use google for download link), which is pretty easy to use.
Optional: check if your SSD can be switched to 4k sector size. This prevents NVMe corruption. See https://github.com/wmchris/DellXPS15-9550-OSX/blob/10.13/4k_sector.md
After you've finished you need to download the Dell XPS 15 specific configurations for clover.
Link: https://github.com/wmchris/DellXPS15-9550-OSX/archive/10.13.zip and unzip this file or checkout git directly:
git clone https://github.com/wmchris/DellXPS15-9550-OSX.git You only need the folder 10.13, you can delete the 10.11. I'll refer to this folder by 'git/'
Now mount the hidden EFI partition of the USB Stick by entering
diskutil mount EFI Inside the terminal. Mac OS will automaticly mount the EFI partition of the USB stick, but just in case: make sure it really is
Overwrite everything in the CLOVER folder of the partition EFI with the content of git/10.13/CLOVER.
If your PC has a Core i5 processor, you'll have to modify your config.plist in EFI/EFI/CLOVER/: search for the Key ig-platform-id: 0x191b0000 and replace it with 0x19160000.
If you could use the 4k sector patch, replace the config.plist with the 4kconfig.plist.
If you use a hynix device and you didnt do the 4k sector switch, you'll have to add the following patch to your config.plist
<key>Comment</key><string>IONVMeFamily Pike R. Alpha Hynix SSD patch</string><key>Disabled</key><false/><key>Find</key><data>9sEQD4UcAQAA</data><key>Name</key><string>IONVMeFamily</string><key>Replace</key><data>9sECD4UcAQAA</data> Go into the EFI Configuration (BIOS) of your Dell XPS 15:
Also disable the SD-Card Reader to reduce the power consumption drastically. Insert the stick on the Dell XPS 15 and boot it up holding the F12 key to get in the boot-menu and start by selecting your USB-Stick (if you've done it correctly it's named 'Clover: Install macOS Sierra', otherwise it's just the brandname of your USB-Drive). You should get to the MacOS Installation like on a real mac. If you're asked to log-in with your apple-id: select not now! Reason: see Step 5.
Step 2: Partition and Installation
INFORMATION: after this step your computer will loose ALL data! So if you haven't created a backup, yet: QUIT NOW!
Dont install macOS yet. Select the Diskutil and delete the old partitions. Create a new HFS partition and name it 'OSX'. If you want to multiboot with Windows 10, then you'll have to create a second partition, too (also HFS! Dont use FAT or it will not boot! You have to reformat it when installing Windows). Make sure to select GUID as partition sheme.
Close the Diskutil and install OSX normally. You'll have to reboot multiple times, make sure to always boot using the attached USB stick. So dont forget to press F12. After the first reboot you should see a new boot option inside clover, which is highlighted by default. Just press enter. If you only see one, then something went wrong.
Step 3: Make it bootable
After a few reboots you should be inside your new macOS enviroment. You can always boot into it using the USB stick. Remove the USB drive after successful bootup. Enter
diskutil mount EFI in your terminal, which should mount the EFI partition of your local installation.
install git/Additional/Tools/Clover_v2.4k_r4003.pkg. Make sure to select 'Install Clover in ESP'. Also select to install the RC-Scripts. This should install the Clover Boot System. Now copy everything from git/10.13/CLOVER to EFI/CLOVER like you did before by creating the usb stick. (if you had to modify the config.plist in step 1, do it here, too). Your system should be bootable by itself. Reboot and check if your system can boot by itself.
Step 4: Post Installation
Because all DSDT/SSDT changes are already in the config.plist, you dont need to recompile your DSDT (albeit i suggest doing it anyway to make your system a lil bit more failsafe, see gymnaes El-Capitan tutorial for more informations). So we can skip this part and go directly to the installation of the required kexts. Open a terminal and goto the GIT folder.
sudo cp -r ./Post-Install/LE-Kexts/* /Library/Extensions/sudo mv /System/Library/Extensions/AppleACPIPS2Nub.kext /System/Library/Extensions/AppleACPIPS2Nub.bak 2> /dev/nullsudo mv /System/Library/Extensions/ApplePS2Controller.kext /System/Library/Extensions/ApplePS2Controller.bak 2> /dev/nullsudo ./AD-Kexts/VoodooPS2Daemon/_install.command Now you'll have to replace the config.plist. Because you'll install modified kexts you'll HAVE TO replace the config.plist in your installation. Otherwise your PC will not boot anymore.
diskutil mount EFI replace EFI/CLOVER/config.plist with git/Post-Install/CLOVER/config.plist. Again: if your PC has a Core i5 processor, search the config.plist for the Key ig-platform-id: 0x191b0000 and replace it with 0x19160000.
OPTIONAL (in case you've audio problems):
AppleHDA has some problems after Wake-Up. You'll have to plug in a headphone to get your speakers working again. You can use VoodooHDA instead, which breaks the headphone jack most of the time, but makes the rest much more stable.
sudo rm -r /Library/Extensions/CodecCommander.kextsudo rm /EFI/EFI/CLOVER/ACPI/patched/SSDT-ALC298.aml then remove from your config.plist from the key 'KextsToPatch' the elements 'AppleHDA#1' to 'AppleHDA#7'. Install the package: git/Post-Install/AD-Kexts/VoodooHDA-2.8.8.pkg
i also suggest moving some of the kext from EFI/CLOVER/kexts/10.13 to /Library/Extensions. It's just more stable.
Finalize the kext-copy by recreating the kernel cache:
sudo rm -rf /System/Library/Caches/com.apple.kext.caches/Startup/kernelcachesudo rm -rf /System/Library/PrelinkedKernels/prelinkedkernelsudo touch /System/Library/Extensions && sudo kextcache -u / sometimes you'll have to redo the last command if your system shows 'Lock acquired'.
OSX 10.12.2 removed the posibility to load unsigned code. You can enable this by entering
sudo spctl --master-disable If you're using the 4K monitor, you'll have to copy the UHD enabling kexts to your clover directory:
sudo cp ./Post-Install/AD-Kexts/UHD-Kexts/* /EFI/EFI/CLOVER/kexts/10.13/ To enable GPU acceleration: Edit your clover config file again and remove the following block from it:
To prevent getting in hibernation (which can and will corrupt your data), just set the default sleep mode to 'suspend to ram' (sleep) instead of 'suspend to disk' (hibernation)
sudo pmset -a hibernatemode 0 To get HDMI Audio working:
Search for your Boarrd-ID in the config.plist and open /S/E/AppleGraphicsControl.kext/contents/plugin/AppleGraphicePolicy.kext/contents/info.plist with a texteditor. Search for your board-id in there and change the value of it from 'Config2' to 'none'
OPTIONAL (alternative power management):
the whole power management is done by intels speed step technology (HWP), which is enabled in the clover config. If you want to let OSX manage the power management, you'll have to do these steps:
sudo cp ./Post-Install/CLOVER/ACPI/optional/SSDT.aml /EFI/EFI/CLOVER/ACPI/patched/ then open the config.plist (/EFI/EFI/CLOVER/config.plist) and change <key>HWPEnable</key><true/> to <key>HWPEnable</key><false/>.
Step 5: iServices (AppStore, iMessages etc.)
WARNING! DONT USE YOUR MAIN APPLE ACCOUNT FOR TESTING! It's pretty common that apple BANS your apple-id from iMessage and other services if you've logged in on not well configured hackintoshs!
If you want to use the iServices, you'll have to do some advanced steps, which are not completly explained in this tutorial. First you need to switch the faked network device already created by step 4 to be on en0. Goto your network settings and remove every network interface.
sudo rm /Library/Preferences/SystemConfiguration/NetworkInterfaces.plist Reboot, go back in the network configuration and add the network interfaces (LAN) before Wifi.
You also need to modify your SMBIOS in the config.plist of Clover in your EFI partition with valid informations about your 'fake' mac. There are multiple tutorials which explain how to do it like 'http://www.fitzweekly.com/2016/02/hackintosh-imessage-tutorial.html'.
It's possible you have to call the apple hotline to get your fake serial whitelisted by telling a good story why apple forgot to add your serial number in their system. (aka: dont do it if you dont own a real mac). I personally suggest using real data from an old (broken) macbook.
Step 6: Upgrading to macOS 10.13.2 or higher / installing security updates
Each upgrade will possibly break your system!
(Update: after the latest updates in this tutorial the system should be update-proof.)
Step 7: Fixes / Enhancements / Alternative Solutions / Bugs
See: https://github.com/wmchris/DellXPS15-9550-OSX/blob/10.13/Tutorial_10.13_Step7.md
Afterword and fixes
as i said before: this is not a tutorial for absolute beginners, albeit it's much easier then most other tutorials, because most is preconfigured in the supplied config.plist. Some Dells have components included, which are not supported by these preconfigured files. Then i can only suggest using Gymnaes tutorial which explains most of the DSDT patching, config.plist editing and kexts used in detail and use the supplied files here as templates.
Warning: Some people have reported multiple data losses on this machine. I suggest using time-machine whenever possible! If your device is detected as 'Model Name: Apple Device', see: http://www.insanelymac.com/forum/topic/319764-guide-dell-xps-15-9550-sierra-10122-quick-installation/page-13?do=findComment&comment=2362337 If you want to save the settings of the display brightness: downgrade to clover 3899, in the never versions the nvram restore is broken. USBInjectAll is not intended for permanent use. You should check which USB are really required to be injected and modify your DSDT/SSDT. 4K Touchscreen only: Multitouch can be achieved with the driver from touch-base.com, but it's not open source - costs > 100 $ Not a bug: if you REALLY want to use the 4K Display natively and disable the Retina Mode (max 1920x1080), see: http://www.everymac.com/systems/apple/macbook_pro/macbook-pro-retina-display-faq/macbook-pro-retina-display-hack-to-run-native-resolution.html Tutorial Updates
27. March 2017: UHD Kexts added, replaces perl command 23. March 2017: 4k sector tutorial against NVMe corruption added 7. March 2017: Suggestion to disable the SD Card Reader for reduced power consumption 4. February 2017: Dell SMBIOS Truncation workaround added 23. January 2017: Hynix SSD fix added 31. December 2016: USB-C Hotplug Fix and USB InjectAll Removed 28. December 2016: NVMe SSDT Spoof precreated, FakeID already preset in installation config.plist. VoodooHDA added as alternative to SSDT-ALC298 patch as well as color coding in tutorial 22. December 2016: FakeSMBios added Accessories Appendix:
The official Dell adaptor DA200 (http://accessories.euro.dell.com/sna/productdetail.aspx?c=at&l=de&s=dhs&cs=atdhs1&sku=470-abry) works completly on Sierra 10.2.2. You can use the Network, USB, HDMI and VGA. Everything is Hot-Pluggable a cheap 3rd party noname USB-C -> VGA adaptor didnt work you can charge the Dell with a generic USB-C Power Adaptor, but USB-C has only a maximum power of 100W, so it's either charging OR usage, not both. Dont forget you need a special USB-C cable (Power Delivery 3.0) for charging. - By DreamwhiteHi there,
I've decided to install Mac OS Mojave 10.14 on my laptop. I've installed it using the vanilla method (dosdude1 patcher, TINU, clover on USB drive)Actually I need to fix some things such as the CMD key (that changed from WIN key to L_ALT key), the brightness control and the fn keys (such as brightness up and down)
N.B. I've actually ordered a DW1560 (BCM94352Z) WiFi M.2 card because my QCA9377 doesn't work.
Below you can find my CLOVER CONFIG, the ioreg and the acpi/origin folder of CLOVER extracted using the F4 method.
Dell Inspiron 5370 HW:
CPU => i5-8250u
GPU => Intel Graphics UHD 620
RAM => 8GB DDR4 2400MHz
SSD => 256 GB M.2
WIFI/BT => QCA9377 (still waiting for the DW1560 wifi card)
MacBook Pro di Ivan.ioreg
ACPI DELL INSPIRON 5370 ORIGIN.zip
CLOVER EFI.zip - By InstallusHello all!
I have successfully got my Hackbook online, using USB tethering. Thanks to Herve (can't use special characters, you know who you are!), I also got my audio working.
I am very much ready to begin setting up iCloud, the App Store, and iMessage/FaceTime. Those services (especially the latter two) are what got me into hackintoshing.
Problem: The listed services fail to sign me in. iCloud sign in from System Preferences returns 'Unable to sign in because of a problem communicating with iCloud.'
FaceTime returns a registration process fail, the App Store reports that my computer can't be verified, and iMessage reports an activation error. However, iTunes works, except no Apple Music.
HARDWARE:
Intel Core i7-2630QM
GeForce GT 525M (using integrated HD 3000 graphics instead)
Custom Dell L502X A12 BIOS w/ UEFI support
SOFTWARE:
OS X Mavericks 10.9.5
AppleALC + VoodooHDA for audio
VoodooPS2Controller (trackpad kext likes to cause KP during boot, sometimes)
Any possible fixes for this?
Thanks in Advance!
Installus. - By InstallusHello all! Glad to be here!
I've hacked my Dell XPS L502X with an install of OS X Mavericks 10.9.5 (vanilla install). All is good and all, except that there is no WiFi (planning on buying wifi dongle) and that there is no audio.
The lack of internet irks me, but I can fix that at a later date. What I can't deal with is the lack of audio. I've tried everything, but there is no luck. AppleALC, Voodoo/AppleHDA, among others.
Oh, if I have to, I can reinstall OS X, since nothing important is on the partition.
All replies and answers are welcome!
Thanks in Advance!
Installus (Chaotic)
EDIT: Thanks to Hervé, I've been able to get my audio working, and so can you!
All you need is..
A hackintosh that has the Realtek ALC665 codec (you can't change codecs!)
AppleALC.kext (latest version)
OR
VoodooHDA.kext (again, latest version)
AppleHDADisabler.kext
A USB flash drive (if you have no WiFi on hackintosh)
A secondary computer/way to put files onto the drive (again, no WiFi on hackintosh)
1. Store the files you need on your hackintosh
1a. Download them straight thru your hackintosh
1b. Use a secondary device to download them and store on a flash drive.
2. Open terminal on your computer and type 'diskutil mount EFI' in said terminal. Of course, remove the quotation marks.
3. On your EFI partition, navigate to EFI/CLOVER/kexts/Other
4. Drag n' Drop the kexts you have downloaded on your computer to that folder.
5. Cross your fingers and reboot
5a. (Optional) Suffer a kernel panic during boot because VoodooPS2 doesn't like you.
6. If all goes well, you'll have audio!
Guaranteed works for Dell L502X, however YMMV. - By DiddyKongFully optimizing DSDT & SSDT for OS X Sierra POST INSTALL on a Dell345MT with a i7 - 920(first gen)
I know how this forum feels about 3rd party software, but that was just a crutch, I'm 100% vanilla now which is why I'm now posting for help because I eliminated the possibility having to do with 3rd party. Anyways, with that said I just have a couple things I want to be sure of.
I used a n---bistro to get a App Store copy of Sierra, as I didn't know there were other ways of getting it now from a windows10 machine. anyways, I was able to build a vanilla usb. I couldn't figure the EFI out on my vanilla Sierra-usb, but the EFI on the usb-ni---bistro I had would boot my pre-install and post-install. so I was able to install Sierra. After a few days of figuring out how to remake a EFI and config, I broke my EFI.
So back to my windows10 SSD and I found BootDiskUtility, and that made a EFI usb with the newest version of clover(r4895). So then swapped SSDs back to my OS X, plugged in the BDU-usb, after trial and error I got back into my Sierra. Now with the newest version of clover and no traces of ni---bistro anymore. Then copied the BDU-usb to my SSD EFI and was able to boot without a usb again!! YAY.
Then starting working on fixing my web drivers for my gtx 1050 2gb. Installed the os update so i'm at 10.12.6, pulled my hair out figuring out the web drivers, eventually got them installed and the cuda fixed.
Now all 3 of my screens work, yet windows can't sit 'between' screens, I just simply haven't looked for that fix yet as I want the sys itself running like a top first.
My screen saver works, I don't get stuck in screensaver, I did once before, I believe lilu.kext and whatevergreen.kext fixed that.
Now with all that I felt it was time to give my config.plist a diet cos it was bloated, I generated a config copied the clover settings check for check instead of coping text cos I'm trying to shrink it.
Config.plist boots my system with DSDT-1FE7B5D7
So after the above, This is now where I'm stuck
a 100% correct DSDT and SSDT, from my understanding with a patched DSDT I wouldn't need any options selected in clover on the ACPI page?
So with the patching part that I think I understand how to do it now, but when I extract with F4 every file has RSDT in front of it, I have one that says RSDP.aml and RSDT.aml
so would I just erase the RSDT from the beginning of each file then go from their, which would then leave me with a DSDT.aml and 17 SSDTs?
I know I have to decompile and patch them, but with my file names[DSDT table extract] not matching tutorials online I'm having a difficult time understanding which files I need.
IS the RDST-DSDT.aml my DSDT? it is the biggest file.
which ones that have SSDT in the filename is the SSDT(s) I need to patch?
also how do I know if everything is patched correctly? like if my CPU is fully working and not just sorta working that way when I start running software like photoshop, unity, 10 chrome tabs, my hackintosh doesn't crash
System details
i7 920 (first gen) very similar to nehelam
GeForce 1050 2Gb (3 monitors connected all work, one acer on HD connection, two HP s2031 on HD, using adapters to change all ports on GPU card to HD for screens)
display port, HDMI, and HD
4x 1Gg + 2x 8Gb RAM running at 1066 after injecting smbios with ram info macOS sees all my ram correctly
Samsung SSD 860 EVO 500Gb
Thanks to anyone that can help me out, I've been working on my system for about two weeks and this is basically the wall I finally can't seem to figure out how to pass
I can post another info also if it helps
Boot.log
DSDTdump.Log
Optiplex Gx280 Drivers Windows 7

Wake On Lan for Dell Systems with Broadcom NIC does Not work. Pc camera zs211 drivers for mac. I have seen in the Dell community forums that the Optiplex GX280 had problems with WOL. Something about the type of Magic Packet or timeouts or acks or something. Most important was that the MAC had to have no spaces or dashes and the alphabetical letters had to be.
Broadcom Lan Driver
Latest Dell OptiPlex - GX280 drivers available for download and update using Driver Reviver. Scan and update your Vista Drivers, XP Drivers and Windows 7 computer drivers with the best driver updater software. Dell Desktops Optiplex GX280 Drivers Download. This site maintains the list of Dell Drivers available for Download. Just browse our organized database and find a driver that fits your needs. Ethernet Controller driver free download for windows – Dell Inc. – OptiPlex GX. If broadckm dell optiplex gx broadcom lan already installed other drivers you can try booting into safe mode and installing the system software and chipset. The Optiplex range isn't certified for Windows server OSes. That said, just look up what kind of nic (brand and model) is on your system, and look for drivers for Windows 2003 for that kind of chip. I put a new HDD into a dell optiplex gx280 and and installed windows xp sp2. Now everything works fine, except for the ethernet controller. It says it needs to be installed, ive heard that this is a common problem with dells. Here is the list of Dell Desktops Optiplex GX280 Drivers we have for you. To Download Dell Desktops Optiplex GX280 Drivers you should Download Our Driver Software of Driver Navigator. Then you can download and update drivers automatic.