If the latest stable version is working fine then thats what I want But I cant figure out Where to get it from.. Why was it removed from divested build?
Thanks!
because when I asked which version would have more performance and stability they told me above that version 19 would have
I know. Dnscrypt1 is the only I can find.
So I like to add dnscrypt2
Latest builds have flawless stability and great performance for me. Try 23.05-rc3 or latest Divested build.
ubus call system board | grep kernel
If you are running a build after kernel: 6.1.42
, dnscrypt-proxy2
Needs a patch to update the package to version 2.1.5
. It won’t build using the most recent go
version.
Acceleration of the data stream via software is not working ? I installed the latest version of divested yesterday and applying the configuration didn't seem to make any difference
I have wrt3200 acm , is the switch page has been relocated somewhere or removed ?
I am trying to setup pppoe with vlan, but cant find the switch page to enter the vlan settings
I am trying to follow this video
[https://www.youtube.com/watch?v=zMze7luKmBg](https:// OpenWRT - Configure PPPoE with VLAN )
It’s been converted to DSA. No Switch.
See:
Converting to DSA
Mini DSA Tutorial
DSA Networking
You can find Bridge VLAN Filtering
under Network/Interfaces/Devices/br-lan/Configure.
I think I have a better understanding of the performance issues I'm seeing on Kernel 6.1 with SQM.
It comes down to the fact that I'm unable to assign IRQ affinity.
Even irqbalance
isn't able to shift IRQ to the second core, everything is stuck on CPU0 when I cat /proc/interrupts
. Manually specifying an affinity using echo 2 > /proc/irq/{eth0 irq number}/smp_affinity
results in a "I/O write error".
So something broke wrt setting IRQ affinities.
@adworacz
irq assignment has always been broken iirc, you can only reassign the wifi radio irqs
there was a patchset somewhere which made it partially work iirc, but it broke something else
Sorry, I should have made that more clear - I cannot adjust the IRQ affinity even on the wifi.
Here's some console output that explains exactly what I mean - everything is stuck on CPU0, including the wifi radios:
root@DumbAP2:~# cat /proc/interrupts | grep -E 'CPU0|mwl'
CPU0 CPU1
79: 16138 0 mvebu-INTx 0 Level mwlwifi
80: 37882 0 mvebu-INTx 0 Level mwlwifi
root@DumbAP2:~# cat /proc/irq/79/smp_affinity
3
root@DumbAP2:~# cat /proc/irq/80/smp_affinity
3
root@DumbAP2:~# echo 2 > /proc/irq/79/smp_affinity
ash: write error: I/O error
root@DumbAP2:~# echo 2 > /proc/irq/80/smp_affinity
ash: write error: I/O error
root@DumbAP2:~# cat /proc/interrupts | grep -E 'CPU0|mwl'
CPU0 CPU1
79: 20413 0 mvebu-INTx 0 Level mwlwifi
80: 51775 0 mvebu-INTx 0 Level mwlwifi
root@DumbAP2:~# uname -a
Linux DumbAP2 6.1.45 #0 SMP Wed Aug 16 04:00:30 2023 armv7l GNU/Linux
Do you think that there is any possibility of this issue being fixed? Also, do you know if there has been any bug report?
What are the recomended stable WiFi security settings for this router?
I'm using
WPA2 (CCMP AES)
Enable Key Reinstallation Krack countermeasures (wonder if I should disable)
802.11w Management Frame Protection is disabled.
IpV6 disabled
Multi to Unicast enabled
@cantenna
https://divested.dev/unofficial-openwrt-builds/mvebu-linksys/templates/etc/config/wireless
specifying multicast_to_unicast
and isolate
is likely no longer necessary since the 6.1 upgrade.
It likely can be fixed (since it worked before). I'm not aware if there's been a bug filed for this one yet.
When I find some time, I'll create a fresh build from the tip of master/main with Kernel 6.1 and Kernel 5.15, and then I'll flash both and confirm the IRQ setting differences and then open a ticket on GitHub accordingly.
I like the included blocklist, but I'd like to expand or augment this with adult content filtering. In the past I've used DNS based filtering with cleanbrowsing.org or AdGuard DNS to enforce some parental controls, but I'm wondering if there's a better way. I want to maintain the security and privacy benefits offered by Divested-WRT, while still keeping it a simple and reliable solution.
Ideally I'd like it to filter adult websites and enforce safe-search on the main search engines. What's the most "Divested" way to do it?
Doesn’t check all the boxes, but I posted a script to add exceptions to the Divblock blocklist a while back. If you’re handy, it could be modified to add/format additional adult blocklist entries from your sources into an expanded Divblock blocklist.
What changes were made to the build on 09/05/2023?