Results 1 to 6 of 6

Thread: Integrated sound card not detected

  1. #1
    Join Date
    Feb 2008
    Location
    TX
    Beans
    316
    Distro
    Hardy Heron (Ubuntu Development)

    Integrated sound card not detected

    I have a DFI RS482 mobo with integrated sound. I am making a car puter and only have a 2GB CF card, so I installed a server install of Ubuntu. Then I got xserver-xorg, mplayer, and fluxbox. I downloaded and installed the latest nvidia driver.

    Mplayer spit out tons of sound errors and that's when I realized the server install has no sound. So I installed the 'alsa', 'pulseaudio' and 'pavucontrol' packages. Now mplayer does not complain and acts like it is playing sound, but nothing happens sound-wise. Pavucontrol shows mplayer as playing sound and the volume as unmuted. However the PCM output is going to "dummy output" and the configuration tab says there are no cards to be configured. So I think my sound card is not being detected. I don't know what to do at this point. Can someone point me in the right direction?

    lspci shows "Multimedia audio controler: ATI Technologies inc. IXP SB400 AC'97 Audio Controller (rev 80)"

    alsamixer fails on "function snd_ctl_open failed for default: No such file or directory"

    lsmod | grep 97 returns a bunch of stuff, but I'm not sure what it is.

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

    Re: Integrated sound card not detected

    hardy or karmic?

    What is the output of this command:
    Code:
    sudo fuser -v /dev/dsp* /dev/snd/* /dev/seq*

  3. #3
    Join Date
    Feb 2008
    Location
    TX
    Beans
    316
    Distro
    Hardy Heron (Ubuntu Development)

    Re: Integrated sound card not detected

    Code:
    chaz@argus:~/Videos$ sudo fuser -v /dev/dsp* /dev/snd/* /dev/seq*
                         USER        PID ACCESS COMMAND
    /dev/snd/controlC0:  chaz       1494 F.... pulseaudio
    chaz@argus:~/Videos$

    I thought the problem was my server install, so I gave up and used a spare hard drive to install a FULL ubuntu install. My sound, STILL DOES NOT WORK. It pretends that it is working. Really it does. But nothing comes out. I'm so fed up with this. I ran through the entire Ubuntu sound troubleshooting doc this morning and did all the normal stuff, and it still doesn't work. It acts like it's working, but it's not. I triple checked my sound hardware by plugging my mp3 player in instead of the computer, and it plays fine from the mp3 jack, just not my computer's jack. And the thing is, my other computer, with a different motherboard, acts exactly like this a lot of the time, although the sound has randomly worked before on that system. But most of the time, volumes are all up, applications all act like they are playing, and nothing.

    Seriously, I have been using linux for like 2 years; I remember sound working....even with this hardware! What happened? I literally don't know what to do next except chuck the whole system in the trash. The whole point was to have it play video.

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

    Re: Integrated sound card not detected

    I'm going to assume you're on karmic:
    Code:
    sudo apt-get update
    sudo apt-get upgrade
    sudo update-grub
    Reboot.

  5. #5
    Join Date
    Feb 2008
    Location
    TX
    Beans
    316
    Distro
    Hardy Heron (Ubuntu Development)

    Re: Integrated sound card not detected

    Actually, my friend gave me an ancient Creative sound card that just worked after reboot. I have no idea why the onboard sound doesn't work, even though it worked with linux a couple years ago.

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

    Re: Integrated sound card not detected

    Don't look a gift horse in the mouth.

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
  •