I’ve Upgraded my Ubuntu box to Ubuntu 17.04 to fix one issue and created another issue.

This after my USB WiFi card would not connect to the network. I could see the network and it would try to connect but timed out after a minute or so.
lsb_release -a No LSB modules are available. Distributor ID: Ubuntu Description: Ubuntu 17.04 Release: 17.04 Codename: zesty

lsusb Bus 002 Device 003: ID 148f:5370 Ralink Technology, Corp. RT5370 Wireless Adapter

I was able to find the fix here:

Edited:
sudo vi /etc/NetworkManager/NetworkManager.conf

And added the following:
[device] wifi.scan-rand-mac-address=no

Restarted and I’m back in Business. I hate change!