Having looked at the specifications for your HP laptop I can see you will have a few issues regarding Internet connections using macOS.
Your laptop doesn't contain an Ethernet port, so no wired connection possible unless you use a USB to Ethernet connector. Amazon and eBay sell lots of these USB to Ethernet devices, so picking up one where you live might be worthwhile.
Your laptop contains a Realtek Wireless/Bluetooth M.2 module, neither of which are compatible with macOS. So you won't be able to connect to a wireless network in macOS.
The option here is to replace the Realtek Wireless device with a compatible M.2 Broadcom or Intel WiFi/BT module, see the links below for the different supported WiFi/BT cards.
Documentation for OpenIntelWireless
openintelwireless.github.io
Just for clarify your Trackpad is either a Synaptic or ELAN model, you would need to check which is present by looking in Windows > Device Manager.
Using Voodooi2c.kext and Voodooi2CHID.kext are essential. Using either Voodooi2CSynaptics.kext or Voodooi2CELAN.kext will be necessary but which will depend on the model used in your laptop. The screenshot below shows the Fingerprint and Trackpad device drivers available for your laptop from HP support.
Since the last release there have been 1 commit(s). The descriptions for the first (at most) 10 of these are as follows e3ac3ed - Bump version to 2.9.1 (#564) (Kishor Prins)
github.com
Adding VoodooPS2Controller.kext would also be required for your keyboard to work.
Disabling the VoodooPS2Mouse.kext or VoodooPS2Trackpad.kext, which can be found in the /VoodooPS2Controller/Contents/Plugins folder, might be necessary but you will only know that by a bit of trial and error on your part.
v2.3.7 Fixed multiple PS2/SMBus devices attaching Fixed eratic pointer in bootpicker by disabling SMBus/PS2 devices on shutdown
github.com
I am not sure where you obtained the SSDT's in your /EFI/OC/ACPI folder, but if they were not generated for your specific system I wouldn't use them. As they are more likely to cause issues than fix them.
Your AMD IGPU won't work with WhateverGreen.kext, so don't use it in your OC setup. You need to replace this with NootedRed.kext, as this is the only kext that works with AMD IGPU's.
The AMD iGPU kernel extension.
chefkissinc.github.io
Hope this helps.