mekabe remain
Regular Contributor
Hi,
On my AC88U , I was able to get temperature of CPU and wifi chips with following 3 shell commands:
cputemp=`cat /proc/dmu/temperature | sed 's,øC,,g' | awk '{print $4}'`
chip1temp=`wl -i eth1 phy_tempsense | awk '{print $1}'`
chip2temp=`wl -i eth2 phy_tempsense | awk '{print $1}'`
On the AX88U , none of these work.
How can I get the temperature from command line on AX88U ?
thanks.
On my AC88U , I was able to get temperature of CPU and wifi chips with following 3 shell commands:
cputemp=`cat /proc/dmu/temperature | sed 's,øC,,g' | awk '{print $4}'`
chip1temp=`wl -i eth1 phy_tempsense | awk '{print $1}'`
chip2temp=`wl -i eth2 phy_tempsense | awk '{print $1}'`
On the AX88U , none of these work.
How can I get the temperature from command line on AX88U ?
thanks.