Jump to content

George1203

Members
  • Posts

    14
  • Joined

  • Last visited

Posts posted by George1203

  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

    IMG_3530.jpg

    And you can see that the patch  defined the SDXC is on EXP5

    I do not know the difference between PR and EXP

    截圖 2022-06-29 下午5.01.27.png

    截圖 2022-06-29 下午5.12.00.png

  3. 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.

    截圖 2022-06-27 上午8.20.02.png

  4. 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

     

    截圖 2022-06-26 上午10.40.48.png

    截圖 2022-06-26 上午10.39.29.png

     

     

     

  5. 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.

    截圖 2022-06-23 下午6.23.42.png

    截圖 2022-06-23 下午6.27.59.png

    ACPI_SSDT.zip configOC.plist.zip DSDT.aml.zip MacBook Pro.ioreg.zip

×
×
  • Create New...