Search found 6752 matches

by Lantis
Tue Apr 16, 2024 5:55 pm
Forum: General Discussion
Topic: Gargoyle's BWmon in native OpenWrt?
Replies: 1
Views: 21

Re: Gargoyle's BWmon in native OpenWrt?

The bandwidth monitoring is powered by a custom kernel module which would need to be patched into the OpenWrt build environment. OpenWrt (many, many years ago) were not interested in accepting such a thing. Problem 2, it only works with iptables. OpenWrt are migrated to nftables. Once you have the k...
by Lantis
Mon Apr 15, 2024 9:51 am
Forum: Hardware / Installation Issues
Topic: Gargoyle for cpe220 v3, cpe210 v3.2 and wr840n v6.2
Replies: 3
Views: 90

Re: Gargoyle for cpe220 v3, cpe210 v3.2 and wr840n v6.2

https://github.com/ericpaulbishop/gargoyle/blob/master/README.md The fastest method is to compile ath79.default to check your build environment works. Then modify targets/ath79/profiles/default/config to enable your device to build. Adding it to targets/ath79/profiles/default/profile_images is helpf...
by Lantis
Mon Apr 15, 2024 6:47 am
Forum: Hardware / Installation Issues
Topic: Gargoyle for cpe220 v3, cpe210 v3.2 and wr840n v6.2
Replies: 3
Views: 90

Re: Gargoyle for cpe220 v3, cpe210 v3.2 and wr840n v6.2

wr840n v6.2, no due to the low flash storage.
The two cpe devices, potentially, however currently Gargoyle is not compiled for these versions and would require you to compile them yourself, test, and if it works ok I’d be happy to add them to the official build.
by Lantis
Fri Apr 12, 2024 7:50 pm
Forum: Network / Wireless Issues
Topic: Wifi 2.4ghz mode, only G+N or N, c2600 and r7800
Replies: 24
Views: 574

Re: Wifi 2.4ghz mode, only G+N or N, c2600 and r7800

I don’t really have any further suggestions. Except to try vanilla OpenWrt 23.05 and see if you have the same issue. If not then a comparison between config with 1.15 might reveal something.
by Lantis
Fri Apr 12, 2024 9:36 am
Forum: Network / Wireless Issues
Topic: Wifi 2.4ghz mode, only G+N or N, c2600 and r7800
Replies: 24
Views: 574

Re: Wifi 2.4ghz mode, only G+N or N, c2600 and r7800

Compile a list of allowed symbols.

Your DHCP settings sound odd to me, what IP is the router? It is weird that your DHCP range starts at 1.
by Lantis
Fri Apr 12, 2024 5:22 am
Forum: Network / Wireless Issues
Topic: Wifi 2.4ghz mode, only G+N or N, c2600 and r7800
Replies: 24
Views: 574

Re: Wifi 2.4ghz mode, only G+N or N, c2600 and r7800

Don’t use symbols or spaces at all, that is safest.
I don’t have an audit of where symbols are safe or not. The community could compile one ;)
by Lantis
Wed Apr 10, 2024 11:27 pm
Forum: Network / Wireless Issues
Topic: Wifi 2.4ghz mode, only G+N or N, c2600 and r7800
Replies: 24
Views: 574

Re: Wifi 2.4ghz mode, only G+N or N, c2600 and r7800

You can try it and see if it improves the behaviour, but in theory it shouldn’t.
ESP devices are notorious for having shoddy wifi though…

The only other suggestion would be to try without SAE/WPA3, i.e. use WPA2 only, if you aren’t already.
by Lantis
Wed Apr 10, 2024 8:01 pm
Forum: Network / Wireless Issues
Topic: Wifi 2.4ghz mode, only G+N or N, c2600 and r7800
Replies: 24
Views: 574

Re: Wifi 2.4ghz mode, only G+N or N, c2600 and r7800

A modern IoT device shouldn’t need 802.11b mode…
If you want to try enabling it, identify the wifi radio number in the config associated to 2.4ghz, say it is radio0
uci set wireless.radio0.legacy_rates=1
uci commit wireless
wifi

These legacy rates are disabled by default in the latest versions.
by Lantis
Mon Apr 08, 2024 4:40 am
Forum: Monitoring / Quota / QoS Issues
Topic: Usage reset to 0% after modifying/saving existing qoutas
Replies: 4
Views: 3200

Re: Usage reset to 0% after modifying/saving existing qoutas

It is possible, this feature was actually submitted by a user but unfortunately it is now really out of date and cannot be used. It must be reimplemented from scratch.

There is a shortage of time and people willing to contribute such a thing.
It is on my list, but so are a lot of things :(