dortania / dortania/bugtracker
RX550 device-id renaming problem
- Dominant language
- No language data
- Stars
- 123
- Forks
- 8
- PR merge metrics
- No merged PRs in 30d
Description
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](https://github.com/dortania/bugtracker/issues/129) Finally a ssdt able to rename device-id [was suggested](https://github.com/dortania/bugtracker/issues/129#issuecomment-1483932387) 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](https://github.com/dortania/bugtracker/files/11070304/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](https://github.com/dortania/bugtracker/files/13772268/iMac.Pro1.1.zip)
Any help would be very much appreciated
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.