-
Notifications
You must be signed in to change notification settings - Fork 27
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
Asus G752VT, sometimes "failed to get rpm" #66
Comments
I've seen exactly the same behavior with my UV32VD zenbook and have to the slightest idea why this is happening, in fact, and I've also looked into this earlier, simply the rpm outputs are garbage, thus the module avoids it's initialization. as a quick hack you might simply try removing the rpm checks (your log even shows that the first try for fan1 works but not for fan2, then both do not work, then again 1 and not 2, finally both work and the module inits. Sooo, if you remove like this: Line 922 in 47bcbe4
and this: Line 938 in 47bcbe4
if-clause, you might overcome this error and the module should always load (because the check afterwards never fails in your log)... pretty hacky, but make it an parameter for the module during insmod and I'll happily take it in with a pull-request... |
Happy to look into this one as I have the same line of laptop. |
fix merged, thank you @savisitor15 |
The G752VT have the 0 RPM and DISABLE FAN. When we get -1, this mean it's disabled. |
If you're running the latest build you can simply give it the module parameter: force_rpm_override=1 the issue is the ACPI driver, it sometimes returns hex(ff) for the fan speed, even though it does actually report there being a fan. |
@daringer YET about this device ASUS G752VT ( Maybe variants). Comments means we dont have YET this working? |
More about my findings..
I GET this return.
for some reason I cant get this values passed to;
So! |
ok, took some time, but at least have some ideas/clarifications:
Ok so far about the concepts here, to make it work I would propose trying the following:
Just checked the current master for now @HorstBaerbel 's restructuring will ease these discussions massively... so running to review it |
Hello @daringer ! I'm back from the cave after my first report... So! Now I'm using another model from Asus ROG. the GT 752VY ( basically the same from previous report) Only the vk and VSK variant are different. The system still not report the correct temperature. Using the original code just changing the
I'm receiving this result:
and inside sensors:
Why we are using After change the line
and inside sensors:
Thank you again. |
Hello,
I'm having a very strange problem with this module... sometimes the fans are recognized in
sensors
and/sys/class/hwmon/hwmonX
but sometimes they aren't. NBFC reliably works with this laptop for reference.Here's the dmesg log (I manually unloaded and reloaded it multiple times)
asus-wmi is not loaded. Even when it's loaded the same behaviour applies.
Here's my current kernel config since I'm on Gentoo
config-4.19.3-gentoo.txt
The text was updated successfully, but these errors were encountered: