Open ilario opened 1 year ago
@selankon @fnbellomo @luandro @spiccinini can anyone look into this?
This error comes from here:
That comes from here:
I believe the main idea is to use a radio that is not currently being used in the mesh by the device, so you don't remove the device from the mesh when using this feature, because configuring an interface as a client will break the mesh connection (the channel will be different most of the times). So devices with only one radio, or with all its radios used in the mesh are not allowed to connect to a mobile hotspot. Yes indeed, a better message should be shown! Something like "this devices has no hotspot support ...."
Yep, the error message should surely point the user to how to fix, if possible. Something like "do this and that for removing mesh on the 2.4 GHz interface. And then try again."
or with all its radios used in the mesh are not allowed to connect to a mobile hotspot.
I think that the problem arises by the fact that all the LibreMesh devices, by default, use all radios for mesh. So this is a problem for every LibreMesh user, unless they configured their router for not using radio0 for mesh.
all the LibreMesh devices, by default, use all radios for mesh. So this is a problem for every LibreMesh user, unless they configured their router for not using radio0 for mesh.
So this is just another feature designed for working with LibreRouterOS regardless of its usage with LibreMesh. Is there a way for hiding this feature from lime-app? @selankon Does lime-app accept a list of tabs to disable? Or is there a way to disable it at compilation time saving also some precious kB?
While testing #950 on OpenWrt 22.03 I installed lime-app on OpenWrt (it pulled as dependencies most of LibreMesh packages) and tried to activate the client function to connect to a mobile hotspot. I got the following error:
So I imagine this works with the default configuration from LibreRouterOS ( https://gitlab.com/librerouter/librerouteros/-/blob/librerouter-1.5/files/etc/config/lime-defaults ) but not with the official default configuration ( https://github.com/libremesh/lime-packages/blob/master/packages/lime-system/files/etc/config/lime-defaults )??????????????????????????????????????????????????
The error message should at least suggest a solution.