Results 1 to 3 of 3

Thread: Ubuntu 12.10 Update Issues

  1. #1
    Join Date
    Oct 2007
    Location
    Aurora, CO
    Beans
    2,564
    Distro
    Ubuntu

    Ubuntu 12.10 Update Issues

    Many System76 users are experiencing issues with a new kernel update today. The root of the cause is that Ubuntu 12.10 doesn't include packages necessary for build kernel modules. This will cause issues with card readers, proprietary graphics, and other things.

    If you're running 12.10, and have a system component other than Nvidia proprietary graphics that no longer works after an update, log in, then re-run the System76 Driver. This will solve your problems.

    For Nvidia graphics, your screen resolution and desktop will be broken after the reboot. To fix them, log in to your system, then press Ctrl+Alt+T to open a terminal window. Then, run these commands:

    Code:
    sudo apt-get clean
    sudo apt-get install linux-headers-generic
    sudo apt-get install --reinstall nvidia-current-updates
    sudo reboot
    After this, you should be good to go.

    If anyone has any other questions, feel free to open a support ticket for your product by visiting this page, then clicking on "Open Support Case" underneath the computer in question.
    Last edited by isantop; November 27th, 2012 at 07:36 PM.
    Ian Santopietro - System76 Technical Support.
    Open a Support Ticket!
    Ask a Sales Question!

  2. #2
    Join Date
    Aug 2006
    Beans
    52

    Exclamation Re: Ubuntu 12.10 Update Issues

    Don't do this:
    Code:
    sudo apt-get install linux-headers-`uname -r`
    That only works while `uname -r` remains current. Do this instead, which always works:
    Code:
    sudo apt-get install linux-headers-generic
    This works because "linux-headers-generic" is a meta-package that "...will always depend on the latest generic kernel headers..."

    And if you have been doing it the bad way, you may want to go purge all the old header packages.

  3. #3

    Re: Ubuntu 12.10 Update Issues

    this worked for me......


    1gig nvida card desktop with a reboot resolution problem....fixed

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •