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

Vivobook pro K3400PH #18

Open
biji opened this issue Dec 26, 2022 · 0 comments
Open

Vivobook pro K3400PH #18

biji opened this issue Dec 26, 2022 · 0 comments

Comments

@biji
Copy link

biji commented Dec 26, 2022

Hi,
in my laptop, Vivobook pro K3400PH, there is only two switch available:

# auto
echo 2 > /sys/devices/platform/asus-nb-wmi/hwmon/hwmon5/pwm1_enable
# full fan speed
echo 0 > /sys/devices/platform/asus-nb-wmi/hwmon/hwmon5/pwm1_enable

Then my config is:

cpu_temp_divider = 1000

# Path to fan boost mode or throttle thermal policy
fan_mode = /sys/devices/platform/asus-nb-wmi/hwmon/hwmon5/pwm1_enable

# Modes
mode_silent    = 2
mode_normal    = 2
mode_overboost = 0

# Poll interval in milliseconds
poll = 10000

# High - temperature at which mode is enabled
# Low  - temperature at which mode switches back
normal_high = 70
normal_low  = 60

overboost_high = 89
overboost_low  = 80

Probably you can add auto detection for similiar laptops

Thanks

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

1 participant