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

Ryzen 3000 series support? #4

Closed
zaggynl opened this issue Jul 19, 2019 · 9 comments
Closed

Ryzen 3000 series support? #4

zaggynl opened this issue Jul 19, 2019 · 9 comments

Comments

@zaggynl
Copy link

zaggynl commented Jul 19, 2019

Had a go at this with my 3900X but only power is shown: http://i.imgur.com/mcGUFmx.png

@ocerman
Copy link
Owner

ocerman commented Jul 19, 2019

Thank you for your report.

I have made an update that should fix that. Can you please try it again?

@zaggynl
Copy link
Author

zaggynl commented Jul 20, 2019

Thanks for the reply, no joy with updated version but happy to keep trying.

@nickbuerger
Copy link
Contributor

I added a pull request for Ryzen 3000 support.

@zaggynl
Copy link
Author

zaggynl commented Jul 25, 2019

Thanks!

I had success with the following: https://old.reddit.com/r/Amd/comments/cer8s9/3900xgigabyte_x570_elite_working_well_on_linux/euj0wah/


sudo apt install build-essential

git clone https://github.com/xdarklight/hwmon-it87.git

cd hwmon-it87

make clean

make

sudo make install

sudo modprobe it87 ignore_resource_conflict=1 force_id=0x8622

Make permanent:

In /etc/modules-load.d/sensors.conf

it87

then in /etc/modprobe.d/sensors.conf

options it87 ignore_resource_conflict=1 force_id=0x622

@ocerman
Copy link
Owner

ocerman commented Jul 25, 2019

Thanks

@ocerman ocerman closed this as completed Jul 25, 2019
@zaggynl
Copy link
Author

zaggynl commented Jul 26, 2019

xsensors/zenmonitor now shows more data but appears incorrect:

zenpower:
http://i.imgur.com/GLaU8Gv.png

it87:
http://i.imgur.com/YesVJzu.png

@nickbuerger
Copy link
Contributor

You need a kernel with the following patch for Ryzen 3000:
https://patchwork.kernel.org/patch/11043277/
Unfortunately it's not included yet in kernel 5.2 or 5.3.

I built my own kernel with this patch and the sensor data is shown correctly.
Only Core and SoC voltage seems to be mixed up.

@ocerman
Copy link
Owner

ocerman commented Jul 26, 2019

Unfortunatelly, I do not own Ryzen 3000 CPU, so I cannot test this.

xsensors/zenmonitor now shows more data but appears incorrect

@zaggynl nickbuerger is right, that patch seems to be needed. If it still does not work, let me know, I would reopen this issue.

Only Core and SoC voltage seems to be mixed up.

@nickbuerger If something does not look right, let me know, I can reopen this issue, or you can open another one.

@ridobe
Copy link

ridobe commented Jul 27, 2019

Ryzen 3900x:
The patch works great. I think @nickbuerger is correct, the voltages seem switched. Thanks for your hard work everyone. This is/was sorely needed.

axelgenus pushed a commit to axelgenus/zenpower that referenced this issue Mar 10, 2022
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