Open ngwese opened 4 years ago
not sure if this anecdote is helpful, but just got a norns, and I had no problem connecting to my network which has a space in the ssid
Thanks for the additional data point. It might be the '
character in the name which Apple uses by default that is the source of the problem.
Works for me too, my wifi name is How do names even work?.
Given that we have confirmation that spaces are not a problem and my inability to repro I’m going to close this out.
I know this is closed, but wanted to add an anecdote...
Fates user was having problems getting their network IP to show up on device. Also would not show Status. Maiden would throw an error - no such connection profile
for the wifi network name
nmtui showed the network as connected, etc. but still not showing status and ip on device. Lots of back and forth trying over ethernet, etc.
Turns out the WiFi network name had a colon :
in it and that was causing the issue.
Removed the colon from the wifi network name and it solved the issue.
Good to know. I have no doubt that there are a bunch of character that could break the nmcli
output parsing which is going on. Will have to take another pass.
By Wifi network name you mean the SSID?
On Mar 19, 2021, at 12:39 AM, Steven Noreyko @.***> wrote:
I know this is closed, but wanted to add an anecdote...
Fates user was having problems getting their network IP to show up on device. Also would not show Status. Maiden would throw an error - no such connection profile for the wifi network name
nmtui showed the network as connected, etc. but still not showing status and ip on device. Lots of back and forth trying over ethernet, etc.
Turns out the WiFi network name had a colon : in it and that was causing the issue.
Removed the colon from the wifi network name and it solved the issue.
— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub, or unsubscribe.
By Wifi network name you mean the SSID?
Apologies - yes, The SSID is what I meant by wifi network name
An additional data point which confirms this is still a problem: https://llllllll.co/t/solved-no-wifi-save-scripts-flash-update/56172
Based on DM's with a lines user who was unable to connect norns to an Apple AirPort Extreme base station we discovered that if the network SSID has a spaces in it they will not show up in the menu system.
This could be a bug in
wifi.lua
or problematic behavior in NetworkManager (less likely).Stuff to test:
nmtui
andnmcli
wifi.lua
network listing functions