Results 1 to 5 of 5

Thread: Ubuntu sees my sound card... yet I get no sound?

  1. #1
    Join Date
    Apr 2008
    Beans
    37

    Exclamation Ubuntu sees my sound card... yet I get no sound?

    Is anyone a wiz with fixing sound issues? Ubuntu sees my onboard sound card but I still get no sound. I've been going nuts for a few days trying to fix it.

    Note this pastebin containing a ton of info I captured: http://pastebin.com/CnvAfTDU ... any help would be appreciated... what steps should I take next to troubleshoot?

    (PS the motherboard is fairly new, it's an Asus M4A87TD EVO)

  2. #2
    Join Date
    Apr 2008
    Beans
    37

    Re: Ubuntu sees my sound card... yet I get no sound?

    I've solved this. To document what I've learned and save someone else a few headaches:

    If you install Ubuntu 10.04 (also I tried Fedora 14) on an Asus M4A87TD EVO motherboard the sound will come out of a different jack then it does in Windows. Also the sound will come out at one tenth the volume that you normally get in Windows. These two factors combined makes it very easy to think you're not getting any sound at all - I didn't figure it out for a few days.

    So... currently on an Asus M4A87TD EVO you can get 2 channel sound that is very weak... that will suffice for me as Win7 is my main o/s on this machine, but a warning to others thinking of buying this m/b for linux primarily: you will be crippled for any kind of serious htpc / media player / gaming type of usage. Not recommended.

  3. #3
    Join Date
    Apr 2009
    Location
    Aotearoha
    Beans
    2,692
    Distro
    Ubuntu 10.04 Lucid Lynx

    Re: Ubuntu sees my sound card... yet I get no sound?

    Your *buntu is a bit old now unless you have installed backports for kernel/alsa modules.
    Remember that 10.04 kernel & alsa modules are >2 years old..

    The audio volume is possibly a mixer control preset or a default hardware preset.
    Did you run the mixer GUI & check all outputs for mute & levels ?

    Some audio outputs can be line out or headphone out levels.

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

    Re: Ubuntu sees my sound card... yet I get no sound?

    Well, alsa is using the generic parser for your codec chip. Your best bet is to update to the
    latest version to get proper recognition. Probably the easiest approach is updating your 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.

  5. #5
    Join Date
    Feb 2011
    Beans
    1

    Re: Ubuntu sees my sound card... yet I get no sound?

    thanks lindex
    fixed no audio issue on a GA-D525TUD.
    i had to reboot after installing before mixer would load as i was getting an invalid argument error

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
  •