My WIFI SSID has for several years contained an apostrophe " ' ". the MB PRO is the first device I have encountered that refuses to connect and gives me the error: "Error: SSID is not allowed to have a quote character (')".
The MB PRO is currently on my wired network, but I'd like to move it to a location that will get a better signal from my ISS. To do that I need to be able to enter my SSID.
according to this: https://en.wikipedia.org/wiki/Service_s ... network%29 SSID strings are not restricted to human readable characters.
MB Pro: Can't set SSID **solved**
Moderator: Mattk
Re: MB Pro: Can't set SSID
...or you could change your ssid. 
Nevertheless, next update will have this feature request realized (when OpenWRT accepts data in that format).

Nevertheless, next update will have this feature request realized (when OpenWRT accepts data in that format).
Re: MB Pro: Can't set SSID **solved**
After several rounds of banging my head against the table, I finally have it connecting via WIFI.
A more specific error message than "No Network Found!" would be very helpful. Something like "Encryption miss-match" would have probably saved me an hour of carefully retyping my SSID and password, making absolutely sure they were correct.
BTW there is now a check box to "show passphrase", but it does not seem to do anything. The password is always obscured.
A more specific error message than "No Network Found!" would be very helpful. Something like "Encryption miss-match" would have probably saved me an hour of carefully retyping my SSID and password, making absolutely sure they were correct.
BTW there is now a check box to "show passphrase", but it does not seem to do anything. The password is always obscured.
Re: MB Pro: Can't set SSID **solved**
Newest version should have the quote working. The show passphrase functions does need some javascript execution. Which browser are you using?DAP wrote:After several rounds of banging my head against the table, I finally have it connecting via WIFI.
A more specific error message than "No Network Found!" would be very helpful. Something like "Encryption miss-match" would have probably saved me an hour of carefully retyping my SSID and password, making absolutely sure they were correct.
BTW there is now a check box to "show passphrase", but it does not seem to do anything. The password is always obscured.
Re: MB Pro: Can't set SSID **solved**
Firefox with no-script running. I had enabled scripts for the pro.admin wrote:Newest version should have the quote working. The show passphrase functions does need some javascript execution. Which browser are you using?DAP wrote:After several rounds of banging my head against the table, I finally have it connecting via WIFI.
A more specific error message than "No Network Found!" would be very helpful. Something like "Encryption miss-match" would have probably saved me an hour of carefully retyping my SSID and password, making absolutely sure they were correct.
BTW there is now a check box to "show passphrase", but it does not seem to do anything. The password is always obscured.
I just had to enable them again since the WIFI has a different MAC address, and therefore gets a different IP address.
Re: MB Pro: Can't set SSID **solved**
Tested with my default configured Firefox and it works out of the box.
I know that there is a big discussion about Javascript, but most devices
with a web interface will need it. Meteobridge makes rather spare use,
other devices completely rely on AJAX etc and will not work without at all.
You can tell your router to provide a fixed IP adrdress via DHCP based on
the MAC of a device. That way Meteobridge will be handled via DHCP but
your router will make sure it always has the same IP.
I know that there is a big discussion about Javascript, but most devices
with a web interface will need it. Meteobridge makes rather spare use,
other devices completely rely on AJAX etc and will not work without at all.
You can tell your router to provide a fixed IP adrdress via DHCP based on
the MAC of a device. That way Meteobridge will be handled via DHCP but
your router will make sure it always has the same IP.
Re: MB Pro: Can't set SSID **solved**
It the process of deleting the history, I had to re-configure the Meteobridge, and this time the password was visible.admin wrote:Tested with my default configured Firefox and it works out of the box.
I know that there is a big discussion about Javascript, but most devices
with a web interface will need it. Meteobridge makes rather spare use,
other devices completely rely on AJAX etc and will not work without at all.
Yes, I had done this, but when I switched from wired to wireless, the mac address changed, and I had to do this again.You can tell your router to provide a fixed IP adrdress via DHCP based on
the MAC of a device. That way Meteobridge will be handled via DHCP but
your router will make sure it always has the same IP.
Anyway, everything is working now.