I'm using the following method to check my AC86U router temperature from the command line.
CPU, 2.4GHz radio and 5GHz radio:
Is there another way to check the radio chips temperature?
Thanks
CPU, 2.4GHz radio and 5GHz radio:
Code:
# cat /sys/devices/virtual/thermal/thermal_zone0/temp
73364
# wl -i eth5 phy_tempsense | awk '{ print $1/2+20 }'
55.5
# wl -i eth6 phy_tempsense | awk '{ print $1/2+20 }'
58.5
Thanks