Results 1 to 7 of 7

Thread: [SOLVED] Sound suddenly not working

  1. #1
    Join Date
    Jun 2007
    Beans
    4

    [SOLVED] Sound suddenly not working

    I have been using Ubuntu for quite some time now and, barring a few hiccups here and there, sound has generally been working fine.

    A few hours ago I turned on my laptop and there was no sound. I am pretty certain I have not mucked around with the sound settings the last time I was on the computer, nor have I applied any updates in the last session. I have tried checking the connections, playing around with alsamixer, rebooting, using different media players, etc. to no avail.

    I am on a T61 with the standard Intel soundcard running Hardy.
    if it is any help, aplay -l gives:
    card 0: Intel [HDA Intel], device 0: AD198x Analog [AD198x Analog]
    Subdevices: 1/1
    Subdevice #0: subdevice #0
    card 0: Intel [HDA Intel], device 1: AD198x Digital [AD198x Digital]
    Subdevices: 1/1
    Subdevice #0: subdevice #0

    Is there anything else you need to see? I have absolutely no idea why there is suddenly no sound, and my usual Google-fu hasn't been able to find me the solution.

  2. #2
    Join Date
    Aug 2005
    Beans
    129

    Re: Sound suddenly not working

    What's the output on the following command?
    Code:
    asoundconf list

  3. #3
    Join Date
    Jun 2007
    Beans
    4

    Re: Sound suddenly not working

    ~$ asoundconf list
    Names of available sound cards:
    Intel

  4. #4
    Join Date
    Aug 2005
    Beans
    129

    Re: Sound suddenly not working

    Well that tells us that alsa is detecting your card. This will make sure it's using that card.

    Code:
    asoundconf set-default-card Intel
    See if that helps.

    You don't see anything muted under alsamixer? Try turning everything up to max? Press 'm' to unmute anything that looks muted? I'm out of suggestions otherwise. Reboot would have been my first suggestion but you said you tried that.

  5. #5
    Join Date
    Jun 2007
    Beans
    4

    Re: Sound suddenly not working

    Unmuting everything in alsamixer was one of the first things I did... everything is now unmuted.
    Also, I have also selectively muted/unmuted stuff in various ways just to make sure nothing that is supposed to be muted is intefering with the sound.

  6. #6
    Join Date
    Jun 2006
    Beans
    Hidden!

    Re: Sound suddenly not working

    Try
    'alsactl restore'

    That works for some situations where sound stops working for me.

    Can also try
    'iecset sound 1'

    As this has worked in some similar situations for me in the past.

  7. #7
    Join Date
    Jun 2007
    Beans
    4

    Re: Sound suddenly not working

    Quote Originally Posted by velk View Post
    Try
    'alsactl restore'

    That works for some situations where sound stops working for me.

    Can also try
    'iecset sound 1'

    As this has worked in some similar situations for me in the past.
    Nope. Still nothing. I'm going to try booting from a livecd now just to make sure the sound card is working.

    Edit: Ok, sound works in the LiveCD. Better still, the sound now works in the regular installation as well for some reason. So I guess the issue is solved even though I have no idea what just happened.
    Last edited by spitsaliva; July 4th, 2008 at 10:51 AM.

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
  •