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

Nouveau has no sensors #1

Open
nerumo opened this issue Jan 25, 2025 · 3 comments
Open

Nouveau has no sensors #1

nerumo opened this issue Jan 25, 2025 · 3 comments

Comments

@nerumo
Copy link

nerumo commented Jan 25, 2025

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

@TwinkleByte
Copy link
Owner

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:
watch sensors
If you can get your GPU temperature from that, then the issue is with my CLI tool, and the power management page is outdated—it should be updated with "DONE" instead of "TODO." If it my CLI tool's issue then I'll fix the bug.

If that command doesn’t work, you could report the issue here:
nouveau/issues

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

@nerumo
Copy link
Author

nerumo commented Jan 27, 2025

Thank you for the explanations. No sensors for me with nouveau :) I remain patient, thank you

@TwinkleByte
Copy link
Owner

TwinkleByte commented Jan 27, 2025

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.

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

2 participants