https://bugzilla.kernel.org/show_bug.cgi?id=218876 TJ (linux@xxxxxx) changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |linux@xxxxxx --- Comment #2 from TJ (linux@xxxxxx) --- This could be a power management issue: vfio-pci 0000:02:00.0: Unable to change power state from D3cold to D0, device inaccessible Could you add the outputs of these commands? # detailed PCI device info sudo lspci -vvnnk # power reset methods of PCI devices find /sys/devices/pci0000\:00/ -name reset_method | while read -r f; do echo -e "$f = $(cat $f)"; done -- You may reply to this email to add a comment. You are receiving this mail because: You are watching the assignee of the bug.