Hm--
Not sure if it matters, but the chip is being identified by the driver as
[ 30.548982] w83627ehf: Found W83667HG-B chip at 0x290
but i found the chip on the board, and it has markings on it that is W83557HG-A as seen here:
-- when booting up, we see this:
BigBox w83627ehf.656 # for i in pwm1 pwm2 pwm3; do echo $i; cat ${i} ${i}_enable ${i}_mode; done
pwm1
255
5
0
pwm2
255
5
1
pwm3
255
5
1
When enabling PWM, it automatically changes the PWM2 setting to 127, and the other two off
BigBox w83627ehf.656 # for i in $(seq 3); do echo 1 >pwm${i}_enable; done
BigBox w83627ehf.656 # for i in pwm1 pwm2 pwm3; do echo $i; cat ${i} ${i}_enable ${i}_mode; done
pwm1
0
1
0
pwm2
127
1
1
pwm3
0
1
1
_______________________________________________ lm-sensors mailing list lm-sensors@xxxxxxxxxxxxxx http://lists.lm-sensors.org/mailman/listinfo/lm-sensors