Voxel
Part of the Furniture
Voxel,
A question, should the NSS (NSS is switched ON) be working and running in AP mode?
My R7800 in AP mode:
Code:
lsmod | grep nss
Result:
qca_nss_qdisc 32206 0
qca_nss_crypto_tool 8509 0
qca_nss_crypto 16817 1 qca_nss_crypto_tool
qca_nss_drv 139781 4 ecm,umac,qca_nss_qdisc,qca_nss_crypto
qca_nss_gmac 42107 2 qca_nss_drv,dni_enet
Code:
cat /proc/interrupts | grep nss
Result:
245: 191449830 0 GIC nss
246: 164609500 0 GIC nss
264: 0 179219 GIC nss
265: 0 0 GIC nss
Repeat
Code:
cat /proc/interrupts | grep nss
Result:
245: 191727883 0 GIC nss
246: 164843067 0 GIC nss
264: 0 179351 GIC nss
265: 0 0 GIC nss
Repeat
Code:
cat /proc/interrupts | grep nss
Result:
245: 191770412 0 GIC nss
246: 164878454 0 GIC nss
264: 0 179384 GIC nss
265: 0 0 GIC nss
. . .
Voxel.