Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

SMU Driver Version Incompatible With Library Version #25

Open
emansom opened this issue Jun 17, 2023 · 3 comments
Open

SMU Driver Version Incompatible With Library Version #25

emansom opened this issue Jun 17, 2023 · 3 comments

Comments

@emansom
Copy link

emansom commented Jun 17, 2023

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
Copy link

i have the same problem

@xxxajk
Copy link

xxxajk commented Aug 14, 2023

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
Copy link

@xxxajk thanks. That works.

negril added a commit to negril/gentoo that referenced this issue Nov 27, 2023
- added remote-id to metadata.xml
- added -1.0.5-r1 which uses code from ryzen_smu-0.1.5 to work with the
kernel module created by it (see
hattedsquirrel/ryzen_monitor#25)
- added -1.0.6 snapshot from latest commit with improved Cezanne support

Signed-off-by: Paul Zander <[email protected]>
negril added a commit to negril/gentoo that referenced this issue Dec 10, 2023
- Added remote-id to metadata.xml.

- Added -1.0.5-r1 which uses code from ryzen_smu-0.1.5 to work with the kernel module created by it (see
hattedsquirrel/ryzen_monitor#25).
  The source archive already contains a copy of ryzen_smu-0.1.2, which get's replaced with the current ryzen_smu version.
  ryzen_smu is needed to run ryzen_monitor so the source archive should always be present.

- Added -1.0.6_pre snapshot from latest commit with improved Cezanne support

Signed-off-by: Paul Zander <[email protected]>
gentoo-bot pushed a commit to gentoo/gentoo that referenced this issue Dec 13, 2023
- Added remote-id to metadata.xml.

- Added -1.0.5-r1 which uses code from ryzen_smu-0.1.5 to work with the kernel module created by it (see
hattedsquirrel/ryzen_monitor#25).
  The source archive already contains a copy of ryzen_smu-0.1.2, which get's replaced with the current ryzen_smu version.
  ryzen_smu is needed to run ryzen_monitor so the source archive should always be present.

- Added -1.0.6_pre snapshot from latest commit with improved Cezanne support

Signed-off-by: Paul Zander <[email protected]>
Closes: #34019
Signed-off-by: Florian Schmaus <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants