Post-update Ubuntu woes

I posted too soon. We had the system doing updates (including kernel updates). Nick pointed out that the kernel update might delete the driver so we held our breaths and waited. The system rebooted and gave me a login prompt. And then a pretty cursor and then nothing but a black screen.

Nick, luckily, was still here and was able to help. We did some research and found things that might have been it (problems with the Catalyst drivers breaking Unity desktop, for example). But it seemed odd that the login screen would appear but then X wouldn’t load for the desktop…

Just in case, I searched for new drivers, and found updated Catalyst drivers from AMD for Ubuntu. We installed them and lo! the Acer booted with a lovely login screen and desktop!

To get the drivers to be available from the terminal, I had to mount the USB device by figuring out which device to mount first using this command:
dmesg | grep -e sda -e sdb -e sdc

Then mounting the USB device proper:

mount /dev/sdb1 /mnt' (if sdb is the thing that the usb stick is)
cd /mnt

Here are the commands I used to install the drivers:

wget http://www2.ati.com/drivers/beta/amd-driver-installer-catalyst-13-10-beta-x86.x86_64.zip
unzip amd-driver-installer-catalyst-13-10-beta-x86.x86_64.zip
chmod u+x amd-driver-installer-catalyst-13-10-beta-x86.x86_64.run
sudo ./amd-driver-installer-catalyst-13-10-beta-x86.x86_64.run

Related Images:

Similar Posts

  • Patented check boxes?

    Apparently, IBM has patented a basic of a UI (from Slashdot): theodp writes “What do you call it when you drag a pointer over a checkbox to select or deselect it depending on its original state? Answer: US Patent 7,278,116. On Tuesday, the USPTO awarded IBM a patent for Mode Switching for Ad Hoc Checkbox…

  • New theme

    Seems like any time something major happens, I have to choose a new theme for this site. This theme is called “Vina.” Unfortunately, the theme displays all of the categories in the menu bar. I’m going to turn that off, but not tonight. I have stayed up a little too late fiddling with the site….

  • |

    Bad Vista, No Donut

    The more people I’ve talked to about Vista, the more I refuse to use it. Vista was a major consideration in why I chose to purchase a Macintosh. Every person I know who has purchased a machine with Vista on it hates the operating system. It is also partially crippled, especially if you purchase any…

  • |

    Phone wierdness

    I have a T-Mobile G2 (HTC Desire Z) for 18 months or so and have been very happy with. It’s my first Android phone (version 2.3.3). My favorite part of the phone is that it has a physical keyboard and comes with (almost) stock Android. No funky manufacturer overlay on it like you have with…

Leave a Reply

This site uses Akismet to reduce spam. Learn how your comment data is processed.