Is there a way to absolutely ignore temperature sensors of both PCB and chips (or just ignore the data from them)? I have bunch of S9 hash boards with broken sensors that reports temperatures in range from -64*C to 191*C and I'm willing to put them in work knowing the risk of burning/killing them... Right now I can force few to start, but once a broken chip reports a wrong data, the miner just shuts down...
Just add the options inside
/etc/cgminer.conf and force the fan speeds since they won't be reacting to anything anymore:
"no-sensor-scan" : true
"fan-mode" : "speed"
"fan-speed" : "90"
The number in fan-speed means fan % speed, in the example its at 90 percent.