You are not logged in.
Hi,
Fancontrol don't work on my computer (Asus eeepc 1000HE)
The fan runs at max speed all the time.
#pwmconfig gives me this:
/usr/bin/pwmconfig: There are no pwm-capable sensor modules installedSo I went through this wiki and here.
According Tip and Tricks. I adjusted lm_sensors values by creating /etc/sensors.d/EeePC-0123456789:
chip "acpitz-virtual-0"
label temp1 "temp1"
compute temp1 @-20,@-20
label temp2 "Core 0"
compute temp2 @-20,@-20Which gives me:
$ sensors -u
acpitz-virtual-0
Adapter: Virtual device
temp1:
temp1_input: 35.000
temp1_crit: 65.000
coretemp-isa-0000
Adapter: ISA adapter
Core 0:
temp2_input: 35.000
temp2_crit: 90.000
temp2_crit_alarm: 0.000Then, lm_sensors' page says about sensors not working since linux 2.6.31
to add the following to kernel modules :
acpi_enforce_resources=laxWhich I did by adding the option in /etc/default/grub to the GRUB_CMDLINE_LINUX_DEFAULT line (link)
So far, pwmconfig still gives me same result. What could I do next ?
Lenovo Thinkpad x230 i5-3320M 2.6GHz 250GB SSD (M4) 16GB
SSD | SeaBIOS | GPT | BTRFS | OpenRC | Xfce4 | Zsh | Tmux | Spacemacs
* "Aware Newbie" *
Ibus IM for language script support (e.g. 日本語 - 中文)
Offline
Hi lucky guy.
New install on debian with this same eeepc and i just have solved this issue after sleepless night by just add and update grub by :
acpi_osi=Linux Not need anymore acpi_enforce_resources=lax
Offline