@kaoskinkae I don't know if it will work but you can try: you need to know the PCI path to the dGPU audio device open Hackintool -> PCIe tab locate the audio device of the Radeon card I see mine as Navi 21/23 HDMI/DP Audio Controller (Device Name) / Multimedia Controller (Class) / Audio Device (Subclass), look for the one that corresponds to your RX 560 or RX 570 Device Path column -> right click -> Copy Device Path e.g. PciRoot(0x0)/Pci(0x1,0x0)/Pci(0x0,0x0)/Pci(0x0,0x0)/Pci(0x0,0x1) remember your string can be different, don't use mine following @verdazil instruction, add this in the DeviceProperties block of config.plist <key>DeviceProperties</key> <dict> <key>Add</key> <dict> <key>PciRoot(0x0)/Pci(0x1,0x0)/Pci(0x0,0x0)/Pci(0x0,0x0)/Pci(0x0,0x1)</key> <dict> <key>class-code</key> <data>/////w==</data> <key>device-id</key> <data>//8AAA==</data> <key>vendor-id</key> <data>//8AAA==</data> </dict> This code is plain text, viewed in the plist file editor it looks like this:
Author:
[source]
Post a Comment