Page 1 of 2 12 LastLast
Results 1 to 10 of 13

Thread: sound volume adjusts itself

  1. #1
    Join Date
    Sep 2010
    Beans
    11
    Distro
    Ubuntu 10.10 Maverick Meerkat

    sound volume adjusts itself

    Hi,

    Since a few days my audio volume adjusts itself while listening music (rythmbox) or watching a movie (vlc). Anyone else have these problems? It's really really annoying.

    My system:
    Ubuntu 10.04, 64 bit on intel i5
    sound card: VIA VT1828S (onboard Asus P7P55D-E mainboard)

    Thanks

  2. #2
    Join Date
    May 2008
    Location
    Ohio, USA
    Beans
    6,905
    Distro
    Ubuntu Gnome 15.04 Vivid Vervet

    Re: sound volume adjusts itself

    Try resetting your pulseaudio configuration.
    Using a Terminal="Applications->Accessories->Terminal"
    Code:
    rm -r ~/.pulse ~/.asound* ~/.pulse-cookie 
    sudo rm /etc/asound.conf
    Logout/in.

    Any updates just prior to this happening?

  3. #3
    Join Date
    Sep 2010
    Beans
    11
    Distro
    Ubuntu 10.10 Maverick Meerkat

    Re: sound volume adjusts itself

    I think the system has updated to the latest version:
    Ubuntu 10.04.1 LTS
    Kernel 2.6.32-27-generic

    As for the code: 2x "No such file or directory"
    I did install ALSA Mixer, that might be the reason your code isn't working?
    Last edited by bmwheaven; January 4th, 2011 at 06:27 PM.

  4. #4
    Join Date
    May 2008
    Location
    Ohio, USA
    Beans
    6,905
    Distro
    Ubuntu Gnome 15.04 Vivid Vervet

    Re: sound volume adjusts itself

    So no help then?

  5. #5
    Join Date
    Sep 2010
    Beans
    11
    Distro
    Ubuntu 10.10 Maverick Meerkat

    Re: sound volume adjusts itself

    No help? I could use some, sound is still going up and down in volume (right now even on internetradio)

  6. #6
    Join Date
    Oct 2010
    Beans
    56
    Distro
    Ubuntu Studio 10.10 Maverick Meerkat

    Thumbs down Re: sound volume adjusts itself

    Quote Originally Posted by bmwheaven View Post
    I think the system has updated to the latest version:
    Ubuntu 10.04.1 LTS
    Kernel 2.6.32-27-generic

    As for the code: 2x "No such file or directory"
    I did install ALSA Mixer, that might be the reason your code isn't working?
    Try upgrading to 10.10.

    solved all my problems from 10.04

  7. #7
    Join Date
    May 2008
    Location
    Ohio, USA
    Beans
    6,905
    Distro
    Ubuntu Gnome 15.04 Vivid Vervet

    Re: sound volume adjusts itself

    Quik way to get newest alsa modules.
    Using a Terminal="Applications->Accessories->Terminal"
    Add the ubuntu-audio-dev ppa:
    Code:
    sudo add-apt-repository ppa:ubuntu-audio-dev/ppa
    sudo apt-get update
    Now install:
    Code:
    sudo apt-get install linux-alsa-driver-modules-$(uname -r)
    Reboot
    Check your levels in alsamixer.
    Code:
     alsamixer
    Press <F6> to select the correct soundcard.
    Press <F3> to show playback levels. <F4> selects capture levels [or use <Tab>]
    Use the left/right arrow keys to select and up/down arrow keys to change levels. <M> to mute/unmute.
    Go to "System ->Preferences ->Sound" and make sure the correct soundcard is default and adjust your profile on the hardware tab.
    On the output tab choose the correct device.

  8. #8
    Join Date
    Sep 2010
    Beans
    11
    Distro
    Ubuntu 10.10 Maverick Meerkat

    Re: sound volume adjusts itself

    Ok, updated to 10.10 and installed latest version of alsamixer (0.9.7)

    So far: still the same problem.
    In alsamixer F6, F3, F4, etc don't work...

    Is there any other way to setup alsamixer correctly?

  9. #9
    Join Date
    May 2008
    Location
    Ohio, USA
    Beans
    6,905
    Distro
    Ubuntu Gnome 15.04 Vivid Vervet

    Re: sound volume adjusts itself

    Next let's try this.
    Using a Terminal="Applications->Accessories->Terminal"
    Open this file for editing:
    Code:
     gksudo gedit /etc/modprobe.d/alsa-base.conf
    Insert this line at the bottom:
    Code:
     options snd-hda-intel model=6stack-digout
    Save. Close. Reboot.
    Check your levels in alsamixer.
    If you can't figure out alsamixer try gnome-alsamixer.
    Using Alt+F2 run dialog
    Code:
     gnome-alsamixer
    Use 'Edit -> Sound Card Properties' menu to enable elements.
    Soundcard tab to select / adjust levels.
    To install:
    Code:
    sudo apt-get install gnome-alsamixer
    If that doesn't help use the alsa-info-script to provide detailed information.
    Run this command in a terminal:
    Code:
    wget http://www.alsa-project.org/alsa-info.sh -O alsa-info.sh && bash alsa-info.sh
    Choose the upload option and provide a link for the output.

  10. #10
    Join Date
    Sep 2010
    Beans
    11
    Distro
    Ubuntu 10.10 Maverick Meerkat

    Re: sound volume adjusts itself

    Here is the link:

    http://www.alsa-project.org/db/?f=9f...3de46b028cc1d4


    Thanks for your help!

Page 1 of 2 12 LastLast

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
  •