I'm probably doing something wrong as well. Excuse my ignorance, I just run the command again with the option you mentioned (make -j1$(nproc) V=s) and I got this error now:
checking whether mkfifoat rejects trailing slashes... yes
checking whether mknod can create fifo without root privileges... configure: error: in `/opt/openwrt/openwrt-ipq/build_dir/host/tar-1.35':
configure: error: you should not run configure as root (set FORCE_UNSAFE_CONFIGURE=1 in environment to bypass this check)
See `config.log' for more details
make[3]: *** [Makefile:36: /opt/openwrt/openwrt-ipq/build_dir/host/tar-1.35/.configured] Error 1
make[3]: Leaving directory '/opt/openwrt/openwrt-ipq/tools/tar'
time: tools/tar/compile#9.25#5.32#17.31
ERROR: tools/tar failed to build.
make[2]: *** [tools/Makefile:231: tools/tar/compile] Error 1
make[2]: Leaving directory '/opt/openwrt/openwrt-ipq'
make[1]: *** [tools/Makefile:227: /opt/openwrt/openwrt-ipq/staging_dir/host/stamp/.tools_compile_nyyynyynnnyyyynynyyyyyyynyyynynyynnynnyyyyyynyyyyyyyyyyynynnyyyyynyyy] Error 2
make[1]: Leaving directory '/opt/openwrt/openwrt-ipq'
make: *** [/opt/openwrt/openwrt-ipq/include/toplevel.mk:248: world] Error 2
I just want to learn how to build my own, so I'm very new to this.
edit: nevermind, I just saw where the logs are saved (config.log). Also I switched to a regular user and not using root.
Most of my work on NSS offload for WWAN was in the initial port. I don't have a cellular based router so I am unable to personally test for these type of devices.
My guess is it's something to do with the recent merge done around end of September. That's when I started seeing a lot these posts regarding kernel panics on these devices.
Most of the changes are to wwan/app/quectel-cm/files/quectel.sh so don't require a full rebuild if you want to quickly test it. You can manually switch out that file starting from the first commit and work your way up to see when it fails.
I need some help. I've been breaking my brain (or skillset) trying to get vlan's working on a Netgear WAX218. It has a single lan poe port. Using DSA it works on the regular builds. Using @AgustinLorenzo builds it doesn't. A client connects but doesn't get an IP from the central router (also OpenWRT on x86-64).
I've followed the example given by @qosmio on his github.
Network config currently is:
config interface 'loopback'
option device 'lo'
option proto 'static'
option ipaddr '127.0.0.1'
option netmask '255.0.0.0'
config globals 'globals'
option ula_prefix 'xxxxxxxxxxxx::/48'
option packet_steering '0'
config device
option name 'br-lan'
option type 'bridge'
list ports 'lan'
option igmp_snooping '1'
option ipv6 '0'
config interface 'lan'
option device 'br-lan'
option force_link '0'
option proto 'dhcp'
config interface 'wlan'
option proto 'none'
option device 'br-wlan'
config interface 'iot'
option proto 'none'
option device 'br-iot'
config device
option type '8021q'
option ifname 'lan'
option vid '2'
option name 'lan.2'
config device
option type '8021q'
option ifname 'lan'
option vid '10'
option name 'lan.10'
config device
option type 'bridge'
option name 'br-wlan'
list ports 'lan.10'
option igmp_snooping '1'
config device
option type 'bridge'
option name 'br-iot'
list ports 'lan.2'
option igmp_snooping '1'
vlan 1 is the 'management' vlan and is untagged. Any help is appreciated.
Hello, just checking if anyone using NSS with the latest kernel, are you still seeing process being offloaded? When doing speedtest I can see the graph from htop spiking to 80 % for CPU 3. Default setup, no VLAN, just luci, quectel,3ginfo,modemband and htop installed.
Kernel 6.6.57
NSS 11.4
I ensured that NSS / RMNET drivers are checked. HW / SW offloading us unchechecked.