Recent content by lloyddominic26

  1. lloyddominic26

    AppleALC and VoodooHDA not working in OpenCore

    I finally managed to get the audio devices recognized by MacOS. It seems that I'm using an unoriginal AppleHDA.kext. I replaced it and the audio devices now show up in System Preferences. I also got VoodooHDA.kext to work, although I switched to AppleALC.kext due to the faint volume that is...
  2. lloyddominic26

    Help - 95% Working Acer A515-54G - Except for Keyboard & Sleep

    For the keyboard, I switched to OpenCore (guide here) and added AppleGenericInput.efi (download here) to the Drivers folder and the keyboard started working.
  3. lloyddominic26

    AppleALC and VoodooHDA not working in OpenCore

    What do you mean? What files am I lacking? What files do you need? I already uploaded my EFI OC folder in my previous post.
  4. lloyddominic26

    AppleALC and VoodooHDA not working in OpenCore

    Here is my updated EFI OpenCore folder. I also forgot to mention that in the Drivers folder, I left AppleGenericInput.efi and UsbKbDxe-64.efi because the laptop keyboard won't work without those drivers.
  5. lloyddominic26

    AppleALC and VoodooHDA not working in OpenCore

    I also tried having SSDT-HPET.aml in my EFI folder, but it still got no sound. The sound is working in Clover, but only in the bootloader, not in MacOS itself. However, I got the sound to work in my other laptop, which happens to have the same audio device (Realtek ALC255), but using that...
  6. lloyddominic26

    AppleALC and VoodooHDA not working in OpenCore

    I tried doing all you've said, such as removing VoodooHDA.kext and adding back AppleALC.kext, trying those layout-ids, and only having HfsPlus.efi and OpenRuntime.efi in the Drivers folder, however it still didn't work. I tried various layout-ids for ALC255, and even layout-id 1, 2, and 3, and...
  7. lloyddominic26

    Catalina Install Stuck at PCI Configration Begin - Acer 515-54g

    Rename the ACPI folder back to its original name and delete everything in the folder but the SSDT-PNLF.aml. Also, take note that Acer Aspire A515-54G (your laptop) is a little different to Acer Aspire A515-51G (your source EFI folder).
  8. lloyddominic26

    Catalina Install Stuck at PCI Configration Begin - Acer 515-54g

    For the graphics, I always use Hackintool (guide here). It works all the time and is easy to use. However, you don't need to follow all the steps in the guide. You don't need to fix your HDMI yet … Just follow the steps in the preparation part, and for the procedure part, skip to step 7 and...
  9. lloyddominic26

    Catalina Install Stuck at PCI Configration Begin - Acer 515-54g

    I also have the same laptop as yours, and this is what I did: For the keyboard, use VoodooPS2Controller.kext. For the trackpad, use VoodooI2C.kext (Guide here) (or click here instead if you use OpenCore). For the WiFi, if your device has an Intel WiFi (mine's got Intel WiFi 6 AX201), then you...
  10. lloyddominic26

    AppleALC and VoodooHDA not working in OpenCore

    Sorry for the early, incomplete post. I accidentally clicked on Save, instead of Preview. Anyway, since I'm done editing my post, can you give it a second look?
  11. lloyddominic26

    AppleALC and VoodooHDA not working in OpenCore

    This is a new installation. I decided to try OpenCore to experience its gain in speed in performance. Everything is working well, except the sound. There are no audio input/output devices listed in the Sound section of System Preferences. My device is ALC255, and I tried layout-id 31: didn't...
  12. lloyddominic26

    Unexpected PARSEOP_IF, expecting $end and premature End-Of-File

    Yes. Please refer to my other thread with the same question but posted in a different category. https://www.tonymacx86.com/threads/unexpected-parseop_if-expecting-end-and-premature-end-of-file.289307/
  13. lloyddominic26

    Wifi not working on Mojave, QCA9377

    The installed WiFi card (Qualcomm Atheros QCA9377) won't work with MacOS simply because there are no kexts available that supports that card. However, if you want your Hackintosh to have an internet connection, you may try the following: Ethernet Cable USB WiFi Adapter USB Tethering from an...
  14. lloyddominic26

    Result is not used, operator has no effect

    I fixed it by looking at the syntax of System SSDT-5.dsl which MaciASL provides. I fixed it by changing this: PCR0 (0xDC, 0x100C) DerefOf (Index (SCLK, One)) to this: PCRO (0xDC, 0x100C, DerefOf (Index (SCLK, One)))
  15. lloyddominic26

    Result is not used, operator has no effect

    I am trying to fix SSDT-5-ACRPRDCT because it is giving me two errors. One of which is this: 6114 Result is not used, operator has no effect And it is showing that the error is present in this line: DerefOf (Index (SCLK, One)) Attached here is the SSDT-5-ACRPRDCT.dsl. Let me know if you...
Back
Top