Jump to content

aryaone

Members
  • Posts

    53
  • Joined

  • Last visited

Everything posted by aryaone

  1. thanks @MaLd0n, do i need to use this DSDT along with my curent SSDT from dortania guide? or just use this single DSDT?
  2. hi @MaLd0n I have Dell XPS 9350 with core i5-6200u, finished install Big Sur with open core, now I have problem with wake (black screen on wake), and freezing when plug/unplug AC adaptor could you help me to patching my DSDT? link of my send_me file : https://drive.google.com/file/d/1iX_IhGCQENdxSjEsRdlP71QTnz9SV7bU/view?usp=sharing
  3. Just add to your own google drive, then downlod from your gdrive account
  4. any patch that need to apply on config.plist to fix STA bug into RTC?
  5. okay, i will wait for the update EFI Opencore from you, hope that will fix my problem
  6. yes, this one https://www.olarila.com/files/Clover.Folder/OPENCORE.NOTEBOOKS.100.200.300.zip
  7. i have tried rename ECDV (my pnp0c09) to EC on config.plist, and also use SSDT-EC.aml on ACPI. but still get this strange freeze the verbose is freeze in the middle of a word, it's not like the usual stuck on verbose
  8. hi @MaLd0n i try using your opencore EFI folder for skylake, but have kernel panic as attached picture could you tell me what went wrong? Kernel Panic OC xps 9350.zip -------------------update-------------- i try to set devirtualisemmio to off/false in booter/quirks, successfully passed the KP, but stuck on "rooting..." (picture attached) stuck devirtualisemmio off.zip
  9. can you give me the patch for DSDT?
  10. @onemanosx, i have dell xps 9350, now i want to patch brightness key to f11 and f12. but i can't apply the EC query patch, no change is made when i want to apply the patch is there any other way to identify the EC query for F11 and F12 on my xps 9350?
  11. [ref]MaLd0n[/ref], please help me patching dsdt here is my file https://drive.google.com/file/d/1OiiNKhE2-ExuypbWYYLsp4sucl4FL-Rh/view?usp=sharing thanks in advance
  12. still not work, the voodooi2cELAN kext not loaded on kextload, same with on ioreg here new send me file, https://drive.google.com/open?id=1P68b-pKP4BFNqSOrHdDcwTX9bxDBZglx
  13. [ref]onemanosx[/ref], here it is.... https://drive.google.com/open?id=1CiBDkN1S2Hj0JkcGyAHvixwRfg7HF0YY thanks
  14. [ref]MaLd0n[/ref], please help me, i need help to enable i2c device ELAN 1000... here is my send me : https://drive.google.com/file/d/1-CwF9stKe3JQVzcHBaI6QzQE-Y3ecZnL/view?usp=drivesdk
  15. [ref]onemanosx[/ref], i have tried to implement windows 10 emulation patch, still not work, but on the i2c device is detected on ioreg. here is my dsdt.aml and ioreg please check it... DSDT.aml.zip 666’s MacBook Pro666222.ioreg.zip
  16. oh okay, i will try to implement it thanks for your advice
  17. [ref]onemanosx[/ref], here my files https://drive.google.com/file/d/1-CwF9stKe3JQVzcHBaI6QzQE-Y3ecZnL/view?usp=drivesdk https://drive.google.com/file/d/1-OINaxnhXDiwdhh-wLQbmcsDGZ9pz22d/view?usp=drivesdk thank you
  18. [ref]onemanosx[/ref], i tried to use voodooi2c and voodooi2cELAN, but the trackpad is still not work, what i wondering is that my steps on patching is wrong or right? i follow your guide like this : 1. my original DSDT on i2c like this : Method (_CRS, 0, Serialized) // _CRS: Current Resource Settings { Name (SBFI, ResourceTemplate () { I2cSerialBusV2 (0x0015, ControllerInitiated, 0x00061A80, AddressingMode7Bit, "\\_SB.PCI0.I2C1", 0x00, ResourceConsumer, , Exclusive, ) Interrupt (ResourceConsumer, Level, ActiveLow, Exclusive, ,, _Y21) { 0x00000027, } }) If (LEqual (GR13, One)) { CreateByteField (SBFI, \_SB.PCI0.I2C1.ETPD._CRS._Y21._INT, VAL3) // _INT: Interrupts Store (0x1B, VAL3) If (LEqual (S0ID, Zero)) { CreateByteField (SBFI, 0x24, VAL4) And (VAL4, 0xE7, VAL4) } } Return (SBFI) } } } 2. i follow your guide and delete line start from interrupt, and rename SBFI to SBFB, so my DSDT become like this : Method (_CRS, 0, Serialized) // _CRS: Current Resource Settings { Name (SBFB, ResourceTemplate () { I2cSerialBusV2 (0x0015, ControllerInitiated, 0x00061A80, AddressingMode7Bit, "\\_SB.PCI0.I2C1", 0x00, ResourceConsumer, , Exclusive, ) }) Return (SBFB) } } } the question is, am i right? or what went wrong?
  19. [ref]onemanosx[/ref], i tried to patch my DSDT as per your tutorial to make my i2c work, but when i try to follow your guide and delete the following: my trackpad still not detected (my APIC PIN is 47, so i think i dont need to pin it manually) please help me, here is my send_me file, and the patched dsdt.dsl https://drive.google.com/file/d/1n0yXgtKBPiNuSXBRNBz-StZUdi3JfKQN/view?usp=sharing DSDT.dsl.zip
  20. OK, i'll try to inject it on device properties already tried but still not work https://imgur.com/a/ECBQtOc
  21. i think i dont have "hda-gfx=onboard 1" on config or DSDT. how to inject this "hda-gfx=onboar 1"?
  22. [ref]MaLd0n[/ref], thanks for your easy guide, now my graphic for intel hd 620 kabylake is working well, the HDMI out is working too. but i notice that my hdmi audio is not working, even if i already get my ibternal speaker work by appleALC (with your guide in another thread). can you tell me how to make my hdmi audio work?
  23. [ref]MaLd0n [/ref], i use dGPU RX570 4GB, now i want to disable DVI port of my dGPU for some reason. can you guide me to patch my radeon frame buffer to disable my DVI Port? here is my send.me file Send me aryaones-iMac.zip
  24. thanks for your advice, will try it ASAP and hope this will improve my battery usage time
×
×
  • Create New...