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

[UNSUPPORTED HARDWARE VivoStick TS10] module load fails #84

Open
luisgflores opened this issue May 6, 2024 · 0 comments
Open

[UNSUPPORTED HARDWARE VivoStick TS10] module load fails #84

luisgflores opened this issue May 6, 2024 · 0 comments

Comments

@luisgflores
Copy link

Hello!
First of all thanks for all your work!
I have a "stick" PC which, when Linux is installed, never stops spinning the fan.
I previously tried with https://github.com/dominiksalvet/asus-fan-control but as it turns out, the end message is the same:
AE_NOT_FOUND

This is the output from dmesg:

root@vivo:/home/luis# dmesg | grep asus-fan
[   10.463018] asus-fan (init) - dmi sys info: 'ASUSTeK COMPUTER INC.'
[   10.463045] asus-fan (init) - dmi product: 'TS10'
[   10.463083] asus-fan (init) - fan-id: 1 | failed to get rpm
[   10.463102] asus-fan (init) - fan-id: 2 | failed to get rpm
[   10.463112] asus-fan (init) - temp-id: 1 | success getting temp
[   10.463129] asus-fan (set_max_speed) - set max fan speed(s) failed (no reset) errcode: AE_NOT_FOUND
[   10.463143] asus-fan (init) - set max speed to: '255' failed! errcode: AE_NOT_FOUND
root@vivo:/home/luis# 

I also tried a manual build, and then I noticed that not all symlinks are successfully created:

root@vivo:/home/luis# ls -la /tmp/asus-test-dir/
total 8
drwxr-xr-x  2 root root 4096 May  6 17:31 .
drwxrwxrwt 13 root root 4096 May  6 17:31 ..
lrwxrwxrwx  1 root root   57 May  6 17:31 core1_temp -> /sys/devices/platform/coretemp.0/hwmon/hwmon4/temp2_input
lrwxrwxrwx  1 root root   57 May  6 17:31 core2_temp -> /sys/devices/platform/coretemp.0/hwmon/hwmon4/temp3_input
lrwxrwxrwx  1 root root   45 May  6 17:31 tz1_temp -> '/sys/devices/virtual/hwmon/hwmon*/temp1_input'
lrwxrwxrwx  1 root root   58 May  6 17:31 tz2_temp -> '/sys/devices/platform/asus-nb-wmi/hwmon/hwmon*/temp1_input'
root@vivo:/home/luis# 

And a manual check reveals not all endpoints exist:

root@vivo:/home/luis# hwmon_dev=$(dmesg | grep asus-fan | grep hwmon | tail -n 1 | cut -d ":" -f 2 | sed -e 's/ //g')
root@vivo:/home/luis# hwmon_dir="/sys/devices/platform/asus_fan/hwmon/${hwmon_dev}"
root@vivo:/home/luis# echo $hwmon_dir/
/sys/devices/platform/asus_fan/hwmon/hwmon5/
root@vivo:/home/luis# ls -la $hwmon_dir
total 0
drwxr-xr-x 3 root root    0 May  6 17:27 .
drwxr-xr-x 3 root root    0 May  6 17:27 ..
lrwxrwxrwx 1 root root    0 May  6 17:29 device -> ../../../asus_fan
-r--r--r-- 1 root root 4096 May  6 17:29 name
drwxr-xr-x 2 root root    0 May  6 17:41 power
lrwxrwxrwx 1 root root    0 May  6 17:41 subsystem -> ../../../../../class/hwmon
-rw-r--r-- 1 root root 4096 May  6 17:27 uevent
root@vivo:/home/luis# 

Do you think there is still hope of getting fan control?

Best regards!

@luisgflores luisgflores changed the title [UNSUPPORTED HARDWARE VivoStick TS01] module load fails [UNSUPPORTED HARDWARE VivoStick TS10] module load fails May 6, 2024
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

1 participant