razer-laptop-control-no-dkms
razer-laptop-control-no-dkms copied to clipboard
Fan Speed minimum of 3500?[BUG]
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.