The Notebook Review forums were hosted by TechTarget, who shut down them down on January 31, 2022. This static read-only archive was pulled by NBR forum users between January 20 and January 31, 2022, in an effort to make sure that the valuable technical information that had been posted on the forums is preserved. For current discussions, many NBR forum users moved over to NotebookTalk.net after the shutdown.
Problems? See this thread at archive.org.

    Linux kernel 2.6.38 and Sager NP8130 freeze fixes

    Discussion in 'Sager and Clevo' started by ed29a, Apr 27, 2011.

  1. ed29a

    ed29a Notebook Enthusiast

    Reputations:
    7
    Messages:
    32
    Likes Received:
    0
    Trophy Points:
    15
    If you install Ubuntu on 11.04, or other distros with latest Linux kernel, or if you update to latest kernel (2.6.38 and +), you might experience freezes during or after booting the system. If system boots without freezing, your wired connection is going up and down constantly. This is related to either power management of the PCIe bus bug, BIOS issues or most possibly a driver (JMicron) related bug. The fix for this is to add 'pcie_aspm=off' to your kernel boot options.

    On Ubuntu is in the /etc/default/grub file, it should look like this:
    GRUB_CMDLINE_LINUX_DEFAULT="quiet splash pcie_aspm=off".

    On other systems, find the kernel boot options and add 'pcie_aspm=off' to it. I am guessing that the NP8150 and NP8170 are also susceptible to this problem as well.

    Happy Linuxing!
     
  2. 2MNY

    2MNY Notebook Consultant

    Reputations:
    90
    Messages:
    246
    Likes Received:
    0
    Trophy Points:
    30
    10.10 works fine for me but 11.04 crashes with or without disabling aspm.
     
  3. Electric Shock

    Electric Shock Notebook Evangelist

    Reputations:
    268
    Messages:
    670
    Likes Received:
    0
    Trophy Points:
    30
    If you must run those kernels, you could do it in VMWare. Thanks for the quick fix though!