A couple months ago I did a fresh install of Trusty Tahr on my grandson's Sony VAIO laptop. It went on perfectly and and ran perfectly every since. Even as a 2nd grader he uses it daily, mostly to play Minecraft, locally and on my server.
Yesterday, while he was visiting, I saw an upgrade notification in his system tray. I opened a Konsole and issued
sudo apt-get update
It stated that there were 384 packages awaiting installation. I followed with
sudo apt-get upgrade
After 20 minutes or so, while he was playing Minecraft on my machine, the upgrade was done and a reboot icon was in the tray. I rebooted.
The wireless no longer worked, and there was a red circle with a slash through it over the power icon.
I opened a Konsole and issued
sudo iwlist scanning
which gave me a list of the couple dozen wireless APs nearby, including my own. But, Network Manager still wouldn't let me connect.
I plugged in an Ethernet cable from my wireless router and in a Konsole issued
sudo apt-get update
and saw a notification that an additional 80 or so packages were ready for installation. This time I did
sudo apt-get dist-upgrade
I watched those additional packages install. When the reboot icon appeared I rebooted.
The Sony came up with all things working. It immediately connected to my wireless before the desktop was completely up. Power management worked fine, as did everything else that I tested.
Yesterday, while he was visiting, I saw an upgrade notification in his system tray. I opened a Konsole and issued
sudo apt-get update
It stated that there were 384 packages awaiting installation. I followed with
sudo apt-get upgrade
After 20 minutes or so, while he was playing Minecraft on my machine, the upgrade was done and a reboot icon was in the tray. I rebooted.
The wireless no longer worked, and there was a red circle with a slash through it over the power icon.
I opened a Konsole and issued
sudo iwlist scanning
which gave me a list of the couple dozen wireless APs nearby, including my own. But, Network Manager still wouldn't let me connect.
I plugged in an Ethernet cable from my wireless router and in a Konsole issued
sudo apt-get update
and saw a notification that an additional 80 or so packages were ready for installation. This time I did
sudo apt-get dist-upgrade
I watched those additional packages install. When the reboot icon appeared I rebooted.
The Sony came up with all things working. It immediately connected to my wireless before the desktop was completely up. Power management worked fine, as did everything else that I tested.
Comment