Search found 6751 matches

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: 86

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: 86

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: 569

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: 569

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: 569

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: 569

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: 569

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: 3197

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 :(
by Lantis
Mon Apr 08, 2024 4:38 am
Forum: General Discussion
Topic: Quota Allocation
Replies: 2
Views: 138

Re: Quota Allocation

Yes that can happen.
The solution is to use the Enforce DHCP Allocation function.

Be aware that unless you’re running the most recent versions there were some bugs with that function.