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)
debian 13
amd-smicannot findamdgpuin modulesbut i have
amdgpubuilt directly into the kernel, not as a modulenote also: the current version of
rocm-smifrom the debian 13 repository throws the same error, looking for amdgpu modulebut my kernel has it builtin, not as a module
however, if i just set
driverInitialized()toTruein/usr/bin/rocm-smi, thenrocm-smishows GPU info and works (this issue seems fixed in upstream rocm-smi git)