Skip to content
This repository has been archived by the owner on Jun 1, 2022. It is now read-only.

[BUG] "Auto" fan speed not working on Blade 15 Base (2020) #58

Open
5p4k opened this issue Jan 22, 2021 · 4 comments
Open

[BUG] "Auto" fan speed not working on Blade 15 Base (2020) #58

5p4k opened this issue Jan 22, 2021 · 4 comments

Comments

@5p4k
Copy link

5p4k commented Jan 22, 2021

Describe the bug
After setting the fans to a custom rpm (e.g. razer-cli write fan 4200), it is not possible to return to the "auto" setting.
The command razer-cli write fan 0 succeeds, but the fan speed stays the same (e.g. 4200 rpm)

To Reproduce

❯ razer-cli write fan 4200
RES: SetFanSpeed { result: true }
RES: GetFanSpeed { rpm: 4200 }
Current fan setting: 4200 RPM
❯ razer-cli write fan 0
RES: SetFanSpeed { result: true }
RES: GetFanSpeed { rpm: 0 }
Current fan setting: Auto (0)
❯ razer-cli read fan
RES: GetFanSpeed { rpm: 0 }
Current fan setting: Auto (0)

Expected behavior
Throttle down the fan (there is no load and temperature is low).

Optional but useful, packet capture from synapse
I cycled through several values in Synapse before setting back to auto.
Also, Synapse allows many different speeds even below the 3500 rpm limit adopted by razer-cli.

ChangeFanSpeed.pcapng.zip

I hope the packet capture is correct.

@TANZMUSIK
Copy link
Contributor

Hey,

the problem also appears with Early RB Adv 2019. You can set from auto to 5200, but if you switch back to 0 it wont do anything. However I'm able to lower it to 3500. But thats the pure minimum.

Im running Linux and Windows in dual boot... dunno if thats something (because before that i hadnt had this problem).

@EyeOfCat
Copy link

Hello,
Same problem with Blade 15 Adv 2019mid.

And I believe, that it was working once, but someday stopped and also bug with keyboard backlit appeared. May be new kernel versions.

Workaround to turn auto mode after manually adjusting fans:
with razer_cli
switch to power mode
switch fan speed to auto (0)
switch to balanced mode

@gorghino
Copy link

It happens with my Razer Adv Early 2020.
I confirm setting fan to auto (0) and then setting a different power mode, resets the fan to auto.

@shizonic
Copy link

Exactly the same like @gorghino for Razer Blade 14 2021.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants