Wifi and graphics issues after software update
I managed to solve both issues with the answer to this post. I really have no clue how the network settings could affect the graphics, but I have no other explanation. These were the steps I followed:
Run
sudo service network-manager restart
to get the WiFi back temporarily.Go to the Network icon in the top panel, choose Connection Information. Note what driver name is being used for the wireless connection.
In terminal, run
sudo gedit /etc/modules
and add that driver name to the bottom of the file (in my case it isiwlwifi
). Save the file and quit gedit.Reboot the computer, it should now be working.