Jump to content

Leaderboard

Popular Content

Showing content with the highest reputation since 03/13/24 in all areas

  1. Revised wireless kexts for Sonoma 14.4, the previous ones not providing wifi service beyond Sonoma 14.3. OCLP 1.4.1 or later required too. Wifi_kexts_Sonoma_14.4.zip
    3 points
  2. Released August 28th, 2024. Build 24A5331b. Smooth update on Hackintosh, as usual. OCLP root patching required afterwards, also as usual. Same Clover r5159 setup for my Dell Latitude E7270 as used with initial beta3 version and posted here.
    2 points
  3. Released August 5th, 2024. Build 24A5309e. Smooth update on Hackintosh, as usual. OCLP root patching required afterwards, also as usual. Same Clover r5159 setup for my Dell Latitude E7270 as used with initial beta3 version and posted here. Post-install issue: As mentioned on other Hackintosh forums, after this update, the EFI partition hosting the bootloader setup no longer mounts properly using tools such a CloverConfigurator, OpenCoreConfigurator, etc. or the line command: sudo diskutil mount <disk id> where <disk id> is the disk reference of the EFI partition; for instance disk0s1. The command executes with apparent success but no EFI icon on the desktop and nothing in mounting point directory /Volumes/EFI which is just empty. admin@macbook-pro ~ % ls -la /Volumes/EFI total 2 drwx------@ 1 admin staff 0 Jan 1 1970 . drwxr-xr-x 6 root wheel 192 Aug 6 11:58 .. A workaround has been posted which consists of manually recreating the directory /Volume/EFI as a mounting point and then mount the EFI partition on it. This can be done as follows: 1) Identify EFI partition disk id: admin@macbook-pro ~ % sudo diskutil list /dev/disk0 (internal, physical): #: TYPE NAME SIZE IDENTIFIER 0: GUID_partition_scheme *240.1 GB disk0 1: EFI EFI 209.7 MB disk0s1 <-- This is the EFI partition disk reference/id 2: Apple_APFS Container disk2 119.9 GB disk0s2 3: Apple_APFS Container disk1 120.0 GB disk0s3 [...] 2) If you've already attempted to mount the partition, unmount it, otherwise proceed directly to step #3 : admin@macbook-pro ~ % sudo diskutil unmount <disk id> (for instance disk0s1) This will remove the /Volumes/EFI mounting point. 3) Create EFI volume manually as mounting point: admin@macbook-pro ~ % sudo mkdir /Volumes/EFI 4) mount EFI partition on it: admin@macbook-pro ~ % sudo mount -t msdos /dev/disk0s1 /Volumes/EFI Executing: /usr/bin/kmutil load -p /System/Library/Extensions/msdosfs.kext Your EFI partition will then be mounted and its disk icon will appear on the desktop. Something has clearly changed with this beta 5 update, I suspect something to do with security or Gatekeeper and the mounting tools and/or methods previously used now need to be updated for Sequoia.
    2 points
  4. Released June 24th, 2024. Build 24A5279h. Available through OTA with @Lorys89's version of RestrictEvents v1.1.4 of June 2024 as long as your Apple account is registered for beta updates. RestrictEvents.kext.zip Failing that, install assistant package is available here. Straight update; a bit long to complete. No changes to bootpack used for beta 1.
    2 points
  5. Remember that bluetoolfixup active on config can cause ota update to fail, it is recommended that it is disable and restart and then look for update. Because if it fails with kext active, then download the full installer.
    2 points
  6. Further to my communication of July 2023 and Jake Lo's post above, I can confirm that Clover r5157 now supports blocking of vanilla kext IOSkywalkFamily kext which is required to support and use "legacy" wireless cards in Sonoma, i.e. cards that worked perfectly, natively or not, up to Ventura. This is basically equivalent to the kext exclusion available in OpenCore but limited to IOSkywalkFamily kext. The blocking is available as kext patch called BlockSkywalk and is integrated to latest versions of CloverConfigurator too. Process with Clover is therefore as follows: update or install Clover r5157 (versions r5155 and r5156 are supposed to provide the patch too but I found that it was not working and resulted in a freeze at startup) apply/enable Kernel & Kexts patch BlockSkywalk in your Clover config either add boot arg -amfi_get_out_of_way=1 in your config or add AMFIPass kext provided above by Jake to your kexts/14 or kexts/Other Clover folder and add boot arg -amfipassbeta boot arg in your Clover config add kexts IOSkywalk (renamed copy of older version of IOSkywakFamily kext) and IO80211FamilyLegacy kexts provided above by Jake to your kexts/14 or kexts/Other Clover folder you can keep SIP disabled with CsrActiveConfig set to 0xFEF, I found there was no need to change to, say, 0x803 install and run OCLP Patcher and apply Networking: modern wireless or Networking legacy wireless (depending on the card) root patch which should be automatically offered reboot and enjoy recovered wireless services out of your PCIe wireless card Clover_r5157.pkg.zip Clover Configurator.zip Example with the Apple BCM94360CS2 card fitted with an adapter board to the M.2 WLAN slot of my Dell Latitude E7270: or (as text): <key>BlockSkywalk</key> <true/>
    2 points
  7. Post your EFI Might need to patch the pre-allocated DVMT, see here Dell don't have the option in the BIOS to set it conveniently like HP
    1 point
  8. Wifi in Sonoma & later: Patching for legacy Broadcom wireless cards Sonoma has dropped support for our beloved legacy Broadcom wireless devices (DW1560, DW1820A, DW1830). If you opt for a legacy BCM4352, BCM4360 or BCM43602 wireless card, you'll need to apply OCLP root patches and boot with OpenCore in order to bypass vanilla IOSkywalkFamily kext and inject replacement IOSkywalkFamily+ IO80211FamilyLegacy kexts. Assuming you have a working Broadcom wireless config prior to upgrading to Sonoma. the following steps are added: 1) Download latest OCLP (v1.1.0 at time of writing) 2) Download the necessary kexts (attached below) 3) Configure the following in your Config file a) System Integrity Protection is set to 0x803 csr-active-config | data | 03080000 b) Reset NVRAM or add csr-active-config to Delete to ensure the new variable is set c) Secure Boot Model is set to Disabled d) Following kexts are blocked: i) com.apple.iokit.IOSkywalkFamily Set the Strategy of the blocked kext to "Exclude" a) Set MinKernel to 23.0.0 to ensure patches only apply on Sonoma e) Following kexts are injected in these order: i) IOSkywalk.kext a) Set MinKernel to 23.0.0 to ensure patches only apply on Sonoma ii) IO80211FamilyLegacy.kext a) Set MinKernel to 23.0.0 to ensure patches only apply on Sonoma iii) IO80211FamilyLegacy.kext has a plugin, AirPortBrcmNIC.kext, ensure this is injected as well a) Set MinKernel to 23.0.0 to ensure patches only apply on Sonoma iv) AMFIPass.kext f) add to bootarg i) -amfipassbeta 4) Once these are injected, you can run OpenCore-Patcher's Post-Install option and root patch. Systen will reboot after patching is done. On reboot, Wireless support should be restored assuming your machine was configured correctly to the above." Necessary Kexts Kexts.zip References: https://osxlatitude.com/forums/topic/19456-oclp-patcher-support-for-legacy-broadcom-wireless-cards-in-sonoma https://www.insanelymac.com/forum/topic/357087-macos-sonoma-wireless-issues-discussion/?do=findComment&comment=2812059 https://github.com/dortania/OpenCore-Legacy-Patcher/blob/e21efa975c0cf228cb36e81a974bc6b4c27c7807/payloads/Config/config.plist#L1695-L1710 https://dortania.github.io/OpenCore-Legacy-Patcher/
    1 point
  9. There is substantial documentation on the Dortania site. Failing that, you may opt for a Clover classic installation on which you'll apply OCLP patching; that's what I do with my unsupported laptops.
    1 point
  10. For Sonoma, it's exactly the same as for Ventura which dropped official support for Haswell platforms; as such, no native support for Haswell graphics HD4400/4600. In addition, Sonoma dropped support for legacy Broadcom wireless cards. See our previous communications on these matters. I would expect there are existing threads about installing/running Ventura and/or Sonoma on Haswell laptops, whether Dell or otherwise. https://osxlatitude.com/forums/topic/17636-macos-ventura-is-out https://osxlatitude.com/forums/topic/18228-macos-sonoma-140-beta-1-early-feedback-and-findings https://osxlatitude.com/forums/topic/19456-oclp-patcher-support-for-legacy-broadcom-wireless-cards-in-sonoma https://osxlatitude.com/forums/topic/19519-macos-sonoma-is-out https://osxlatitude.com/forums/topic/20304-macos-sonoma-144-update-is-out https://osxlatitude.com/forums/topic/19730-wifi-in-sonoma-patching-for-legacy-broadcom-wireless-cards/ OCLP brings everything back to life: graphics acceleration and wireless (provided you have the required card).
    1 point
  11. Released August 20th, 2024. Build 24A5327a. Smooth update on Hackintosh, as usual. OCLP root patching required afterwards, also as usual. Same Clover r5159 setup for my Dell Latitude E7270 as used with initial beta3 version and posted here.
    1 point
  12. Baio77 you are a genius. I searched for this solution for so a long time! thanks a lot for your precious help and also your clear explanation of what you did to make it works!!
    1 point
  13. Thanks a lot for your help Baio77 ! So I booted using your complete EFI folder. It seems to work much better than my current EFI, also the touchpad is working great now. MacBook Pro.ioreg Here is my new ioreg
    1 point
  14. It should come as no surprise that the same issue that initially affected legacy Broadcom cards in macOS Sonoma now applies to freshly released macOS Sequoia beta. The OCLP tool will need to be updated for Sequoia.
    1 point
  15. Never seen this KP on "watchdog" before; that's a first. Can't see any obvious mistake in your setup arrangements or config file. Nothing wrong with the patched ACPI tables or the injected kexts. So, I'd say the issue is somewhere in your OC config, maybe the quirks. I'm not too convinced by those boot args: agdpmod=vit9696 (isn't this for external GPU?) gfxfcms=1 (that's invalid, it's igfxfcms=1) and igfxdvmt (it's for Ice Lake platforms). I don't believe you need any of those at all. You would need to read the Whatevergreen documentation: https://github.com/acidanthera/WhateverGreen/tree/master https://github.com/acidanthera/WhateverGreen/blob/master/Manual/FAQ.IntelHD.en.md Regarding the properties you inject for HD530, faked KBL device id and injected KBL framebuffer layout id look Ok to me. Not so sure about the injected HDMI 2.0 properties but I can't see them do any harm. Re: quirks, a few suggestions: Booter: enable "SyncRuntimePermissions" Kernel: I think you can disable "AppleXcpmCfgLock" UEFI: not sure if you really need "RequestBootVarRouting" Kernel -> Scheme set to Fuzzy match. Do you really need this? Pretty sure you can also leave KernelArch to auto.
    1 point
  16. Released July 10th, 2024. Build 24A5289g. Straight update; no change to the bootpack. Some significant changes to Gatekeeper with this 3rd beta: it can no longer be disabled with command sudo spctl --master-disable; the command is deprecated. Apple has decided to drop support for global subsystem assessment which, until now, allowed users to disable Gatekeeper and allow all apps to be run without assessment. See the built-in manual for details (man spctl). https://developer.apple.com/documentation/devicemanagement/systempolicycontrol Here is my revised Clover r5159 setup for my Skylake/HD520 Dell Latitude E7270 laptop, now including the settings to support legacy wireless services after OCLP Modern Wireless Networking root patching. E7270_Clover_pack_Seq_15.0.b3.zip
    1 point
  17. This message is usually associated with absence of disk or no boot sector. 1st make sure that the disk is visible/detected in BIOS settings. If it is and it remains non-bootable, you probably did not install your newer Clover version with the suitable settings (legacy vs. UEFI for instance). You'll have to recover your installation through an alternative boot device, whether a USB key or an external USB disk for instance. It dates back to Oct 2019 so it's a bit old now but here, you'll find details of Clover version and Clover settings that I used for Catalina on the Latitude E7250. Then you may look at my E7270 guide for Clover settings used to install more recent versions of Clover and macOS. Recommended BIOS settings for the E7250 (and E7270) are available at the top of the E7xxx forum section.
    1 point
  18. currently I'm running Monterey, with no problems, on my precision 5510. but more on that in a second. I just got a 5530 yesterday, and spent the day trying to install macos on it. but, it kept getting stuck just trying to boot into the installer. kernel panics kept happening. IONVMEFamily.kext is where it was failing. after doing some research, there are 2 models of ssds that are having issues with that kext. the Samsung PM981, and the micron 2200s. looking into the drives that came on both my laptops, the 5530 came with the micron ssd, and looking back at what drive came in my 5510, i found out it originally had the Samsung one. obviously the samsung drive is not currently in my 5510. and I have a replacement ssd on order for my 5530. Hopefully that fixes my problem. just sharing my experience to point out something to check if your having NVME errors, as it seems from my experience, the trouble drives were shipped on these laptops. https://dortania.github.io/OpenCore-Install-Guide/macos-limits.html#storage-support otherwise for troubleshooting purposes, if you think it might be related to the wireless card, disable the related kexts in your config.plist, and see if the errors resolve themselves.
    1 point
  19. Last updated: 15 Jun 2024 We occasionally get questions about compatible graphics cards, so these articles should be useful for Hackintoshing purposes: 1) Best budget (under $50) graphics cards in 2024 Some of those cards are compatible with macOS up to High Sierra. Only a handful support Metal and Mojave/Catalina/Big Sur, i.e. Kepler architecture for nVidia (e.g.: GeForce GT 710) and GCN1.0 architecture for AMD (e.g.: AMD R5 240). And remember that, since Monterey, macOS dropped all support for nVida cards. 2) Best low-profile single-slot graphics cards for Small Form Factor (SFF) PCs in 2024 All those cards are compatible with late versions of OS X/recent versions of macOS. Afaik, all meet the minimum requirements for Metal but caution with nVidia cards since Mojave/Catalina/Big Sur only support Kepler models and, since Monterey, macOS dropped all support for nVida cards. 3) Best 1080p gaming graphics cards under $150 Those are good and reasonably priced cards, compatible with late versions of OS X/recent versions of macOS. Some do not need dedicated power supplies and will draw power from the PCIe bus. Afaik, all meet the minimum requirements for Metal but, again, caution with nVidia cards in Mojave/Catalina/Big Sur since those only support Kepler models and, since Monterey, macOS dropped all support for nVida cards. The site offers other "best graphics cards..." articles like "under $100", "under $200", etc. All available through a basic search.
    1 point
  20. List of dropped platforms only extends to Intel 8th gen. Amber Lake MacBookAir8,1 this year, all other platforms officially supported by Sonoma remaining supported in Sequoia. Good news for Skylake platforms: since KBL graphics drivers are retained, SKL graphics remain supported through the same patches used for Ventura and Sonoma. On the wireless front, OCLP patcher will need to be updated for Sequoia so that legacy Broadcom cards are supported again. Other than that, nothing much to report after just a brief spell with Sequoia 1st beta other than it feels a little more responsive than Sonoma and there are odd bugs (for example, an empty white window that may pop up at startup and cannot be closed or occasional mouse selection trailings). Installation on my Skylake Latitude E7270 was very straightforward and totally painless: from Sonoma, I updated Clover to r5159 (revised to boot Sequoia), changed my Clover config's SMBIOS to MBP15,2 (necessary), disabled the BlockSkywalk kernel & kext patch (necessary) and added boot arg -lilubetaall (also necessary). I then rebooted Sonoma, downloaded the Sequoia beta installation package and launched the installation targeting a dedicated Sequoia volume (previously created in Disk Utility). That was it, after a couple of reboots, I was offered the Sequoia setup screens and was presented with the Sequoia desktop. Resources: Sequoia beta 1 installation package can be downloaded here. Clover_r5159.pkg.zip E7270_Clover_pack_Seq_15.0.b1.zip Working: graphics acceleration with same KBL settings as in Ventura/Sonoma brightness control HDMI output mini-DP output touchscreen touchpad (after replacing VoodooPS2Controller's PlugIn "VoodooInput" by 1Revenger1's version v1.1.5 due to changes in Sequoia as explained here. 1Revenger1_VoodooInput_v1.1.5.zip) audio (incl. DP/HDMI audio) LAN Apple (Broadcom) BCM94360CS2 Bluetooth USB ports SD card reader full CPU power management sleep & wake (having disabled hibernation) Not working: Apple (Broadcom) BCM94360CS2 wireless, as per Sonoma. We'll have to wait for the OCLP patcher to be updated for Sequoia. Meantime, it's important not to boot with the BlockSkywalk kernel & kext patch and/or with AMFI prevention or Sequoia will KP/fail to boot. Things looking different in System Information->Software->Extensions: injected kexts are listed and everything is listed as loaded.
    1 point
  21. Hi @Lorys89 yes! force polling work too, but I think force polling will take more resource, so I decide to try activate touchpad with Interrupt mode.
    1 point
  22. AppleALC.kext.zip use this with layout 33 and uninstall previus version alcplugfix, remove codec commander kext, add bootargs alc-verbs=1 reboot and install this version ALCPlugFix-installer-ALC295.zip cd to folder and: sh install.sh work on all dell with alc295
    1 point
  23. Here is my working EFI OC097 for Latitude 5490 (i5-8350U, Intel Wifi), for Sonoma. Due to file uploading size limitation, AirportItlwm.kext (V1.23 Alpha for Sonoma) is not included. Both HDMI port and Display Port via USB-C port are working. You may give it a try. This EFI was based on this GitHub repository: juanpy0223/Dell-Latitude-5490-8th-gen. My bios is still 1.26 and did not update to the latest (V1.32) since the latest BIOS may prevent the CFG LOCK changing. Also once updated, it can not go back to earlier BIOS. I experienced this with my Latitude 5400. If you are able to disable CFG LOCK with 1.32 BIOS and set DVMT to 64MB (instruction is in the link above), then you can make the following changes to the Config.plist: - Root->Kernel->AppleCpuPmCfgLock = FALSE (for native CPU power management) - Remove the following two properties from your iGPU's DeviceProperties (PciRoot(0x0)/Pci(0x2,0x0) for my case): framebuffer-fbmem framebuffer-stolenmem Goodluck! DELL-5490-OC097.zip
    1 point
  24. OPENCORE - Sonoma Supports Sonoma Follow BIOS Configuration above Working: full graphics acceleration on Intel HD520 iGPU, including brightness control (F5 and F6) multi-display with DisplayPort (Video & Audio) audio, microphone input and headset output (F8 and F9) Mute button IS working by Human7900 GigEthernet LAN connection wireless and bluetooth with any compatible card (a DW1560 in my case, no Whitelisting) left and right USB ports including USB Type-C integrated webcam CPU power management sleep (Lid, Energy Saver settings, Apple menu, PWR button) & wake (Lid, PWR button) battery management keyboard and touchpad keyboard backlight (Fn + F3) touchpad with gestures, mouse buttons (can be disable with PrtScr key) RTS522a microSD card reader Not working: Trackpoint and mouse buttons Finger Print reader Wifi button Installation: Download macOS Sonoma app Format a 16GB USB drive (GUID / Extended (Journaled)) Create USB Installer with createinstallmedia command Download attached folder and rename as EFI Mount EFI partition and add EFI folder Configure BIOS setting according to guide Boot with USB installer Complete installation Post Installation: Mount EFI partition of newly installed drive and copy EFI folder over Update / Change in Config.plist under PlatformID->Generic (use genSMBIOS or Hackintool.app) MLB, ROM, SystemSerialNumber and SystemUUID Resources: https://dortania.github.io/OpenCore-Install-Guide/ https://github.com/VoodooSMBus/VoodooRMI https://github.com/OpenIntelWireless/itlwm https://github.com/cholonam/Sinetek-rtsx https://github.com/0xFireWolf/RealtekCardReader/releases Updated to OC 0.9.5 Note: Config is set for Broadcom DW1830 If you have Intel, rename Config-IntelWifi to Config.plist (not tested) SMBIOS, ig-platform-id, device-id, USBPorts kext set to MacBookAir8,1 to support Sonoma Since Sonoma has dropped all/most of the Broadcom wireless we've been using, you'll need to patch the system using OpenCore Legacy Patcher.app (currently using 1.1.0) For Broadcom wireless system only, see here for patching Multiboot from OC picker is also working! HP840G3_OC_0.9.5-Sonoma.zip
    1 point
  25. My Dell's specs: CPU: Intel Core i5 4210U RAM: 8GB DDR3 Graphics: Intel HD 4400 SSD: 512GB (macOS) HDD: 320GB (Kali Linux + Windows 11.5) Working: Graphics acceleration Patch OCLP 0.6.9 Dev Brightness control WiFi. I'm using airporlitlwm.kext version 5 Sonoma Beta All USB 2.0 and 3.0 ports work Bluetooth, with IntelBluetoothFirmware/Injector Audio, incl. integrated microphone Sleep Ethernet HDMI output Touchpad Integrated camera Card reader MacBook Air.ioreg
    1 point
  26. My Dell's specs: CPU: Intel Core i5 4210U RAM: 8GB DDR3 Graphics: Intel HD 4400 SSD: 512GB (macOS) HDD: 320GB (Kali Linux + Windows 11.5) Working: Graphics acceleration Brightness control WiFi. I'm using itlwm on a AC-7260 card by Intel + HELIPORT All USB 2.0 and 3.0 ports work Bluetooth, with IntelBluetoothFirmware/Injector Audio, incl. integrated microphone Sleep Ethernet HDMI output Touchpad Integrated camera Card reader To tell you the truth, I had only one problem when I tried to install the macOS Sonoma 14.0 RC1 update, it wouldn't start. According to the verbose -v it was a problem with audio kext, wifi and bluetooth.
    1 point
  27. Hi, there is the guide written by JakeLo in the dell installation guide section: That should be the right place where to start from
    1 point
  28. Here's the OpenCore EFI for my Dell Latitude 7400. Everything works great. macOS Monterey 12.6.3 configured for Intel WiFi/BT: Dell 7400 OC 0.8.9 Monterey IntelWiFi If you have BCM card remove the kexts Airportitlwm, IntelBluetoothFirmware and BlueToolFixup. Ventura tested and not working well with Intel 9560NGW, if you have Intel 8260/8265 it will work flawlessly. Enjoy! My specs are: Whiskey Lake i7-8665U CPU Intel UHD 620 graphics 14" FHD IPS touchscreen 16GB DDR4 Realtek ALC295 Audio Intel 9560NGW wireless
    1 point
  29. OPENCORE - Ventura Supports Ventura Follow BIOS Configuration above Working: full graphics acceleration on Intel HD520 iGPU, including brightness control (F5 and F6) multi-display with DisplayPort (Video & Audio) audio, microphone input and headset output (F8 and F9) Mute button IS working by Human7900 GigEthernet LAN connection wireless and bluetooth with any compatible card (a DW1560 in my case, no Whitelisting) left and right USB ports including USB Type-C integrated webcam CPU power management sleep (Lid, Energy Saver settings, Apple menu, PWR button) & wake (Lid, PWR button) battery management keyboard and touchpad keyboard backlight (Fn + F3) touchpad with gestures, mouse buttons (can be disable with PrtScr key) RTS522a microSD card reader Not working: Trackpoint and mouse buttons Finger Print reader Wifi button Installation: Download macOS Ventura app Format a 16GB USB drive (GUID / Extended (Journaled)) Create USB Installer with createinstallmedia command Download attached folder and rename as EFI Mount EFI partition and add EFI folder Configure BIOS setting according to guide Boot with USB installer Complete installation Post Installation: Mount EFI partition of newly installed drive and copy EFI folder over Update / Change in Config.plist under PlatformID->Generic (use genSMBIOS or Hackintool.app) MLB, ROM, SystemSerialNumber and SystemUUID Resources: https://dortania.github.io/OpenCore-Install-Guide/ https://github.com/VoodooSMBus/VoodooRMI https://github.com/OpenIntelWireless/itlwm https://github.com/cholonam/Sinetek-rtsx https://github.com/0xFireWolf/RealtekCardReader/releases Updated to OC 0.9.5 Note: Config is set for Broadcom DW1830 If you have Intel, rename Config-IntelWifi to Config.plist Multiboot from OC picker is also working! HP840G3_OC_0.9.5.zip HP840G3_OC_0.8.5_Ventura.zip
    1 point
  30. Add this SSDT and rename patch to Config file Comment: Rename GPRW to XPRW Find:47505257 02 Replace:58505257 02 If still not work, go into BIOS and disable wake on LAN / Wifi SSDT-GPRW.aml.zip
    1 point
  31. I was asked if the above trick was deprecated because DVMT pre-alloc can be bypassed with some Whatevergreen patches but sometimes it's still needed. For example, you want support for 4k display, DVMT will need to be increased and the bypass won't work. It's not recommended for everyone since it can brick your system if done incorrectly. But you can still reset it back to default by setting the BIOS to load the default or remove all the batteries for a period of time.
    1 point
  32. As a nice complement to our wireless inventories, there's a pretty good summary of Broadcom BCM4350, BCM4352 and BCM4360 cards here: https://khronokernel-7.gitbook.io/wireless-buyers-guide/types-of-wireless-card/m2 By far and large, cards are size 2230 and Key A/E with very limited Key E models. As a recap: Broadcom BCM4360 (14e4:43a0): Fenvi BCM94360NG Subsys id 106b:0117 BT id 05ac:828d Key A/E , size 2230 supported OOB up to Ventura Broadcom BCM943602 (14e4:43ba): Dell DW1830 BT id 05ac:6410 Key A/E, size 3030 3 x antennas Broadcom BCM94352 (14e4:43b1): Fenvi AC1200 Key A/E, size 2230 Dell DW1560 Subsys id 1028:0019 BT id 05ac:216f Key A/E, size 2230 AzureWave AW-CB162NF BT id 13d3:34xx Key E, size 2230 seems quite rare Foxconn T77H543 Lenovo 04X6020 Lite-On WCBN802B Key E, size 2230 Broadcom BCM94350: (see our dedicated guide on those) Dell DW1820A (Key A/E, size 2230) Lenovo Foxconn T77H649 (Key A/E, size 2230) Lite-On WCBN808B (Key A/E, size 2230)
    1 point
  33. I found this: https://www.insanelymac.com/forum/topic/329390-amd-firepro-w5100-on-macpro-51-high-sierra/ Seems that the card will work with these mods, you will just have a blank boot screen until the system starts. I'm planning to change my FirePro W5100 with a Quadro M1200 because I need CUDA for what I'm working on.
    1 point
  34. 'found an old Realtek RTL8139D PCI card whist clearing out old computer stuff. It's an ancient Connectland CR-CNL-FAST-R model dating back to 2008/2009... http://www.connectland.eu/products/fiche/category_id/133/culture/en/id/167/name/10-100-mbps-fast-ethernet-pci-card Gave it a shot in my old Vostro200 running High Sierra and Mojave. Installed the old IONetworkingFamily fat-binary kext from osx86.net and the card still works under macOS! First drivers for this card were released for OS X 10.1/10.2! IONetworkingFamily.kext.zip Note that the card is not supported by Mieze's RTL810x FastEthernet driver. Initially, I only installed the RTL8139 kext in /L/E and that brought the card to life but no traffic passed. The card only fully worked once I actually installed the entire IONetworkingFamily kext in /L/E, without touching the vanilla equivalent in /S/L/E. There must have been some dependancies... After the usual permissions repair + cache rebuild + reboot, the card was 100% functional. There goes an old 32bit PCI (not PCIe) card in macOS High Sierra and Mojave! Must work in all previous versions from Snow Leopard to Sierra too. vostro200:~ admin$ lspci -nn [...] 00:19.0 Ethernet controller [0200]: Intel Corporation 82562V-2 10/100 Network Connection [8086:10c0] (rev 02) [...] 04:00.0 Ethernet controller [0200]: Realtek Semiconductor Co., Ltd. RTL-8100/8101L/8139 PCI Fast Ethernet Adapter [10ec:8139] (rev 10) Edit: 17 Jan 2021 osx86.net now dead. Old link to file was: https://osx86.net/files/file/3172-realtek-rtl8139/
    1 point
×
×
  • Create New...