Chadster766 / McDebian

Linksys WRT3200ACM, WRT1900AC, WRT1900ACS, WRT1200AC and WRT32X Router Debian Implementation
98 stars 14 forks source link

Wiki page about sensors3.conf need some change #49

Closed zhangyoufu closed 5 years ago

zhangyoufu commented 5 years ago

The lm-sensor configuration file on wiki page Thermal-Protection need some change. It seems that the bus line is required for newer lm-sensors nowadays.

Here's an updated example:

bus "i2c-0" "mv64xxx_i2c adapter"
chip "tmp421-i2c-0-4c"
    label temp1 "DDR"
    label temp2 "Wi-Fi"

bus virtual
chip "armada_thermal-virtual-0"
    label temp1 "CPU"
Chadster766 commented 5 years ago

Thanks for the info and I will look into it

Chadster766 commented 5 years ago

This doesn't seem to work on the WRT3200ACM

zhangyoufu commented 5 years ago

I only tested the configuration on OpenWRT 18.06 with lm-sensors 3.3.5. This may not apply to McDebian. Sorry for the noise.