Closed zxlhhyccc closed 10 months ago
Assuming you're building nssinfo?
Just pushed a fix. Be sure to run make oldconfig
and make target/compile -j$(nproc)
prior to running make package/qca-nss-clients/compile -j$(nproc)
OK,Test it tomorrow!
Assuming you're building nssinfo?
Just pushed a fix. Be sure to run
make oldconfig
andmake target/compile -j$(nproc)
prior to runningmake package/qca-nss-clients/compile -j$(nproc)
CONFIG_DEFAULT_kmod-ath11k-ahb=y CONFIG_PACKAGE_kmod-ath=y CONFIG_PACKAGE_kmod-ath11k=y CONFIG_PACKAGE_kmod-ath11k-ahb=y
Ask: Why my AX6 wireless is not displayed (not running)!
What wifi hardware do you see detected?
ls -ltr /sys/devices/platform/soc |grep wifi
What wifi hardware do you see detected?
ls -ltr /sys/devices/platform/soc |grep wifi
root@OpenWrt:~# ls -ltr /sys/devices/platform/soc |grep wifi
drwxr-xr-x 3 root root 0 Jan 29 23:36 c000000.wifi
root@OpenWrt:~#
Your hardware is detected. Something else is going on with your build. Please try building regular non-NSS build to ensure it's working first, before trying the NSS build.
Use the main branch of openwrt.
Please check latest commit 32bdeb5192a30206cc720bc41272b95939420b30, and try compiling nss packages again.