ryzen_monitor
ryzen_monitor copied to clipboard
SMU Driver Version Incompatible With Library Version
Using latest ryzen_smu results in the following error upon launch:
ewout@enthoo ~$ sudo ryzen_monitor
ryzen_smu version string: 0.1.5
SMU Driver Version Incompatible With Library Version
i have the same problem
I figured out the fix for this... Assuming the kernel module code and this code's parent dir is the same...
cd ryzen_smu/lib
cp * ../../ryzen_monitor/src/lib/
cd ../../ryzen_monitor
make clean
make
Profit :-)
@xxxajk thanks. That works.