Це відео не доступне.
Перепрошуємо.

Find ASUS RP-AX58 AiMesh Node CPU & WiFi Temperatures

Поділитися
Вставка
  • Опубліковано 3 лип 2024
  • How to easily find out and monitor the temperature of your ASUS RP-AX58 AiMesh Node's core CPU and 2.4Ghz and 5Ghz WiFi modules. Using SSH and Command Line we can find the ASUS RP-AX58 temperatures for CPU and WiFi chips.
    How to SSH into an ASUS RP-AX58
    • How to SSH into an ASU...
    Useful Links
    My ASUS RP-AX58 WiFi Extender: amzn.to/4a2EiUu
    My ASUS RT-AX88U Router: amzn.to/3GtNvHv
    The ASUS Store: amzn.to/3Ro6UjI
    AiMesh connects multiple compatible ASUS routers to create a whole-home mesh WiFi network. The flexible and scalable technology lets you mix different AiMesh-compatible routers, and add new ones at any time to improve coverage. All devices in an AiMesh network enjoy access to all the features of the main router, including gaming features, AiProtection commercial-grade security and more. Most ASUS routers already support AiMesh.
    👍If DIY and Tech are the sorts of things you enjoy then please subscribe to the channel and hit the notification button so you get updates when I upload new videos. Don't forget to leave your comments below!
    If you enjoy my content, its easy to show your support
    ☕ Buy Me Coffee: www.buymeacoff...
    Code for SSH Command Line
    Find Ethernet Adapaters
    wifi2.4 = nvram get wl0_ifname
    wifi5 = nvram get wl1_ifname
    CPU Temp
    cat /sys/class/thermal/thermal_zone0/temp | sed 's/[^0-9]//g' | awk '{print int( $1 / 1000 +0.5)}'
    WiFi Temps
    wifi2.4 = wl -i ethXX phy_tempsense | awk '{print int($1 / 2 + 20 +0.5)}'
    wifi5 = wl -i ethXX phy_tempsense | awk '{print int($1 / 2 + 20 +0.5)}'
    Replace XX with the eth adaptor numbers

КОМЕНТАРІ • 2

  • @relaxingchannel4all
    @relaxingchannel4all Місяць тому +1

    That's brilliant. Thanks alot 👍

    • @Builtbypete
      @Builtbypete  Місяць тому

      Your welcome. I maybe will write a script to get the numbers automatically or event to send out emails when temps hit definable limits.