Page 1 of 3 123 LastLast
Results 1 to 10 of 24

Thread: No sound

  1. #1
    Join Date
    Oct 2011
    Beans
    10

    Angry No sound

    Yesterday I had put last lts version of Ubuntu on my laptop and the sound did not work, only with headphones did it work. now I just booted lubuntu. No sound, not even with headphones.

    Can someone help me out?

  2. #2
    Join Date
    Feb 2010
    Beans
    105

    Re: No sound

    Go to sound preference to see if the hardware is in order.
    Last edited by tersogar; November 27th, 2011 at 08:34 PM.

  3. #3
    Join Date
    Oct 2011
    Beans
    10

    Re: No sound

    Quote Originally Posted by tersogar View Post
    Go to sound preference.
    In preferences, I can't find anything related too sound or audio.

    It's like the audio is not installed or something stupid.

  4. #4
    Join Date
    Feb 2010
    Beans
    105

    Re: No sound

    You can try removing and reinstalling ALSA and see if it automagically finds your cards from a clean state.


    (1) Remove the ALSA packages
    Code:

    sudo apt-get --purge remove linux-sound-base alsa-base alsa-utils

    (2) Reinstall the same packages
    Code:

    sudo apt-get install linux-sound-base alsa-base alsa-utils

    Packages gdm and ubuntu-desktop are also removed in this process if you are using Gnome. They need to be reinstalled:
    Code:

    sudo apt-get install gdm ubuntu-desktop

    (3) Reboot

    This work for me.

  5. #5
    Join Date
    Oct 2011
    Beans
    10

    Re: No sound

    Quote Originally Posted by tersogar View Post
    You can try removing and reinstalling ALSA and see if it automagically finds your cards from a clean state.


    (1) Remove the ALSA packages
    Code:

    sudo apt-get --purge remove linux-sound-base alsa-base alsa-utils

    (2) Reinstall the same packages
    Code:

    sudo apt-get install linux-sound-base alsa-base alsa-utils

    Packages gdm and ubuntu-desktop are also removed in this process if you are using Gnome. They need to be reinstalled:
    Code:

    sudo apt-get install gdm ubuntu-desktop

    (3) Reboot

    This work for me.
    This did not work for me

  6. #6
    Join Date
    Feb 2010
    Beans
    105

    Re: No sound

    Sorry to hear that. I´m sure that some other member would be able to help you.

  7. #7
    Join Date
    Oct 2011
    Beans
    10

    Re: No sound

    Quote Originally Posted by tersogar View Post
    Sorry to hear that. I´m sure that some other member would be able to help you.
    Yes, thank you very much for your help tough it did not work

    And yes I hope someone is able to help.

  8. #8
    Join Date
    Feb 2007
    Beans
    35

    Re: No sound

    I'm having a similar issue after an update last week.

    It appears to be a pulse audio issue based on running the following from the terminal:

    Code:
    tail /var/log/syslog
    Code:
    kernel: [  138.172355] pulseaudio[3058]: segfault at 1b86 ip 0000000000001b86 sp 00007fffbac590d8 error 14 in pulseaudio[400000+13000]

  9. #9
    Join Date
    Oct 2011
    Beans
    10

    Re: No sound

    Quote Originally Posted by Chav View Post
    I'm having a similar issue after an update last week.

    It appears to be a pulse audio issue based on running the following from the terminal:

    Code:
    tail /var/log/syslog
    Code:
    kernel: [  138.172355] pulseaudio[3058]: segfault at 1b86 ip 0000000000001b86 sp 00007fffbac590d8 error 14 in pulseaudio[400000+13000]
    So how can I get my sound?

  10. #10
    Join Date
    Nov 2009
    Beans
    113
    Distro
    Ubuntu 12.04 Precise Pangolin

    Re: No sound

    Ditto with the sound problem. It appears it detects my devices, and I hear pops and clicks occasionally, but otherwise nothing. Reinstalling alsa didn't help, and I'm really close to ditching Ubuntu.

Page 1 of 3 123 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
  •