Hi guys
So I’m not stuck with a problem or anything, but the other day I updated my mother’s laptop from Ubuntu MATE 14.04 LTS to Ubuntu MATE 16.04 LTS and I’ve had a few issues during the process to set up the WiFi network connection.
I’m hoping that with your help we could determine:
- Whether what I experienced are indeed bugs reproducible under a clean Ubuntu MATE 16.04 install
- If so, the packages responsible for the bugs
If you’re interested please continue reading.
Setup:
- Two admin accounts: mine and my mother’s.
- No extreme customization: standard panel layout and standard applets
- The system was fully up to date. (had used cable network connection to do that)
What I think might be bugs:
Possible bug #1
Confirmed bug #1
Under my personal administrator account (uid 1000):
I’ve tried to connect to a WPA/WPA2 Personal
WiFi network broadcasted by her home router. (standard ISP issued router from French ISP Orange)
I clicked the network icon in the top right corner, selected the correct SSID and inputed the 26 characters password made up of uppercase hexadecimal characters (from the set [0-9A-F]
)
That password is provided by the ISP with each home router and is most likely generated at random but it takes a while to type.
When I finally finished typing it I clicked the ‘OK’ button and got nothing as a result.
I tried a couple more times thinking I made a mistake while typing the password with no luck.
Hypotheses:
1. There is a timeout in the applet.
2. Some kind of overflow triggers when passwords are too long.
How I solved my immediate problem:
Went to the Network Connections settings, selected the SSID from the list of WiFi networks, entered the password there in the ‘Wi-Fi Security’ tab and typed ‘save’ before exiting
Possible bug #2
Under my mother’s administrator account:
The network connection was not available despite me having set it up successfully from my personal account.
This was obviously because under my personal account I had not checked the “All users may connect to this network” checkbox. Though if I might say: since this was another administrator account this is kind of counter-intuitive.
Before realizing that I tried to set it up once again using the Network icon in the top right corner.
This time when I finished entering the password I hit return and the network icon disappeared from the indicators in my top right panel, and the connection was not activated.
I logged out to get the network icon back and tried to input the password again. Upon hitting return the icon disappeared again - still no connection.
tail
ing -f
the logs @ /var/log/kern.log
showed that Network-manager or the corresponding applet had crashed (sorry can’t remember which and I’m not in an environment where I can test that anymore)