Ah, buses 4 to 6 also! I’ve just run the command as stated by you, but I’ve got some errors:
mixtile@ClusterBox:~$ sudo lspci -s 03:00.0 -vvv|grep LnkSta
LnkSta: Speed 8GT/s, Width x2 (downgraded)
LnkSta2: Current De-emphasis Level: -6dB, EqualizationComplete+ EqualizationPhase1+
lspci: Unable to load libkmod resources: error -2
mixtile@ClusterBox:~$ sudo lspci -s 04:00.0 -vvv|grep LnkSta
LnkSta: Speed 8GT/s, Width x2 (downgraded)
LnkSta2: Current De-emphasis Level: -6dB, EqualizationComplete+ EqualizationPhase1+
lspci: Unable to load libkmod resources: error -2
mixtile@ClusterBox:~$ sudo lspci -s 05:00.0 -vvv|grep LnkSta
LnkSta: Speed 8GT/s, Width x2 (downgraded)
LnkSta2: Current De-emphasis Level: -6dB, EqualizationComplete+ EqualizationPhase1+
lspci: Unable to load libkmod resources: error -2
mixtile@ClusterBox:~$ sudo lspci -s 06:00.0 -vvv|grep LnkSta
LnkSta: Speed 8GT/s, Width x2 (downgraded)
LnkSta2: Current De-emphasis Level: -6dB, EqualizationComplete+ EqualizationPhase1+
lspci: Unable to load libkmod resources: error -2
When trying to run the command with strace, I even get more errors:
mixtile@ClusterBox:~$ sudo strace -e file lspci -s 03:00.0 -vvv |& grep ENOENT
open("/etc/ld-musl-mipsel-sf.path", O_RDONLY|O_LARGEFILE|O_CLOEXEC) = -1 ENOENT (No such file or directory)
open("/lib/libpci.so.3", O_RDONLY|O_LARGEFILE|O_CLOEXEC) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/libpci.so.3", O_RDONLY|O_LARGEFILE|O_CLOEXEC) = -1 ENOENT (No such file or directory)
open("/lib/libkmod.so.2", O_RDONLY|O_LARGEFILE|O_CLOEXEC) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/libkmod.so.2", O_RDONLY|O_LARGEFILE|O_CLOEXEC) = -1 ENOENT (No such file or directory)
open("/lib/libz.so.1", O_RDONLY|O_LARGEFILE|O_CLOEXEC) = -1 ENOENT (No such file or directory)
open("/usr/local/lib/libz.so.1", O_RDONLY|O_LARGEFILE|O_CLOEXEC) = -1 ENOENT (No such file or directory)
open("/root/.pciids-cache", O_RDONLY|O_LARGEFILE) = -1 ENOENT (No such file or directory)
open("/sys/bus/pci/devices/0000:03:00.0/label", O_RDONLY|O_LARGEFILE) = -1 ENOENT (No such file or directory)
open("/sys/bus/pci/devices/0000:03:00.0/numa_node", O_RDONLY|O_LARGEFILE) = -1 ENOENT (No such file or directory)
readlink("/sys/bus/pci/devices/0000:03:00.0/iommu_group", 0x7fb2b39c, 1024) = -1 ENOENT (No such file or directory)
readlink("/sys/bus/pci/devices/0000:03:00.0/of_node", 0x7fb2b39c, 1024) = -1 ENOENT (No such file or directory)
open("/sys/module/compression", O_RDONLY|O_LARGEFILE|O_CLOEXEC) = -1 ENOENT (No such file or directory)
statx(AT_FDCWD, "/etc/modprobe.d", AT_STATX_SYNC_AS_STAT, STATX_BASIC_STATS, 0x7fb2a580) = -1 ENOENT (No such file or directory)
statx(AT_FDCWD, "/run/modprobe.d", AT_STATX_SYNC_AS_STAT, STATX_BASIC_STATS, 0x7fb2a580) = -1 ENOENT (No such file or directory)
statx(AT_FDCWD, "/usr/local/lib/modprobe.d", AT_STATX_SYNC_AS_STAT, STATX_BASIC_STATS, 0x7fb2a580) = -1 ENOENT (No such file or directory)
statx(AT_FDCWD, "/lib/modprobe.d", AT_STATX_SYNC_AS_STAT, STATX_BASIC_STATS, 0x7fb2a580) = -1 ENOENT (No such file or directory)
open("/lib/modules/5.15.150/modules.softdep", O_RDONLY|O_LARGEFILE|O_CLOEXEC) = -1 ENOENT (No such file or directory)
open("/lib/modules/5.15.150/modules.dep.bin", O_RDONLY|O_LARGEFILE|O_CLOEXEC) = -1 ENOENT (No such file or directory)