• Become a Premium Member for $25/year with no ads to improve your community experience. Upgrade to Pro Account for faster response and no wait times!

Search results

  1. lopess

    Random reboots while loading the system

    to delete
  2. lopess

    Random reboots before login screen, month after updating macOS opencore and GPU.

    no, I moved the post to a new location: https://elitemacx86.com/threads/random-reboots-while-loading-the-system.2411/#post-20031
  3. lopess

    Random reboots while loading the system

    More specifically? I think I tried to do everything correctly. All kexts are the latest available versions. The Opencore version is also the latest. I created the ACPI files according to the recommendations. I also tried to include all the recommended settings. Unfortunately, I don't have the...
  4. lopess

    Random reboots while loading the system

    what is wrong with my EFI?
  5. lopess

    Random reboots while loading the system

    I've been trying to install MacOS on the following configuration for several days: MSI MEG Z590 ACE GOLDEDITION + 11900K + MSI RX6900XT TRIO. Unfortunately, the system doesn't always load correctly. In fact, it loads only occasionally. When it does load, everything works fine without any...
  6. lopess

    Pcie Audio Cards Compatibility

    I have had this card for a short time and have not tested it in any other system than Sequoia and Windows.
  7. lopess

    Pcie Audio Cards Compatibility

    The card works fine in Windows. It's only a problem in HackOS. I contacted the card manufacturer, but it turns out they only supported it up to macOS 11 Big Sur: "The current MAYA44 eX macOS driver works only with macOS Big Sur and older macOS version. Apple has made many changes starting with...
  8. lopess

    Pcie Audio Cards Compatibility

    I couldn't find a thread about the compatibility of PCIe/USB audio cards, and I think there used to be one on the forum. I have an ESI Maya44eX card. The card even has its own drivers for MacOS and its own application. The drivers and application install without any errors on the Sequoia. The...
  9. lopess

    GUIDE How to Fix Intel WiFi and Bluetooth on macOS Sequoia and Later

    Then you have to wait for the official kext from Dortania ;) The difference is that this one works 😀
  10. lopess

    GUIDE How to Fix Intel WiFi and Bluetooth on macOS Sequoia and Later

    Did you use the kext I posted?
  11. lopess

    GUIDE How to Fix Intel WiFi and Bluetooth on macOS Sequoia and Later

    Your kext is outdated and will not work with Sequoia 15.3. Current working version is 2.5.0
  12. lopess

    GUIDE How to Fix Intel WiFi and Bluetooth on macOS Sequoia and Later

    Probably invalid kexts. I don't think it's a BlueToolFixup issue. Probably invalid IntelBluetoothFirmware kexts. Use kexts from attachment. Set kexts in order: 1) IntelBluetoothFirmware.kext 2) IntelBTPatcher.kext 3) BlueToolFixup.kext and it should work.
  13. lopess

    GUIDE How to Fix Broadcom WiFi on macOS Sonoma and Later

    Yes, you need to add your card in config.plist DeviceProperties (I use OpenCore Configurator) and there change its IoName from pci14e4,4331 to pci14e4,432B. Only after that run OCLP Patcher. After this change OCLP should recognize it as "legacy".
  14. lopess

    GUIDE How to Fix Broadcom WiFi on macOS Sonoma and Later

    Yes, exactly. You can run this card in both "modern" mode (without any device_id modifications) and "legacy" mode, by modifying the device_id to 432B. I have BCM9431CSAx with id 4331: Only IO80211ElCap and corecaptureElCap are needed. I didn't check Bluetooth because I don't need it with this...
  15. lopess

    GUIDE How to Fix Broadcom WiFi on macOS Sonoma and Later

    Intel XXV710-Da2 and broadcom wifi works!
  16. lopess

    GUIDE How to Fix Broadcom WiFi on macOS Sonoma and Later

    I found a solution! See the pci_data.py file in OCLP.: OCLP developers removed 4331 from legacy cards. So just change the card's device-id to 0x432B. Then it will be recognized by OCLP as "legacy". And voila wifi works on IO80211ElCap and corecaptureElCap.
  17. lopess

    GUIDE How to Fix Broadcom WiFi on macOS Sonoma and Later

    ok, I also ordered BCM94322. We will check both Broadcom and Atheros.
  18. lopess

    GUIDE How to Fix Broadcom WiFi on macOS Sonoma and Later

    If so, you may be able to set a device-id that will allow this card to be detected as a "legacy" model.
  19. lopess

    GUIDE How to Fix Broadcom WiFi on macOS Sonoma and Later

    Maybe I expressed myself badly. It's not a card on the motherboard, but a card on the Pcie. I'm using Intel XXV710-DA2. I confirm that BCM4331 works without a problem when installed according to the procedure for modern cards. However, it doesn't work when we want to run it as legacy cards (or...