jetson_clocks.sh sets fan to max, regardless of temperature

It seems like, as soon as I run jetson_clocks.sh, the heatsink fan is turns on full blast, regardless of actual thermal sensors. Is there some way to run jetson_clocks, but keep the thermal fan triggers intact (so the fan is only used when needed)?

roach374,

jetson_clocks.sh is a public script, so if you read it and you’ll find there is one function called “do_fan()”. Please comment out this function and your fan would not run in full speed.