Arch Linux: Cannot control fan speed

4

I just installed arch linux on my laptop and I noticed that my fans are full speed all the time so I tried to fix that.

I followed the wiki guide here but I am stuck because everytime I run sensors I get this output:

acpitz-virtual-0
Adapter: Virtual device
temp1:          +45.0C  (crit = +99.0C)

coretemp-isa-0000
Adapter: ISA adapter
Physical id 0:  +46.0C  (high = +86.0C, crit = +100.0C)
Core 0:         +43.0C  (high = +86.0C, crit = +100.0C)
Core 1:         +43.0C  (high = +86.0C, crit = +100.0C)
Core 2:         +45.0C  (high = +86.0C, crit = +100.0C)
Core 3:         +46.0C  (high = +86.0C, crit = +100.0C)

I don't see any output for fans.

I tried adding acpi_enforce_resources=lax to grub as described here but nothing.

Also, I tried running:

sudo modprobe w83627ehf force_id=0x8860

but then, I pwmconfig doesn't work properly.

What should I do?

TheCrafter

Posted 2015-10-09T01:51:41.127

Reputation: 209

2Yay! I got the tumbleweed badge... – TheCrafter – 2015-10-16T14:52:01.810

No answers