Results 1 to 6 of 6

Thread: Help! Always 100% CPU load after upgrade

  1. #1
    Join Date
    Jul 2008
    Beans
    5

    Angry Help! Always 100% CPU load after upgrade

    Hi,

    I'm just upgrade from Ubuntu 8.04 to 8.10. After upgrade, the CPU loading is always keep at 60% and above, 100% mostly.

    Here is my brief HW config:

    Machine: HP Compaq 6515b
    CPU: AMD Turion 64
    Display card: ATI x1200
    Monitor: 2 (built-in & external LCD)
    Display driver: ATI proprietary driver

    I'm suspecting that the loading is from the display driver, cause the loading would gain high if I'm running a process with display output, and reasonably low in text mode (comparing using lynx & ff to access localhost website).

    Please kindly point me the right way for this, thanks in advance.

  2. #2
    Join Date
    Jul 2008
    Beans
    5

    Re: Help! Always 100% CPU load after upgrade

    Thanks god! Everything back to normal when I reboot my machine with kernel 2.6.24-21.

    Then could I say, the new kernel is not working with the ATI driver?

  3. #3
    Join Date
    Jul 2008
    Beans
    5

    Re: Help! Always 100% CPU load after upgrade

    Quote Originally Posted by alsan View Post
    Thanks god! Everything back to normal when I reboot my machine with kernel 2.6.24-21.

    Then could I say, the new kernel is not working with the ATI driver?
    After switching back to the old kernel, I can start my XP VM as normal, but all arrow keys can't work!

    As my experience, reconfig the VMware is needed, but it need the old kernel header. So, now how can I get the old kernel header back?

  4. #4
    Join Date
    Feb 2007
    Beans
    40

    Re: Help! Always 100% CPU load after upgrade

    To check what is causing the high CPU load, run the command top in a terminal which displays the current process usage.

    To get the kernel headers for your kernel you have to know the kernel version first.
    Run:
    uname -a

    You'll see for instance:
    Code:
    Linux amd64 2.6.24-21-generic #1 SMP
    So to install the headers for the kernel, run:
    Code:
    sudo apt-get install linux-headers-2.6.24-21-generic linux-headers-2.6.24-21

  5. #5
    Join Date
    Feb 2007
    Beans
    228

    Re: Help! Always 100% CPU load after upgrade

    Dumdideldum

    Thank you for that little tidbit of info. I did not know how to do that.

  6. #6
    Join Date
    Mar 2008
    Beans
    27

    Re: Help! Always 100% CPU load after upgrade

    Yup this happened to me, too. After reboot, it went back to normal, but I'm afraid that the problem might not be solved indefinitely.
    I'm running on a Celeron based laptop.

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
  •