Gentoo has version 0.1.2 from github: claire ~ # eix ryzen_smu [I] app-admin/ryzen_smu Available versions: (~)0.1.2 (~)0.1.2_p20210627 0.1.2_p20211205 0.1.2_p20211205-r1 {dist-kernel modules-sign +strip} Installed versions: 0.1.2_p20211205-r1(08:00:50 PM 10/21/2023)(strip -dist-kernel -modules-sign) Homepage: https://github.com/leogx9r/ryzen_smu Description: Kernel driver for AMD Ryzen's System Management Unit But the latest is 0.1.5 on gitlab: https://gitlab.com/leogx9r/ryzen_smu I need an update so my "AMD Ryzen 7 7735U" will work.
The bug has been closed via the following commit(s): https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=64cb5946d3ffd59181b4a09e0cff32ca148ee2e8 commit 64cb5946d3ffd59181b4a09e0cff32ca148ee2e8 Author: Jonas Stein <jstein@gentoo.org> AuthorDate: 2023-10-22 16:39:41 +0000 Commit: Jonas Stein <jstein@gentoo.org> CommitDate: 2023-10-22 16:40:47 +0000 app-admin/ryzen_smu: add 0.1.5 Closes: https://bugs.gentoo.org/916097 Signed-off-by: Jonas Stein <jstein@gentoo.org> app-admin/ryzen_smu/Manifest | 1 + app-admin/ryzen_smu/ryzen_smu-0.1.5.ebuild | 28 ++++++++++++++++++++++++++++ 2 files changed, 29 insertions(+)
Thanks!
Broken: kong ~ # emerge -uDNa world [...] >>> Unpacking source... >>> Unpacking ryzen_smu-v0.1.5.tar.bz2 to /var/tmp/portage/app-admin/ryzen_smu-0.1.5/work >>> Source unpacked in /var/tmp/portage/app-admin/ryzen_smu-0.1.5/work * ERROR: app-admin/ryzen_smu-0.1.5::gentoo failed (prepare phase): * The source directory '/var/tmp/portage/app-admin/ryzen_smu-0.1.5/work/ryzen_smu-0.1.5' doesn't exist Looks like a typo in the ebuild: kong ~ # ls /var/tmp/portage/app-admin/ryzen_smu-0.1.5/work/ryzen_smu-0.1.5 ls: cannot access '/var/tmp/portage/app-admin/ryzen_smu-0.1.5/work/ryzen_smu-0.1.5': No such file or directory kong ~ # ls /var/tmp/portage/app-admin/ryzen_smu-0.1.5/work/ ryzen_smu-v0.1.5
5d339918669b81adb7d9a3e67bf1a0b1b170ca60
It builds now, but still fails silently on AMD Ryzen 7 7735U. claire ~ # modprobe ryzen_smu claire ~ # ryzen_monitor SMU Driver Not Present Or Fault Seems like upstream can't keep up with AMD changing an undocumented feature. Thanks for the bump.