Results 1 to 9 of 9

Thread: I'm having a sound issue.

  1. #1
    Join Date
    Aug 2014
    Beans
    6

    I'm having a sound issue.

    I have recently installed Ubuntu 14.04 alongside Windows XP on an old Dell Dimension 4600. I cannot get sound to play when in Ubuntu. I know it is not a hardware issue because Windows plays sound just fine. It is also not just a bug in my copy of Ubuntu because I have download and loaded another copy of Ubuntu from a USB. I have looked everywhere I know to look and have not found a solution. Thanks in advance.

  2. #2
    Join Date
    Aug 2009
    Beans
    47

    Re: I'm having a sound issue.

    In my experience it's usually happened to me when I install Ubuntu on systems that also have HDMI audio output and such (ATI Radeon cards for example have this). I've had to manually switch to the actual soundcard and not the audio included on the video card since Ubuntu has often defaulted to the HDMI audio output. Go into System Settings -> Sound. Under the Output tab what do you have listed?


    Rev.

  3. #3
    Join Date
    Aug 2014
    Beans
    6

    Re: I'm having a sound issue.

    It has two options:

    Analog Output/No Amplifier

    Built-in Audio

    and

    Analog Output/Amplifer
    Built-in Audio

  4. #4
    Join Date
    Aug 2009
    Beans
    47

    Re: I'm having a sound issue.

    If you try selecting the second one, the one that's not already selected, do you still not have any sound?

    Rev.

  5. #5
    Join Date
    Aug 2014
    Beans
    6

    Re: I'm having a sound issue.

    There is no sound for the second option.

  6. #6
    Join Date
    Jul 2014
    Beans
    48

    Re: I'm having a sound issue.

    Open a terminal> type alsamixer <press enter> > use your arrow keys to scroll through and make sure all your volumes are turned up.. just a thought..

  7. #7
    Join Date
    Aug 2014
    Beans
    6

    Re: I'm having a sound issue.

    Quote Originally Posted by Jesse_Campton View Post
    Open a terminal> type alsamixer <press enter> > use your arrow keys to scroll through and make sure all your volumes are turned up.. just a thought..
    That did nothing.

  8. #8
    Join Date
    Aug 2014
    Beans
    4

    Re: I'm having a sound issue.

    Try this in a terminal:
    Code:
    aplay /usr/share/sounds/alsa/Front_Center.wav
    If that fails try this (you'll be prompted for your password
    Code:
    sudo aplay /usr/share/sounds/alsa/Front_Center.wav
    This will install the proprietary sound drivers:
    Code:
    sudo apt-get install linux-restricted-modules-`uname -r` linux-generic
    I got this from:
    https://help.ubuntu.com/community/SoundTroubleshooting
    Last edited by FriedMicro; August 11th, 2014 at 04:55 AM.

  9. #9
    Join Date
    Aug 2014
    Beans
    6

    Re: I'm having a sound issue.

    Quote Originally Posted by FriedMicro View Post
    Try this in a terminal:
    Code:
    aplay /usr/share/sounds/alsa/Front_Center.wav
    No sound played.

    Quote Originally Posted by FriedMicro View Post
    If that fails try this (you'll be prompted for your password
    Code:
    sudo aplay /usr/share/sounds/alsa/Front_Center.wav
    No sound played.

    Quote Originally Posted by FriedMicro View Post
    This will install the proprietary sound drivers:
    Code:
    sudo apt-get install linux-restricted-modules-`uname -r` linux-generic

    I recieved this message:

    E: Unable to locate package linux-restricted-modules-3.13.0-32-generic
    E: Couldn't find any package by regex 'linux-restricted-modules-3.13.0-32-generic'

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
  •