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

  • New theme

    Over the weekend I tried a new theme that had a section that looked like torn paper with pictures behind it. Unfortunately, the theme didn’t work in Internet Explorer. The pictures appeared on top of the torn paper images instead of behind. (Maybe it’s a layering issue in the CSS.) Any way, I loaded this…

  • Flashback

    I used to work at a company called iPIX. Like many other companies, it was struck down during the dot-com-bomb of 2000-2001. My job there was my dream job — and it stayed that way for the first 18 months. After that, things went downhill but not for what I was doing, but just things…

  • |

    TARDIS MAME Console

    Simon Jansen, of www.asciimation.co.nz, has built an incredible replica of a TARDIS (Time and Relative Dimensions in Space, Doctor Who‘s time machine), complete with a fold-out MAME console for playing retro arcade games. The TARDIS MAME console is obviously a work of love and art. The attention to detail is amazing. Me likey! While you…

Leave a Reply

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