hardware:ax3600

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
hardware:ax3600 [2024/04/20 10:03] – [XIAOM 3600 working NSS] adminhardware:ax3600 [2024/04/20 10:08] (current) – [XIAOM 3600 working NSS] admin
Line 75: Line 75:
  
 ===== XIAOM 3600 working NSS ===== ===== XIAOM 3600 working NSS =====
 +<code BASH>
 +# thermal
 +for i in /sys/devices/virtual/thermal/ther*/type; do awk -v temp="$(cat ${i%/*}/temp)" '{gsub(/(wcss-|-thermal)/,"");printf("%8s %.1f°C \n", $1, temp / 1000)}' $i; done|sort
 +</code>
 ++++ Shell command for work with nss| ++++ Shell command for work with nss|
 <code BASH> <code BASH>
  • hardware/ax3600.1713607417.txt.gz
  • Last modified: 2024/04/20 10:03
  • by admin