So I've finally moved from lifehacksback's 3.18.1 stable ("known good") build to try out some of the later releases.
I went to lifehacksback's testing build first, checked out the fan/temperature stats, then tried Kaloz's latest build
Confirmed that Kaloz's does have the fan on full-whack initially. Turned it off then repeated temperature investigations. Also used stress to load the system (and confirmed via cpu readings that cpu speed does go up), saw the temps rise, turned the fan on manually, watched them fall, turned the fan off manually.
@Kaloz: did bsoft's auto-fan control patch not get merged in?
https://forum.openwrt.org/viewtopic.php … 32#p260232
https://forum.openwrt.org/viewtopic.php … 43#p260243
Output below.
lifehacksback's 3.18.2 testing build (2015/01/14)
CHAOS CALMER (Bleeding Edge, r43961)
# cat /sys/devices/system/cpu/cpu0/cpufreq/cpuinfo_cur_freq
600000
# cat /sys/devices/system/cpu/cpu1/cpufreq/cpuinfo_cur_freq
600000
# cat /sys/devices/gpio_fan/hwmon/hwmon0/pwm1
0
# sensors
gpio_fan-isa-0000
Adapter: ISA adapter
fan1: 0 RPM (min = 0 RPM, max = 4500 RPM)
tmp421-i2c-0-4c
Adapter: mv64xxx_i2c adapter
temp1: +38.6 C
temp2: +41.8 C
armada_thermal-virtual-0
Adapter: Virtual device
temp1: +48.7 C
Kaloz's latest 3.18.2 snapshot (2015/01/15)
CHAOS CALMER (Bleeding Edge, r43974)
# cat /sys/devices/system/cpu/cpu0/cpufreq/cpuinfo_cur_freq
600000
# cat /sys/devices/system/cpu/cpu1/cpufreq/cpuinfo_cur_freq
600000
# cat /sys/devices/pwm_fan/hwmon/hwmon0/pwm1
255
# echo 0 > /sys/devices/pwm_fan/hwmon/hwmon0/pwm1
# sensors
tmp421-i2c-0-4c
Adapter: mv64xxx_i2c adapter
ddr: +33.7 C
wifi: +38.1 C
armada_thermal-virtual-0
Adapter: Virtual device
cpu: +41.4 C
# stress --cpu 1 --timeout 60
# sensors
tmp421-i2c-0-4c
Adapter: mv64xxx_i2c adapter
ddr: +35.1 C
wifi: +38.0 C
armada_thermal-virtual-0
Adapter: Virtual device
cpu: +53.0 C
# cat /sys/devices/system/cpu/cpu0/cpufreq/cpuinfo_cur_freq
1200000
# echo 255 > /sys/devices/pwm_fan/hwmon/hwmon0/pwm1
# cat /sys/devices/system/cpu/cpu0/cpufreq/cpuinfo_cur_freq
600000
# sensors
tmp421-i2c-0-4c
Adapter: mv64xxx_i2c adapter
ddr: +34.6 C
wifi: +38.0 C
armada_thermal-virtual-0
Adapter: Virtual device
cpu: +41.4 C
# echo 0 > /sys/devices/pwm_fan/hwmon/hwmon0/pwm1
# cat /sys/devices/pwm_fan/hwmon/hwmon0/pwm1
0
(Last edited by DavidMcWRT on 18 Jan 2015, 18:08)