Page 2 of 2 FirstFirst 12
Results 11 to 20 of 20

Thread: Random freeze - Netbook Pavilion DM1-4055EG

  1. #11
    Join Date
    Apr 2011
    Beans
    5

    Re: Random freeze - Netbook Pavilion DM1-4055EG

    Yeah, I tried Catalyst. It worked for me, or at least much less freezes than I have with open source. However since I've changed to Gnome Shell I had to move to open source driver because Catalyst wasn't working well with Gnome Shell, specially with 3 monitors, which is my case.

  2. #12
    Join Date
    Mar 2012
    Beans
    1

    Re: Random freeze - Netbook Pavilion DM1-4055EG

    I had similar problems with Mint 12 64-bit.
    I turned off power management for wireless card. Hasn't frozen since.

    As root, create file etc/pm/power.d/wireless containing

    #!/bin/sh
    /sbin/iwconfig eth1 power off

    then
    chmod 755 /etc/pm/power.d/wireless
    reboot
    (assuming wireless device is eth1, might be wlan0).

    Michael

  3. #13
    Join Date
    Feb 2009
    Location
    Germany, near K-Town
    Beans
    14
    Distro
    Ubuntu 11.04 Natty Narwhal

    Re: Random freeze - Netbook Pavilion DM1-4055EG

    Hello Michael,
    thank you for the hint. I try it out.

    ML

    Quote Originally Posted by michaelk1 View Post
    I had similar problems with Mint 12 64-bit.
    I turned off power management for wireless card. Hasn't frozen since.

    As root, create file etc/pm/power.d/wireless containing

    #!/bin/sh
    /sbin/iwconfig eth1 power off

    then
    chmod 755 /etc/pm/power.d/wireless
    reboot
    (assuming wireless device is eth1, might be wlan0).

    Michael

  4. #14
    Join Date
    Feb 2009
    Location
    Germany, near K-Town
    Beans
    14
    Distro
    Ubuntu 11.04 Natty Narwhal

    Re: Random freeze - Netbook Pavilion DM1-4055EG

    Hi,
    yes wireless device is eth1. i thied it out. but i think i have no fortune with this netbook. under ubuntu 12.04 beta freezes are extremely rarely. but they happen. in the last 2 weeks 2 times.
    1) when i thied to install google chrome browser
    2) during watching a youtube video

    So, under ubuntu 12.04 it is much better but not perfect. youtube freeze is a well known friend from the previous ubuntu releases.

    Quote Originally Posted by marcuslauer View Post
    Hello Michael,
    thank you for the hint. I try it out.

    ML

  5. #15
    Join Date
    May 2012
    Beans
    8

    Re: Random freeze - Netbook Pavilion DM1-4055EG

    Same problem but I'm using Arch Linux so I guess it's linux specific and not really Ubuntu specific. The freezes happen mostly during high load and youtube videos but it also happens when I'm typing some documents in LibreOffice. I also noticed the brcmsmac driver is very dodgy so I use the broadcom wl driver.

    Using the open source or proprietary drivers does not make any difference. Tonight I will try installing Debian stable to see if an older kernel fixes the lockups.

    Anyone found a fix for the hard lockups?

  6. #16
    Join Date
    Feb 2009
    Location
    Germany, near K-Town
    Beans
    14
    Distro
    Ubuntu 11.04 Natty Narwhal

    Re: Random freeze - Netbook Pavilion DM1-4055EG

    Hi,
    I didn't find any solutions and yes I think it is a Linux kernel issue - not related to any ubuntu version. And I don't know if the freezes are caused of the wireless modulr or graphicdriver or something else.

    I use the Netbook at work with win7 - no problems. It's a shame...

    ML

  7. #17
    Join Date
    Jun 2009
    Beans
    8

    Re: Random freeze - Netbook Pavilion DM1-4055EG

    Sounds very like this issue, same hardware, same random hard freezes.
    http://ubuntuforums.org/showthread.php?t=1989051

  8. #18
    Join Date
    May 2012
    Beans
    8

    Re: Random freeze - Netbook Pavilion DM1-4055EG


  9. #19
    Join Date
    Feb 2009
    Location
    Germany, near K-Town
    Beans
    14
    Distro
    Ubuntu 11.04 Natty Narwhal

    Re: Random freeze - Netbook Pavilion DM1-4055EG

    Hello,
    here is a possible solution for the lockup/freeze problem with this netbook. Found it at the HP support forum and it seems to work:

    Quote:

    For anyone else with this problem, for info, I'm using grub, and the simplest way I found to disable the thermal module was to edit /etc/default/grub.
    This had a line something like:

    GRUB_CMDLINE_LINUX_DEFAULT="quiet splash"

    To disable the thermal module, I changed this to:

    GRUB_CMDLINE_LINUX_DEFAULT="quiet splash thermal.off=1"

    Having edited this file, you then need to run

    update-grub

    to activate the change.

    http://h30434.www3.hp.com/t5/Noteboo...1339919/page/2

  10. #20
    Join Date
    Jun 2009
    Beans
    8

    Re: Random freeze - Netbook Pavilion DM1-4055EG

    I've been running with the grub option "thermal.off=1" set on my dm1-4125sa for a few days and, so far, no freezes. The best its been since the day I bought it.

Page 2 of 2 FirstFirst 12

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
  •