Same.
I could add powersave by recompiling the firmware, but powersave can increase latency, therefore it's not suitable for routers.
Turn off 10g port (aqr113c) if you don't use it, it increases the overall temperature.
Hi@all!
I want to include LED and FAN patch into my firmware.
What I guess I need to do:
Download the Image builder in latest version and build my own image...
I also found these changes:
Can somebody tell me how I integrate it? Do I have to integrate it before making the image?
After creating and installing the image its not possible to change all of the files anymore...
For example: I can't find: target/linux/qualcommax/files/arch/arm64/boot/dts/qcom/ipq8074-nbg7815.dts
Thanks in advance!
just use @asvio 's builds or compile your firmware from his sources https://github.com/asvio/nbg7815-nss
How about noise? Which fan have you used?
I tested 12V today, I don't know if it will continue to work without any problems but currently it is working fine. The temps are about 3C lower compared to 19V. Temps are 76-77C on 19V supply, 73-74C on 12V supply.
Is there any way other than disabling 10g port and enabling fan to decrease temps or lowering the power usage? I will use this device as dump AP, I am not putting a lot of work on it.
Edit: Also how can i turn off the led completly? I am using this firmware https://downloads.openwrt.org/releases/24.10.0-rc2/targets/qualcommax/ipq807x/openwrt-24.10.0-rc2-qualcommax-ipq807x-zyxel_nbg7815-squashfs-sysupgrade.bin
Noctua NF-P12, a random one i had at home, I can't hear it, at 5v it runs slow but does its job
0=off
255=brightest
/etc/rc.local
#LED settings "RED GREEN BLUE" number 0-255 is the brightness
echo "0 0 0" > /sys/class/leds/q1:channel0/multi_intensity
echo "0 0 0" > /sys/class/leds/q1:channel1/multi_intensity
echo "0 0 0" > /sys/class/leds/q1:channel2/multi_intensity
echo "0 0 0" > /sys/class/leds/q2:channel0/multi_intensity
echo "0 0 0" > /sys/class/leds/q2:channel1/multi_intensity
echo "0 0 0" > /sys/class/leds/q2:channel2/multi_intensity
I only have mmc0:: in the directory /sys/class/leds/ and inside the mmc0::, there is no multi_intensity. The commands you gave is not working since they are not in the directory
You are using the official firmware which doesn't support NBG7815's RGB LEDs
@asvio and anyone else using this device (no matter NSS or vanilla OpenWrt builds).
I suppose it is already on kernel 6.12 as all others qualcommax targets.
Other users @rmandrad and me are having issues with 10G ports on QNAP 301w and kernel 6.12.
As Armor G5 is a similar device having a 10G AQR port (QNAP having two 10G ports) I want to ask if any of you currently have (or had in the past) any issues with the 10G port.
Thanks for your help.
I don't have 10Gb hardware to connect but i connect a 2,5Gb to the nbg7815's 10Gb Port and It is working as It should.
I'm using my nbg7815-main-nss
To add to asvio's reply above, I am also connecting through 10gb port (with 2.5gb link) with no issues. I used it on build with kernel 6.12 for a few days on asvio's main-nss branch, and felt no different in operation than my builds based on asvio's 24.10-nss, which I am using on a daily basis.
Hi,
I used the router for almost a year with @asvio build 240403 but lately I experienced random wifi disconnection/reconnection (these may alsays been there undetected as in my use these were not impacting).
I switched over to
and bravely sysupgraded without wiping/factory reset without a concern (I had as a backup my ISP router just in case).
The upgrade has gone smoothly, I just rebooted a couple of times and all went good. I'm not using 10G, I have a pppoe connection on 2.5G and for now the user experience is positive.
Single SSID on 3 interface.
No more disconnect, I noticed an increase in internet speed (but it may be due to better bandwidth with my ISP).
Just reporting in case anyone wanted to follow the same path.