hattedsquirrel / ryzen_monitor

Monitor power information of Ryzen processors via the PM table of the SMU
GNU Affero General Public License v3.0
95 stars 16 forks source link

SMU Driver Version Incompatible With Library Version #25

Open emansom opened 1 year ago

emansom commented 1 year ago

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
gahabana commented 1 year ago

i have the same problem

xxxajk commented 1 year ago

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 :-)

JohnyPeaN commented 1 year ago

@xxxajk thanks. That works.