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

How to Change FAN RPM #2

Open
mr7ndr3 opened this issue May 29, 2023 · 1 comment
Open

How to Change FAN RPM #2

mr7ndr3 opened this issue May 29, 2023 · 1 comment

Comments

@mr7ndr3
Copy link

mr7ndr3 commented May 29, 2023

Hi, I hope this message find you well...

1 Thank you for your work!!!

Now with this, I can see the FAN SPEED, but I'm hoping you could help me change the FAN RPM.
At this point, I open a Virtual Windows and pass-through the 'Bus 001 Device 007: ID 1044:7a4d Chu Yuen Enterprise Co., Ltd Castor' to Windows, and then with AORUS ENGINE or GCC, I can change the FAN SPEED and, if needed, shut down the RGB. But if I could do it in Linux, it would be perfect...

doesn't work with:
echo "1000" > /sys/class/hwmon/hwmon8/fan1_target
echo "1000" | sudo tee /sys/class/hwmon/hwmon8/fan1_target
echo "1000" | sudo tee /sys/class/hwmon/hwmon8/fan1_input

I've tried OpenRGB liquictl and nothing even with:
sudo modprobe i2c-dev
sudo modprobe i2c-i801
sudo i2cdetect -l
sudo sensors-detect
fancontrol
sudo pwmconfig

@amazonparrot
Copy link
Owner

currently the kernel drivers does not support changing the FAN RPM directly, as FAN speed is better to be auto adjusted based on the CPU temperature. But setting the RPM directly is possible by setting custom "flat" curve using the testpyusb.py.

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

2 participants