daringer / asus-fan

Kernel module to get/set (both) fan speed(s) on ASUS Zenbooks
GNU General Public License v2.0
95 stars 26 forks source link

Asus ExpertBook Failure #81

Open damageboy opened 2 years ago

damageboy commented 2 years ago

When inserting the module after compilation I see this in dmesg:

[87716.252729] asus-fan (init) - dmi sys info: 'ASUSTeK COMPUTER INC.'
[87716.252731] asus-fan (init) - dmi product: 'ASUS EXPERTBOOK B9400CEA_B9400CEA'
[87716.252752] asus-fan (init) - fan-id: 1 | failed to get rpm
[87716.252755] asus-fan (init) - fan-id: 2 | failed to get rpm
[87716.252755] asus-fan (init) - temp-id: 1 | success getting temp
[87716.252757] asus-fan (set_max_speed) - set max fan speed(s) failed (no reset) errcode: AE_NOT_FOUND
[87716.252758] asus-fan (init) - set max speed to: '255' failed! errcode: AE_NOT_FOUND

Is there something that can be done about this?