Results 1 to 7 of 7

Thread: Ubuntu 12.04 Freezes Until Mouse Move Or Keyboard Interaction.

  1. #1
    Join Date
    Sep 2013
    Beans
    3

    Exclamation Ubuntu 12.04 Freezes Until Mouse Move Or Keyboard Interaction.

    Ubuntu 12.04 on Toshiba NB205 (also tried LinuxMint 15 at first), using it as my media player in my car. Seems to be the best support for FLAC and higher sound quality. Anyway, after a few minutes of playing music the session freezes up and the music skips until I open the lid / move mouse / hit a key. This is the case with both Rhythmbox and Banshee in both Ubuntu 12.04 and LinuxMint 15. Fresh install with any available updates from stock repos.

    Googled a few suggestions. Modified some line in GRUB, forgot what it was exactly, and removed PulseAudio relying solely on ALSA. Personally I think it's a kernal issue rather than just the media players but any ideas, suggestions, or resolutions will be a HUGE help! I do car shows and this little netbook is perfect for my setup if only I could get it to work correctly.

    Toshiba NB205
    -Intel Atom
    -1 GB RAM
    -160 GB HDD

    Ubuntu 12.04 & LinuxMint 15

  2. #2
    Join Date
    Aug 2009
    Location
    Charleston, SC (USA)
    Beans
    1,779

    Re: Ubuntu 12.04 Freezes Until Mouse Move Or Keyboard Interaction.

    Welcome to the forums!

    How much music is in your library? I've seen issues where if you have lots of music (3000+ songs) the music players can crash and become unstable. Also it might be the limited resources in your computer. You might want to have a resource window open and monitor your RAM usage while you are using your music applications.

    Also you may wanna check the power settings on Ubuntu and make sure its not going to sleep or anything after so many minutes of inactivity.


    Hope that helps!
    ~Caboose
    "When our actions do not, our fears do make us traitors." -- Shakespeare
    "Unless someone like you cares a whole awful lot, nothing is going to get better. It's not!" -- Dr. Seuss


  3. #3
    Join Date
    Sep 2013
    Beans
    3

    Re: Ubuntu 12.04 Freezes Until Mouse Move Or Keyboard Interaction.

    Quote Originally Posted by Caboose885 View Post
    How much music is in your library? I've seen issues where if you have lots of music (3000+ songs) the music players can crash and become unstable.
    Well over 9000. It's good to hear that may just be the problem. I can redirect a lot of the music elsewhere.

    Quote Originally Posted by Caboose885 View Post
    Also it might be the limited resources in your computer. You might want to have a resource window open and monitor your RAM usage while you are using your music applications.

    Also you may wanna check the power settings on Ubuntu and make sure its not going to sleep or anything after so many minutes of inactivity.
    RAM and CPU bottoms out. But that may be because the resource monitor stops working when it freezes. I've turned off all hibernate / power save aids. It definitely doesn't seem to be that because it'll freeze.. I'll move the mouse.. and freeze again 1 minute later. Then it won't freeze at all for maybe 30 minutes and start acting up again.

  4. #4
    Join Date
    Aug 2009
    Location
    Charleston, SC (USA)
    Beans
    1,779

    Re: Ubuntu 12.04 Freezes Until Mouse Move Or Keyboard Interaction.

    Lets try a different Media manager. Try installing Guayadeque (weird name, I know)

    You can install it via Software center

    I'm trying to think of any other players that might be a bit lighter but easy to use...

    EDIT: Take a look at Audacious. One of them is bound to suit your taste and work well
    Last edited by Kirboosy; September 16th, 2013 at 05:26 PM. Reason: Added Audacious
    "When our actions do not, our fears do make us traitors." -- Shakespeare
    "Unless someone like you cares a whole awful lot, nothing is going to get better. It's not!" -- Dr. Seuss


  5. #5
    Join Date
    Aug 2009
    Location
    Charleston, SC (USA)
    Beans
    1,779

    Re: Ubuntu 12.04 Freezes Until Mouse Move Or Keyboard Interaction.

    I just thought of another suggestion that might help. Since you are using a netbook you might want to try a lighter version of Ubuntu (Xubuntu or Lubuntu) I know reinstalling can be a pain in the butt, however since you have weaker hardware the lighter versions of Ubuntu will run better.

    The only other way to get lighter than Xubuntu or Lubuntu would be manually setup your machine with a super light window manager. You could also switch to a featherlight version of linux with an empasis on resource friendly computing.
    "When our actions do not, our fears do make us traitors." -- Shakespeare
    "Unless someone like you cares a whole awful lot, nothing is going to get better. It's not!" -- Dr. Seuss


  6. #6
    Join Date
    Jul 2013
    Beans
    33

    Re: Ubuntu 12.04 Freezes Until Mouse Move Or Keyboard Interaction.

    I have the exact same issue, same computer model, but I've upgraded my RAM to 2gb and HDD to a 320gb unit. I posted about it last week.

    http://ubuntuforums.org/showthread.php?t=2173738

    I can add that it happens when playing single songs or videos in VLC as well, and watching videos in Youtube. Pretty much anything that activates the sound card. In my thread, I mentioned that I left it "skipping" for several hours, and VLC threw an error, but its advice was useless, as my machine did not have an alternate sample rate.

    ---------------
    Potential PulseAudio version problem:
    PulseAudio is streaming with an excessive latency. Sound may be lost or quality degraded.
    to address that issue, upgrade the PulseAudio daemon to version 3.0, or disable the alternate sampling rate in its configuration.
    ---------------

  7. #7
    Join Date
    Jul 2013
    Beans
    33

    Re: Ubuntu 12.04 Freezes Until Mouse Move Or Keyboard Interaction.

    Probable Solution found. 2 hours without a skip yet.

    Searching for others with the NB204, I came across a post from 2010 referring to 10.10, applied the recommended change, and so far it's good to go!

    >sudo gedit /etc/default/grub

    Find the line:
    GRUB_CMDLINE_LINUX_DEFAULT="quiet splash"

    Change it to:
    GRUB_CMDLINE_LINUX_DEFAULT="quiet splash nolapic_timer clocksource=jiffies"

    Save file, exit gEdit.
    then:
    >sudo update-grub
    >sudo reboot



    From: http://ubuntuforums.org/showthread.p...ighlight=NB205

    try adding "clocksource=jiffies nolapic_timers" to the kernel command line
    parameter.

    sudo pico /etc/default/grub

    change

    GRUB_CMDLINE_LINUX_DEFAULT="quiet splash"

    to

    GRUB_CMDLINE_LINUX_DEFAULT="quiet splash nolapci_timer clocksource=jiffies"

    save changes

    sudo update-grub

    reboot


    sfranzyshen
    Last edited by zombienerd1; October 16th, 2013 at 02:45 PM.

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
  •