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 09:40] – [Xiaomi AX3600 wifi 6] 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 132: Line 136:
 </code> </code>
 ++++ ++++
 +
 +++++ SQM config|
 +<code BASH>
 +#qosmio sqm https://forum.openwrt.org/t/ipq807x-nss-build/148529/1578?u=tttest25
 +config queue 'wan'
 + option interface 'wan'
 + option linklayer 'none'
 + option qdisc_advanced '1'
 + option squash_dscp '0'
 + option squash_ingress '1'
 + option ingress_ecn 'ECN'
 + option egress_ecn 'ECN'
 + option qdisc 'fq_codel'
 + option verbosity '5'
 + option script 'nss-zk.qos'
 + option debug_logging '1'
 + option enabled '1'
 + option qdisc_really_really_advanced '1'
 + option iqdisc_opts 'interval 25ms quantum 304'
 + option eqdisc_opts 'interval 25ms quantum 304'
 + option upload '969220'
 + option download '969220'
 + option itarget '2.5ms'
 + option etarget '2.5ms'
 +</code>
 +++++
 +
 ===== xiaomi 3600 cmd openwrt ===== ===== xiaomi 3600 cmd openwrt =====
 <WRAP left important 60%> <WRAP left important 60%>
  • hardware/ax3600.1713606034.txt.gz
  • Last modified: 2024/04/20 09:40
  • by admin