Jump to content

George1203

Members
  • Posts

    14
  • Joined

  • Last visited

George1203's Achievements

Private First Class

Private First Class (3/17)

0

Reputation

  1. About Fixing Sleep Problems Three methods are mentioned in Dortania Guides -OpenCore Post-Install-Fixing Sleep - Keyboard Wake Issues https://dortania.github.io/OpenCore-Post-Install/usb/misc/keyboard.html#method-1-add-wake-type-property-recommended Set acpi-wake-type to the USB Controller(Recommended) Create a fake ACPI Device Disable darkwake(not ideal, as background tasks will also turn on the display) Do that mean to try one by one, or use both of all
  2. Windows on work Hervé said the same O2 SD card reader (pci1217,8621) of Lenovo ThinkPad E470 fully working But you can see the in OC he used the DSDT patch no Device Properties https://osxlatitude.com/forums/topic/14371-lenovo-thinkpad-e470-big-sur-opencore/ https://osxlatitude.com/forums/topic/17060-lenovo-thinkpad-e470-i5-7200u-oc-076-efi-for-macos-monterey/#comment-113430 And you can see that the patch defined the SDXC is on EXP5 I do not know the difference between PR and EXP
  3. Hi Jack, I am back Yes reset NVRam after the changes no work 0628MacBook Pro.ioreg 0628configOC0.81.plist.zip
  4. Sorry my laptop got some problem I need time to fix it and contact you later
  5. I had disable the patch and keep only the SSDT-SDCard.aml patch all of the kernel including block, force and patch were disable The result is the same
  6. Hi Hervé Thanks for your reply and I tried to do the everything as your mention, but the result is still no work on sdcard reader. I think the ven/dev id 1217:8621 can work under Clover Device Arbitray and that is different with the OC Device Properties. The Clover configuration is difficult to me, so I can not to proof that. Also maybe the Apple kext version issue dute the MacOS Monterey. I attached the info.list of AppleSDXC.kext from S/L/E.
  7. I have tested your EFI and some issues as below HDMI no output Keyboard function key sound and screen blight "+ " "-" no work after sleep get the black screen and only can press the power to shout down I add the new DSDT FYR because the older one is not the BCM94360NG on-board DSDT.aml.zip
  8. Crad reader is nothing Could we try to add the PR02.SDXC into the patch of SSDT-Y520.aml Device (SDXC) { Name (_ADR, Zero) // _ADR: Address Method (_PRW, 0, NotSerialized) // _PRW: Power Resources for Wake { Return (GPRW (0x69, 0x04)) } Method (_RMV, 0, NotSerialized) { Return (0x00) } } **the Return (GPRW (0x69, 0x04)) need to check 0x69, 0x04 is correct I try to add but i have no idea compile I just want to chang the PR02 PXSX to SDXC, befor the code of Device (SDXC) should add Device(PR02) sorry i am a new guide and no skill of any computer language
  9. the xprw can not fix sleep issue, mouse and keybord seems no work after sleep enable the aspi of Change _OSI to XOSI and replace the subsystem-vendor-id same as Broadcom wifi is still no work i have to add the patch of SSDT-SDCard.aml in order to get the reulit as below (deteted and no driver on)
  10. enable the Change Method(GPRW,2,N) to XPRW change the subsystem-vendor-id still can not be dected MacBook Pro0625.ioreg
  11. Jake Lo Thanks for your reply have removed AppleSDXCInjector.kext and VoodooSDHC.kext is still no work MacBook Pro.ioreg
  12. I almost finished the hackintosh of Lenovo Y520 with OC in MacOS Monterey. There are two features not working including O2 SD Card Reader and sleep-black screen. Wifi and BT are working with Broadcom 94360NG, air-drop and hand-off OK. Patch the SSDT-SDCard.aml or define the Device Property is the same result, that only show the SDCard Reader is detected but without AppleSDXC.kext. In the Kernel patched AppleSDXC.kext and AppleSDXCInjector.kext are not work. I try to block, Force or patch is still no work. In the original AppleSDXC I find the IONameMatch pci17a0,9755 and pci14e4,16bc, as I change the compatible to pci17a0,9755, macOS system report show the device driver is on but actuarially is block by the sub driver of AppleSDXCBlockStorageDevice. Here are the attched files as below, Could you help me to verify the problem and thank you very much. ACPI_SSDT.zip configOC.plist.zip DSDT.aml.zip MacBook Pro.ioreg.zip
×
×
  • Create New...