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

Thread: Sound Problem

  1. #1
    Join Date
    Feb 2011
    Location
    Islamabad, Pakistan
    Beans
    142

    Sound Problem

    Hi there guys iam new to ubuntu.. i just love this o.s. i left windows. but i have this sound issue that i cant figure out how to solve it, making me really disappointed in ubuntu.. after about 1 hour or so sound stops working and when i restart the system the sound comes back on. cant figure out whats wrong. this sound problem making me mad. can somebody tell me whats the solution of this problem..

    thanks in advance guys..
    Last edited by amir786_z; March 1st, 2011 at 04:52 PM.

  2. #2
    Join Date
    Feb 2011
    Location
    Islamabad, Pakistan
    Beans
    142

    Unhappy Re: Sound Problem

    hey guys, its been a while could someone help me out please, with the sound issue?
    Thanks

  3. #3
    Join Date
    Feb 2011
    Location
    Islamabad, Pakistan
    Beans
    142

    Re: Sound Problem

    i think nobody cares to help me .. still stuck on the same problem..

  4. #4
    Join Date
    Feb 2011
    Location
    Islamabad, Pakistan
    Beans
    142

    Re: Sound Problem

    and my sound card is

    Audio device: Intel Corporation 82801I (ICH9 Family) HD Audio Controller (rev 03)
    Subsystem: Hewlett-Packard Company Device 3603
    Flags: bus master, fast devsel, latency 0, IRQ 49
    Memory at df300000 (64-bit, non-prefetchable) [size=16K]
    Capabilities: <access denied>
    Kernel driver in use: HDA Intel
    Kernel modules: snd-hda-intel

    can somebody help me now please..

  5. #5
    Join Date
    Feb 2011
    Location
    Islamabad, Pakistan
    Beans
    142

    Angry Re: Sound Problem

    so many views but no one suggested any solution ..

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

    Re: Sound Problem

    Try resetting your pulse configuration.
    Using a Terminal="Applications->Accessories->Terminal"
    Code:
    rm -r ~/.pulse ~/.asound* ~/.pulse-cookie 
    sudo rm /etc/asound.conf
    Logout/in.
    No joy? 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.
    [Terminal="Applications->Accessories->Terminal"]

  7. #7
    Join Date
    Feb 2011
    Location
    Islamabad, Pakistan
    Beans
    142

    Smile Re: Sound Problem

    thanks man ... i will check when the sound stops this time....

  8. #8
    Join Date
    Feb 2011
    Location
    Islamabad, Pakistan
    Beans
    142

    Talking Re: Sound Problem

    i think sound issue is resolved somehow maybe by an update.. now it does not stop. iam so happy

  9. #9
    Join Date
    Feb 2011
    Location
    Islamabad, Pakistan
    Beans
    142

    Unhappy Re: Sound Problem

    Damn sound stops again .. i tried this following commands

    Quote Originally Posted by lidex View Post
    Try resetting your pulse configuration.
    Using a Terminal="Applications->Accessories->Terminal"
    Code:
    rm -r ~/.pulse ~/.asound* ~/.pulse-cookie 
    sudo rm /etc/asound.conf
    Logout/in.

    the result is this:-
    rm: cannot remove `/home/amir/.asound*': No such file or directory
    amir@amir-HP-Pavilion-dv5-Notebook-PC:~$ sudo rm /etc/asound.conf

    Now for this following set of code

    No joy? 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.
    [Terminal="Applications->Accessories->Terminal"]
    i uploaded all the info..and in the end this link appeared
    http://www.alsa-project.org/db/?f=ac...f50a63e6581af3

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

    Re: Sound Problem

    Let's see what pulse is up to:
    Code:
    pkill pulseaudio; sleep 2; pulseaudio -vv
    Next time it cuts out, run this and post results:
    Code:
    sudo fuser -v /dev/dsp* /dev/snd/* /dev/seq*
    In the interim - as a workaround - try this to get your sound back:
    Code:
    sudo alsa force-reload
    BTW, do all of your audio devices work?

Page 1 of 2 12 LastLast

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
  •