Recent content by Gaurav021201

  1. Gaurav021201

    [GUIDE] [SUCCESS] Big Sur Public Beta HP 15 pavillion cc129TX [opencore]

    I never used ethernet. Wifi works awesome for me. You can google the hardware and search for a appropriate kext.
  2. Gaurav021201

    [GUIDE] [SUCCESS] Big Sur Public Beta HP 15 pavillion cc129TX [opencore]

    Make sure ssdt-pnlf. Aml is present in acpi folder and is properly patched to your system, you can use the acpi file from my efi folder. If it doesn't work attach ur current efi folder here.
  3. Gaurav021201

    [GUIDE] [SUCCESS] Big Sur Public Beta HP 15 pavillion cc129TX [opencore]

    Please attach a screen shot of your "about this mac" window accessible from top left apple logo > about this mac
  4. Gaurav021201

    [GUIDE] [SUCCESS] Big Sur Public Beta HP 15 pavillion cc129TX [opencore]

    so now you can go ahead for other fixes by editing your DSDT and extracting ssdt's from there. A guide to the same is linked below :- https://www.tonymacx86.com/threads/guide-patching-laptop-dsdt-ssdts.152573/ Just remember to apply the "battery_HP-Pavilion-n012tx.txt" patch by rehabman, read...
  5. Gaurav021201

    [GUIDE] [SUCCESS] Big Sur Public Beta HP 15 pavillion cc129TX [opencore]

    Use propertree for opening config.plist in a organized manner.
  6. Gaurav021201

    Help for Hp 15 cc129tx Audio not working

    Hi Actually a lot has been changed sense the above issue. I have moved to opencore which indeed is more stable and more organized. For that you can read my guide in big sur guides forum for laptops. The efi folder available there works for me. Hope it helps
  7. Gaurav021201

    [GUIDE] [SUCCESS] Big Sur Public Beta HP 15 pavillion cc129TX [opencore]

    btw what's the problem adding our DSDT to opencore, means isn't it a worth as it fixes the annoying sleep/wake issue easily and many others like RTC fix and battery patch.
  8. Gaurav021201

    [GUIDE] [SUCCESS] Big Sur Public Beta HP 15 pavillion cc129TX [opencore]

    Ok so starting everything from scratch, I removed the DSDT for now and added the ssdt-GPRW.aml with the necessary renames mentioned earlier. I rebuild my usbport.kext with hackintool and placed it in my efi and config.plist, reboot and waited. But the sad part, this resolves the issue...
  9. Gaurav021201

    [GUIDE] [SUCCESS] Big Sur Public Beta HP 15 pavillion cc129TX [opencore]

    the following hot patch didn't work for me, with the same error of sleep/wake. That's why i had to move to full DSDT patching. If a hotpatch for my DSDT patch is possible then it would help other users to use the same hotpatch without using there own DSDT.
  10. Gaurav021201

    [GUIDE] [SUCCESS] Big Sur Public Beta HP 15 pavillion cc129TX [opencore]

    Sorry but that didn't work the sleep/wake issues are back :-( . I Just changed Enabled=true but this gives me the following error panic(cpu 2 caller 0xffffff8019a84a06): Sleep transition timed out after 180 seconds while entering darkwake on way to sleep. Failure code:: 0xf4c9bdbd 00000031...
  11. Gaurav021201

    [GUIDE] [SUCCESS] Big Sur Public Beta HP 15 pavillion cc129TX [opencore]

    I will try it and let you know if this works thank you. Sorry for that
  12. Gaurav021201

    [GUIDE] [SUCCESS] Big Sur Public Beta HP 15 pavillion cc129TX [opencore]

    The patch seems good but the issue is I don't know how to change the return values inside a method call with these patches, as these are used to just rename the methods. I think i'm missing something, if possible can you please urself make the patch and give the final patch that can directly go...
  13. Gaurav021201

    [GUIDE] [SUCCESS] Big Sur Public Beta HP 15 pavillion cc129TX [opencore]

    Well thankyou for the effort but i don't know what to put in find and replace. I can only tell, we need to find return value in _PRW and replace anything present with GPRW(0x09,0x04). The final thing should look like this Method (_PRW, 0, NotSerialized) // _PRW: Power Resources for Wake...
  14. Gaurav021201

    [GUIDE] [SUCCESS] Big Sur Public Beta HP 15 pavillion cc129TX [opencore]

    I guess the rename should rather change GPRW(anything here) to GPRW(0x09,0x04). I don't know how to implement this rename, if you can , please help.
  15. Gaurav021201

    [GUIDE] [SUCCESS] Big Sur Public Beta HP 15 pavillion cc129TX [opencore]

    Yes definetly a hot patch is better that DSDT, but otherwise also i have to use the DSDT to get my touchpad working, weird but that's the only way out i could find. A rename is a good option but the problem here is that _PRW has different return values at different locations. I found 47 _PRW...
Back
Top