You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Feb 26, 2024. It is now read-only.
I have an Intel NUC 12 Enthusiast which has an Intel Arc A770m. When booting with HDMI connected to a monitor, I was faced with the A770M (PCI device ID 8086:5960) not consistently enumerating on the PCI bus.
$ ls /dev/dri/render*
/dev/dri/renderD128
$ lspci -nnn | grep 5960
Another user suggested trying to disable the NUC's BIOS setting for "Native ACPI OS PCIe Support" (F2 on boot to BIOS, go to Power, Secondary Power Settings, and turn off "Native ACPI OS PCIe Support", then Save and Exit (F10).) I gave it a shot, and now the device appears on the PCI bus every boot.
I wanted to share here in case others encounter the same problem.
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
I have an Intel NUC 12 Enthusiast which has an Intel Arc A770m. When booting with HDMI connected to a monitor, I was faced with the A770M (PCI device ID 8086:5960) not consistently enumerating on the PCI bus.
Sometimes it would be there:
Sometimes it wouldn't:
Another user suggested trying to disable the NUC's BIOS setting for "Native ACPI OS PCIe Support" (F2 on boot to BIOS, go to Power, Secondary Power Settings, and turn off "Native ACPI OS PCIe Support", then Save and Exit (F10).) I gave it a shot, and now the device appears on the PCI bus every boot.
I wanted to share here in case others encounter the same problem.
The text was updated successfully, but these errors were encountered: