June 14, 2019
7:12 p.m.
"Valdis Klētnieks" <valdis.kletnieks@vt.edu> writes:
Though I'm having a hard time aligning that with "D31:F2". Are you confusing a PCI address with a PCI ID, or is this on a non-PCI bus?
"D31:F2" is device 31, function 2. We're used to see this as "1f.2". The question is really: Is there such a device in the system? And if so: What's the ID? That's easy to find out: lspci -vvvnns 0:1f.2 Bjørn