-
Notifications
You must be signed in to change notification settings - Fork 0
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
Nouveau has no sensors #1
Comments
I’m using an older card (NVE0) that supports a thermal sensor. Unfortunately, like you mentioned, your card doesn’t support sensor readings. My tool relies completely on the sensor data from the nouveau driver. Since your GPU’s sensor interface isn’t implemented upstream yet, the error you’re seeing is expected for newer NVIDIA cards. Try running this command: If that command doesn’t work, you could report the issue here: Also, since the power management page still says "TODO," it means someone needs to work on it. Unfortunately, I don’t have your card, so I can’t contribute to the nouveau driver to get the thermal sensor working. I’ll keep this issue open to track progress upstream. Let me know if you need help with anything else |
Thank you for the explanations. No sensors for me with nouveau :) I remain patient, thank you |
You're welcome. And, since your card is new. I suggest you should look forward to the new projects like Nova and NVK. I heard they are really getting good. I'll close the issue since this issue is not related to my tool. On second thought, this error could be happening because you have nvidia proprietary driver installed that prevents nouveau driver from being loaded. Basically meaning nouveau being uninstalled. You'd have to install nouveau first to use this tool. |
Thanks for this effort, looks promising. For me it ends with
Error: could not find hwmon directory for nouveau driver
. I found out, that my nouveau driver has no sensor support in the driver yet. According to https://nouveau.freedesktop.org/PowerManagement.html, this isn't implemented yet for NV160+. Which version of the driver are you using? Or are you using an older card?I'm on kernel 6.12.3
The text was updated successfully, but these errors were encountered: