dortania / bugtracker

Dortania Bugtracker
108 stars 7 forks source link

RX550 device-id renaming problem #342

Open rdmitry0911 opened 6 months ago

rdmitry0911 commented 6 months ago

Some times ago I had a problem with installing rx550 lexa core in macosx running as a vm inside proxmox. It was discused in this thread Finally a ssdt able to rename device-id was suggested by @kachyy that made possible for macos to recognise and use this gpu. Recently I had to change my m/b to a new one. and after that I've got an old device-id renaming problem again and stuck there. Nothing else has been changed. In macos everything looks the same, but I'm getting ae_not_found errors in early boot log and the device-id remains 0x699f gfxutil gives me this: 04:00.0 1002:699f /PCI0/SE0@1C/GFX0@0 = PciRoot(0x0)/Pci(0x1C,0x0)/Pci(0x0,0x0) hackintool gives me this:

IOService:/AppleACPIPlatformExpert/PCI0/AppleACPIPCI/SE0@1C/IOPP/GFX0@0
PciRoot(0x0)/Pci(0x1C,0x0)/Pci(0x0,0x0)

I use the same ssdt to rename device-id SSDT-550-SPOOF.aml.zip The only visible difference I've found with the old configuration is PciRoot. It was PciRoot(0x1) now it is PciRoot(0x0) But as far as I understand this should not prevent renaming with this ssdt. A full ioregistry is attached. iMac Pro1.1.zip Any help would be very much appreciated