Openwrt 19.07 based Gargoyle
Moderator: Moderators
Re: Openwrt 19.07 based Gargoyle
That doesn't sound right.
I think what they are trying to say is that usb3 is enabled by default. However. In our config we quite clearly have it disabled.
So yes while setting it to "=y" is not strictly required, setting it to "is not set" overrides the default and turns it off.
And no, there is still a kmod-usb3 and there's no indication I can see that this functionality has been merged elsewhere (why would they?)
Please seek some clarification.
I think what they are trying to say is that usb3 is enabled by default. However. In our config we quite clearly have it disabled.
So yes while setting it to "=y" is not strictly required, setting it to "is not set" overrides the default and turns it off.
And no, there is still a kmod-usb3 and there's no indication I can see that this functionality has been merged elsewhere (why would they?)
Please seek some clarification.
https://lantisproject.com/downloads/gargoylebuilds for the latest releases
Please be respectful when posting. I do this in my free time on a volunteer basis.
Please be respectful when posting. I do this in my free time on a volunteer basis.
Re: Openwrt 19.07 based Gargoyle
Two things:Lantis wrote:That doesn't sound right.
I think what they are trying to say is that usb3 is enabled by default. However. In our config we quite clearly have it disabled.
So yes while setting it to "=y" is not strictly required, setting it to "is not set" overrides the default and turns it off.
And no, there is still a kmod-usb3 and there's no indication I can see that this functionality has been merged elsewhere (why would they?)
Please seek some clarification.
1. Only after this change USB became fully functional.
2. In Gargoyle 1.11 this option also set to 'y'.
Re: Openwrt 19.07 based Gargoyle
Finally tested this. Unfortunately not working. If main router unsing WPA3/WPA2 authentication and slave set to WPA3/WPA2 also, slave router not able to connect to main router. If I change authentication to WPA2 on main - slave router got connected without problem. And other way around if main use WPA3/WPA2 and slave set to WPA2 - everything is fine.Lantis wrote:I've added code to select the highest protocol in a situation where the upstream network is "mixed"
So not working situation mixed/mixed. Could you, please, have a look?
Re: Openwrt 19.07 based Gargoyle
Can you post your config you're using for Wi-Fi?
The client shouldn't be in mixed mode which confuses me and is why I think it isn't working.
Screenshots is fine.
The client shouldn't be in mixed mode which confuses me and is why I think it isn't working.
Screenshots is fine.
https://lantisproject.com/downloads/gargoylebuilds for the latest releases
Please be respectful when posting. I do this in my free time on a volunteer basis.
Please be respectful when posting. I do this in my free time on a volunteer basis.
Re: Openwrt 19.07 based Gargoyle
Config on both upstream and downstream devices preferably as well thanks.
https://lantisproject.com/downloads/gargoylebuilds for the latest releases
Please be respectful when posting. I do this in my free time on a volunteer basis.
Please be respectful when posting. I do this in my free time on a volunteer basis.
Re: Openwrt 19.07 based Gargoyle
Before posting, probably, unnecessary things, I would like to check that I'm correct in my understanding of how wireless repeater working (I didn't use much before on routers). If main router having mixed authentication (wpa2 and wpa3 clients should be accepted) and repeater (connected via wds) I will set wpa3 authentication. Will wpa2 clients be accepted by repeater? Probably it's stupid question, but I didn't found clear answer and almost everywhere were written that authentication should match on both devices.Lantis wrote:Can you post your config you're using for Wi-Fi?
The client shouldn't be in mixed mode which confuses me and is why I think it isn't working.
Screenshots is fine.
Re: Openwrt 19.07 based Gargoyle
Ok, that's an interesting scenario. The code doesn't currently accommodate that.papka__ wrote:Before posting, probably, unnecessary things, I would like to check that I'm correct in my understanding of how wireless repeater working (I didn't use much before on routers). If main router having mixed authentication (wpa2 and wpa3 clients should be accepted) and repeater (connected via wds) I will set wpa3 authentication. Will wpa2 clients be accepted by repeater? Probably it's stupid question, but I didn't found clear answer and almost everywhere were written that authentication should match on both devices.
The way it works is that the Repeater is supposed to mirror the Upstream AP (i.e. repeat it). This includes channel, encryption and password (we let you change the name if you like).
The problem is, there's no such thing as "mixed" encryption when you JOIN an AP. You use one or the other.
So therefore the repeater then also gets the "one or the other" treatment as well.
We can probably fix this, but it's a curly situation.
For example, what if you have a downstream router which can't do WPA3, so it connects as WPA2. It isn't capable of repeating the mixed WPA3/2 signal, so it will only do WPA2, but that's now an unexpected (or at least, strange) behaviour.
For now as a workaround, you can manually edit your repeater config to "sae-mixed" instead of "sae", and then restart your wifi.
https://lantisproject.com/downloads/gargoylebuilds for the latest releases
Please be respectful when posting. I do this in my free time on a volunteer basis.
Please be respectful when posting. I do this in my free time on a volunteer basis.
Re: Openwrt 19.07 based Gargoyle
Thank you. I will try and will let you know.
However, is it not the same as I would set wpa3/wpa2 authentication on repeater GUI?
However, is it not the same as I would set wpa3/wpa2 authentication on repeater GUI?
Re: Openwrt 19.07 based Gargoyle
Maybe, but i don't know how the host will connect in this behaviour. It sounds like "undefined" behaviour.
https://lantisproject.com/downloads/gargoylebuilds for the latest releases
Please be respectful when posting. I do this in my free time on a volunteer basis.
Please be respectful when posting. I do this in my free time on a volunteer basis.
Re: Openwrt 19.07 based Gargoyle
That's the thing. Connection happen only if either main router or repeater authentication is distinct. If both mixed - repeater not creating connection to main router. I already tested this.Lantis wrote:Maybe, but i don't know how the host will connect in this behaviour. It sounds like "undefined" behaviour.