temp

  1. M

    AC86U router temperature

    I'm using the following method to check my AC86U router temperature from the command line. CPU, 2.4GHz radio and 5GHz radio: # 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...
  2. H

    About JFFS, /temp and storing system data on USB HDD?

    As far as I know, in order to make a user changes based on filesystem (configs, or software) in bare router I have to enable JFFS, where Merlin refers for critical scripts, then dump changes every time I reconfig something. 1) But do I need JFFS, when there is a USB HDD is attached, and I do...
Back
Top