Results 1 to 4 of 4

Thread: Random Freezes during boot, and during daily use

  1. #1
    Join Date
    Mar 2007
    Beans
    52

    Random Freezes during boot, and during daily use

    Hi guys,

    I have installed Ubuntu on my HP Compaq Mini 311c. Unfortunately I have a few problems with it. It freezes randomly.

    - Sometimes during boot (red dots stop blinking, and doesn't boot anymore)
    - Sometimes when already booted, and during normal use of my laptop it suddenly hangs, and then nothing works anymore (mouse/keyboard/...)
    - Same as above, but sometimes with kernel panic (blinking capslock light)

    I have the idea it happens more often when connected the power adapter is connected.

    Hardware:
    - Intel Atom N270
    - nVidia ION Chipset (with nvidia proprietary driver)
    - Wireless chipset: 03:00.0 Network controller: Atheros Communications Inc. AR9285 Wireless Network Adapter (PCI-Express) (rev 01)
    - Touchpad: ALPS

    If you need more information please tell me, I will add it as soon as possible.

    Thanks in advance.

  2. #2
    Join Date
    Sep 2009
    Location
    Denmark
    Beans
    726
    Distro
    Ubuntu 9.10 Karmic Koala

    Re: Random Freezes during boot, and during daily use

    The most obvious thing to try is memtest86+. Just install it and it will appear in the grub menu.

    Have you looked in the logs?

    Try this:
    Code:
    sudo cat /var/log/messages | grep -B 11 "log source"
    It will print out the last 10 entries in the log file before it locked up.
    What? I'm not allowed to say fsck? Then how is i supposed to help people fix their filesystems?

  3. #3
    Join Date
    Mar 2007
    Beans
    52

    Re: Random Freezes during boot, and during daily use

    Quote Originally Posted by Fafler View Post
    The most obvious thing to try is memtest86+. Just install it and it will appear in the grub menu.

    Have you looked in the logs?

    Try this:
    Code:
    sudo cat /var/log/messages | grep -B 11 "log source"
    It will print out the last 10 entries in the log file before it locked up.
    I attached the result of the above command, I'm going to run memtest86+ now.
    Attached Files Attached Files

  4. #4
    Join Date
    Sep 2009
    Location
    Denmark
    Beans
    726
    Distro
    Ubuntu 9.10 Karmic Koala

    Re: Random Freezes during boot, and during daily use

    It's hard to tell. Maybe network related, but i don't really have any ideas. Try turning acpi off. From the grub menu, select your kernel (the first entry) and press e to edit. Look for a line ending with "splash" , add "acpi=off" after it and press ctrl+x to boot. You loose powersaving and some other stuff, but it might help figuring out whats wrong.
    What? I'm not allowed to say fsck? Then how is i supposed to help people fix their filesystems?

Tags for this Thread

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
  •