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
Next revision
Previous revision
hardware:ax3600 [2024/04/20 10:02] – [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>
Line 156: Line 160:
  option itarget '2.5ms'  option itarget '2.5ms'
  option etarget '2.5ms'  option etarget '2.5ms'
-</bash>+</code>
 ++++ ++++
 +
 ===== xiaomi 3600 cmd openwrt ===== ===== xiaomi 3600 cmd openwrt =====
 <WRAP left important 60%> <WRAP left important 60%>
  • hardware/ax3600.1713607365.txt.gz
  • Last modified: 2024/04/20 10:02
  • by admin