Skip to content

amdgpu not found in modules (i have it built into the kernel) #172

Description

@hairetikos

debian 13

amd-smi cannot find amdgpu in modules

but i have amdgpu built directly into the kernel, not as a module

./amd-smi 
ERROR:root:Unable to get devices, driver not initialized (amdgpu not found in modules)
ERROR:root:Unable to detect any GPU devices, check amdgpu version and module status (sudo modprobe amdgpu)
ERROR:root:Unable to detect any CPU devices, check amd_hsmp (or) hsmp_acpi version and module status (sudo modprobe amd_hsmp (or) sudo modprobe hsmp_acpi)
AMDSMI Tool: 26.1.0+b5522cc8 | AMDSMI Library version: 26.1.0 | ROCm version: N/A

note also: the current version of rocm-smi from the debian 13 repository throws the same error, looking for amdgpu module

but my kernel has it builtin, not as a module

however, if i just set driverInitialized() to True in /usr/bin/rocm-smi, then rocm-smi shows GPU info and works (this issue seems fixed in upstream rocm-smi git)

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions