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

Thread: Constant speaker clicking in ubuntu

  1. #11
    Join Date
    Apr 2009
    Beans
    865

    Re: Constant speaker clicking in ubuntu

    Quote Originally Posted by AlanR8 View Post
    Some more info.....

    This only happens when Google Chrome (NOT Chromium) is open. To refine things a bit more, if I have the Google search page open, no problems. Have gmail open....click....click. Facebook, click click.

    Firefox, no issues at all
    Although I said the previous workaround solved the issue, the clicking has returned on a fresh install and the workaround didn't solve it.

    After reading your post I have been messing around and it does indeed happen when Chrome is running (and on my comp, Chrome is always running).
    Might have to switch to Chromium.

  2. #12
    Join Date
    Apr 2007
    Location
    Saddleworth (UK)
    Beans
    786
    Distro
    Ubuntu

    Re: Constant speaker clicking in ubuntu

    This is beginning to annoy me a LOT!

    I'm now on a fully updated install of Ubuntu 12.10 fully updated and it STILL happens.

    Kill Chrome and fire up Firefox and all is well.

    Has anyone got any ideas?
    Alan

    Saddleworth, Manchester (UK).

  3. #13
    Join Date
    Apr 2009
    Beans
    865

    Re: Constant speaker clicking in ubuntu

    Quote Originally Posted by AlanR8 View Post
    Some more info.....

    This only happens when Google Chrome (NOT Chromium) is open. To refine things a bit more, if I have the Google search page open, no problems. Have gmail open....click....click. Facebook, click click.

    Firefox, no issues at all
    Have you tried this?:
    Code:
    /usr/lib/pm-utils/power.d/intel-audio-powersave
    
    I changed the line
    
    INTEL_AUDIO_POWERSAVE=${INTEL_AUDIO_POWERSAVE:-true}
    to
    INTEL_AUDIO_POWERSAVE=false
    I said previously this worked for me but then wasn't working when chrome was running.
    As it turns out, I did have a personal powersaving script running.
    After disabling that, the above workaround stops all the clicking, even in chrome.

    Incidentally, this appears to be something specific to ubuntu since in my fedora install, I haven't modified anything and there is no clicking at all.

  4. #14
    Join Date
    Apr 2007
    Location
    Saddleworth (UK)
    Beans
    786
    Distro
    Ubuntu

    Re: Constant speaker clicking in ubuntu

    X-Shaney-X

    You are a star! Thanks for that it seems to have cured my clicking for now.

    Many thanks
    Alan

    Saddleworth, Manchester (UK).

  5. #15
    Join Date
    Apr 2007
    Location
    Saddleworth (UK)
    Beans
    786
    Distro
    Ubuntu

    Re: Constant speaker clicking in ubuntu

    Woops....spoke to soon.

    Clickity click click
    Alan

    Saddleworth, Manchester (UK).

  6. #16
    Join Date
    Apr 2007
    Location
    Saddleworth (UK)
    Beans
    786
    Distro
    Ubuntu

    Re: Constant speaker clicking in ubuntu

    So...since my last post I've swapped to Firefox and that solves/hides the problem. Still clickty click if I use chrome.
    Alan

    Saddleworth, Manchester (UK).

  7. #17
    Join Date
    Apr 2007
    Location
    Saddleworth (UK)
    Beans
    786
    Distro
    Ubuntu

    Re: Constant speaker clicking in ubuntu

    I think protocol suggests sufficient time has been given to suggest BUMP BUMP!!!!!!!
    Alan

    Saddleworth, Manchester (UK).

  8. #18
    Join Date
    Feb 2011
    Beans
    36
    Distro
    Ubuntu 12.04 Precise Pangolin

    Lightbulb Re: Constant speaker clicking in ubuntu

    I'm going to assume you did edit the file /usr/lib/pm-utils/power.d/intel-audio-powersave file's line INTEL_AUDIO_POWERSAVE=${INTEL_AUDIO_POWERSAVE:-true} to INTEL_AUDIO_POWERSAVE=false, as was suggested by one user on this thread, and as I did when I was having this issue.

    I myself am not still receiving the clicking whilst using Google Chrome, so I'm going to suggest that it is most likely down to your installation of Chrome, or one of the plugins that Chrome is using.

    You can reinstall Chrome with the following command at a terminal:
    Code:
    sudo apt-get purge google-chrome-stable -y && sudo apt-get install google-chrome-stable -y
    I would suggest trying this purely because it might be causing the issue. Also, if you could provide a screenshot of the page chrome://plugins within Chrome, as it could be one of Chrome's plugins that's causing the issue.

  9. #19
    Join Date
    Apr 2007
    Location
    Saddleworth (UK)
    Beans
    786
    Distro
    Ubuntu

    Re: Constant speaker clicking in ubuntu

    Thanks fot that, will give it a try over the weekend.
    Alan

    Saddleworth, Manchester (UK).

  10. #20
    Join Date
    Apr 2007
    Location
    Saddleworth (UK)
    Beans
    786
    Distro
    Ubuntu

    Re: Constant speaker clicking in ubuntu

    Version 23.0.1271.64 of Chrome seems to have solved my clicking issues!

    I'll test for a few days before marking the thread as closed.
    Alan

    Saddleworth, Manchester (UK).

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
  •