Skip to content
This repository has been archived by the owner on Oct 18, 2024. It is now read-only.

Fan Speed minimum of 3500?[BUG] #70

Open
Skrappjaw opened this issue Jul 4, 2024 · 1 comment
Open

Fan Speed minimum of 3500?[BUG] #70

Skrappjaw opened this issue Jul 4, 2024 · 1 comment

Comments

@Skrappjaw
Copy link

Daemon status log

systemctl --user status razercontrol.service 
● razercontrol.service - Razer laptop control daemon
     Loaded: loaded (/etc/xdg/systemd/user/razercontrol.service; enabled; preset: disabled)
     Active: active (running) since Thu 2024-07-04 12:37:48 EDT; 16min ago
   Main PID: 2692 (daemon)
      Tasks: 5 (limit: 18972)
        CPU: 12.471s
     CGroup: /user.slice/user-1000.slice/[email protected]/app.slice/razercontrol.service
             └─2692 /usr/share/razercontrol/daemon

Jul 04 12:54:06 skrapptop daemon[2692]: Command not supported

Describe the bug
Attempting to change the fan speed from auto to any arbitrary number only results in a minimum fan speed of 3500 and more noise. Can set higher, but under auto the fans are much more quiet.

To Reproduce
Steps to reproduce the behavior:


skrapp@skrapptop:~> razer-cli write fan ac 5000
RES: SetFanSpeed { result: true }
RES: GetFanSpeed { rpm: 5000 }
Current fan setting: 5000 RPM
skrapp@skrapptop:~> razer-cli write fan ac 3000
RES: SetFanSpeed { result: true }
RES: GetFanSpeed { rpm: 3500 }
Current fan setting: 3500 RPM
skrapp@skrapptop:~> razer-cli write fan ac 0
RES: SetFanSpeed { result: true }
RES: GetFanSpeed { rpm: 0 }
Current fan setting: Auto (0)



Expected behavior
Should be able to control the fan speed below 3500?

I do not use synapse. Sorry.

@phush0
Copy link
Collaborator

phush0 commented Jul 4, 2024

Sorry it is a feature, synapse on windows do the same.

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

2 participants