Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

dmidecode -t slot always shows same Bus Address #31

Open
SomePersonSomeWhereInTheWorld opened this issue Dec 11, 2024 · 0 comments
Open

Comments

@SomePersonSomeWhereInTheWorld

I even compiled version 3.6, on CentOS 7.9 why would the slot bus address always be the same? Does the CPU being AMD EPYC 7662 have anything to do with it?

/usr/local/sbin/dmidecode -t slot | grep -E "Designation|Usage|Bus Address"
	Designation: GPU1
	Current Usage: Available
	Bus Address: 0000:ff:1f.7
	Designation: GPU2
	Current Usage: Available
	Bus Address: 0000:ff:1f.7
	Designation: GPU3
	Current Usage: Available
	Bus Address: 0000:ff:1f.7
	Designation: GPU4
	Current Usage: Available
	Bus Address: 0000:ff:1f.7
	Designation: GPU5
	Current Usage: Available
	Bus Address: 0000:ff:1f.7
	Designation: GPU6
	Current Usage: Available
	Bus Address: 0000:ff:1f.7
	Designation: GPU7
	Current Usage: Available
	Bus Address: 0000:ff:1f.7
	Designation: GPU8
	Current Usage: Available
	Bus Address: 0000:ff:1f.7
	Designation: Rear_Riser_LP
	Current Usage: Available
	Bus Address: 0000:ff:1f.7
	Designation: Rear_Riser
	Current Usage: Available
	Bus Address: 0000:ff:1f.7
	Designation: Front_Riser
	Current Usage: Available
	Bus Address: 0000:ff:1f.7
	Designation: NVME1
	Current Usage: Available
	Bus Address: 0000:ff:1f.7
	Designation: NVME2
	Current Usage: Available
	Bus Address: 0000:ff:1f.7
	Designation: NVME3
	Current Usage: Available
	Bus Address: 0000:ff:1f.7
	Designation: NVME4
	Current Usage: Available
	Bus Address: 0000:ff:1f.7

dmesg does show the devices:

[Tue Dec  3 16:44:23 2024] pci 0000:60:07.0: [1022:1482] type 00 class 0x060000
[Tue Dec  3 16:44:23 2024] pci 0000:60:07.1: [1022:1484] type 01 class 0x060400
[Tue Dec  3 16:44:23 2024] pci 0000:60:07.1: PME# supported from D0 D3hot D3cold
[Tue Dec  3 16:44:23 2024] pci 0000:60:07.1: System wakeup disabled by ACPI
[Tue Dec  3 16:44:23 2024] pci 0000:60:08.0: [1022:1482] type 00 class 0x060000
[Tue Dec  3 16:44:23 2024] pci 0000:60:08.1: [1022:1484] type 01 class 0x060400
[Tue Dec  3 16:44:23 2024] pci 0000:60:08.1: PME# supported from D0 D3hot D3cold
[Tue Dec  3 16:44:23 2024] pci 0000:60:08.1: System wakeup disabled by ACPI
[Tue Dec  3 16:44:23 2024] pci 0000:61:00.0: [10de:26b5] type 00 class 0x030200
[Tue Dec  3 16:44:23 2024] pci 0000:61:00.0: reg 0x10: [mem 0xc1000000-0xc1ffffff]
[Tue Dec  3 16:44:23 2024] pci 0000:61:00.0: reg 0x14: [mem 0x1d000000000-0x1dfffffffff 64bit pref]
[Tue Dec  3 16:44:23 2024] pci 0000:61:00.0: reg 0x1c: [mem 0x1f040000000-0x1f041ffffff 64bit pref]
[Tue Dec  3 16:44:23 2024] pci 0000:61:00.0: PME# supported from D0 D3hot
[Tue Dec  3 16:44:23 2024] pci 0000:61:00.0: reg 0xbf0: [mem 0xc2000000-0xc203ffff]
[Tue Dec  3 16:44:23 2024] pci 0000:61:00.0: VF(n) BAR0 space: [mem 0xc2000000-0xc27fffff] (contains BAR0 for 32 VFs)
[Tue Dec  3 16:44:23 2024] pci 0000:61:00.0: reg 0xbf4: [mem 0x1e000000000-0x1e07fffffff 64bit pref]
[Tue Dec  3 16:44:23 2024] pci 0000:61:00.0: VF(n) BAR1 space: [mem 0x1e000000000-0x1efffffffff 64bit pref] (contains BAR1 for 32 VFs)
[Tue Dec  3 16:44:23 2024] pci 0000:61:00.0: reg 0xbfc: [mem 0x1f000000000-0x1f001ffffff 64bit pref]
[Tue Dec  3 16:44:23 2024] pci 0000:61:00.0: VF(n) BAR3 space: [mem 0x1f000000000-0x1f03fffffff 64bit pref] (contains BAR3 for 32 VFs)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant