Hi, community!
I faced 2 issues while I tried to install this tool.
My environment :
Processor: AMD Ryzen 5600 X
OS: KDE-Neon (Based on Ubuntu 24.04)
Secure boot: On
I downloaded the latest deb package from the site amduprof_5.0-1479_amd64.deb.
sudo dpkg -i amduprof_5.0-1479_amd64.deb.
During installation, this package creates a key for signing the driver, but I can't find any approach to set a password (I see a message, but the installation process continues without my input password from my side), so I can't find an approach to activate this key on UEFI.
Another problem happened when I tried to install the driver ...
:/opt/AMDuProf_5.0-1479/bin$ sudo ./AMDPowerProfilerDriver.sh install
Installing AMD Power Profiler driver.
make: PWD: No such file or directory
make: PWD: No such file or directory
*************************************************
Warning: Secure Boot is currently enabled.
-- Select "no" and disable Secure Boot from the BIOS menu to proceed.
-- Select "yes" to enroll in Secure Boot by creating a password.
Be sure to complete the entire Secure Boot enrollment process.
An abrupt abort may require a complex restoration process to re-enroll.
Refer to the user guide for more information.
Continue enrolling with Secure Boot? (yes/no) yes
Installing software...
Installing AMDPowerProfiler Linux kernel module version 10.5.
Sign command: /usr/bin/kmodsign
Signing key: /var/lib/shim-signed/mok/MOK.priv
Public certificate (MOK): /var/lib/shim-signed/mok/MOK.der
Building module:
Cleaning build area...
make -j16 KERNELRELEASE=6.11.0-24-generic -C /lib/modules/6.11.0-24-generic/build M=/var/lib/dkms/AMDPowerProfiler/10.5/build...
Signing module /var/lib/dkms/AMDPowerProfiler/10.5/build/AMDPowerProfiler.ko
Cleaning build area...
At main.c:298:
- SSL error:FFFFFFFF80000002:system library::No such file or directory: ../crypto/bio/bss_file.c:67
- SSL error:10000080:BIO routines::no such file: ../crypto/bio/bss_file.c:75
sign-file: /lib/modules/6.11.0-24-generic/updates/dkms/AMDPowerProfiler.ko
make: *** [Makefile:115: dkms] Error 1
ERROR: AMD Power Profiler driver installation failed.
Thanks. I hope I will find a solution here.