Page 1 of 7 123 ... LastLast
Results 1 to 10 of 61

Thread: Dummy output - No Sound Card Detected / snd-hda-intel - (Karmic)

  1. #1
    Join Date
    Nov 2009
    Location
    Belgium
    Beans
    2
    Distro
    Ubuntu 10.04 Lucid Lynx

    Dummy output - No Sound Card Detected / snd-hda-intel - (Karmic)

    After so many many attempts to solve my audio problems when upgrading to Karmic, I finally found a working solution !

    First, let me decribe what the problem was:
    1) no audio card was detected at all
    => cat /proc/asound/cards returned an empty content
    => cat /proc/asound/devices did not include any audio devices
    => 'Hardware' tab in sound preferences was empty
    2) the audio tray indicated a "dummy output"


    SOLUTION
    ========

    For those who do not have a fresh Karmic install (in other words those who have upgraded their Jaunty install), you should update your Grub BEFORE applying the 2 steps described hereunder:

    sudo update-grub



    Step1: make the sound card being recognized

    => Purge alsa-base and pulseaudio, eg:

    sudo apt-get remove --purge alsa-base
    sudo apt-get remove --purge pulseaudio
    sudo apt-get install alsa-base
    sudo apt-get install pulseaudio
    sudo alsa force-reload


    Now, reboot, you shoud now SEE (but maybe not yet hear) your soundcard.
    Give a try to:
    cat /proc/asound/cards
    and see if any card is listed...


    Step2 : If the sound is crapy, you MAY have to edit the alsa config file:

    sudo gedit /etc/modprobe.d/alsa-base.conf

    a) comment (#) the following line:
    # options snd-hda-intel power_save=10 power_save_controller=N

    b) Add a new line
    options snd-hda-intel probe_mask=1 model=hp

    Replace "hp" with appropriate computer model. See here

    Good luck !

    Bernard.
    Last edited by TacheDeChoco; December 26th, 2010 at 09:59 AM.

  2. #2
    Join Date
    Nov 2009
    Beans
    2
    Distro
    Ubuntu Studio 10.04 Lucid Lynx

    Exclamation Re: Dummy output - No Sound Card Detected / snd-hda-intel - (Karmic)

    Thank you for your clear explaination.
    I followed the above instructions step by step,
    but it didn't solve my "dummy output" problem directly.

    But then I figured out that my kernel was incorrect.
    So if anyone still keeps having this problem, look if you've got the right kernel.
    (there's another topic where this is clearly explained)
    Last edited by StudioCascade; November 8th, 2009 at 12:03 AM. Reason: Solved my problem with help of another topic

  3. #3
    Join Date
    Mar 2006
    Beans
    112

    Re: Dummy output - No Sound Card Detected / snd-hda-intel - (Karmic)

    I followed all your steps and my card shows up when running cat /proc/asound/cards, but I still had a dummy output in the gnome sound preferences. But after editing /etc/modprobe.d/alsa-base.conf and adding options snd-hda-intel probe_mask=1 model=asus-v1s it finally worked!!! Thanks so much!
    Last edited by sgleo87; November 9th, 2009 at 03:35 PM.

  4. #4
    Join Date
    Oct 2009
    Beans
    5

    Re: Dummy output - No Sound Card Detected / snd-hda-intel - (Karmic)

    Can any of you guys help me? Im new to linux and I still have no sound on Jaunty. I love the OS but if I cant get no sound im off back to Windows. Ive left loads of messages for help on here but so far not one reply.

    Could someone spare some time to talk me through what to check etc?

    Many thanks

  5. #5
    Join Date
    May 2009
    Beans
    18

    Re: Dummy output - No Sound Card Detected / snd-hda-intel - (Karmic)

    I tried following this guide but it didn't work for me.

    I found this guide, upgrade-alsa and noticed that it failed when I tried to do

    sudo apt-get -y install linux-headers-`uname -r` libncursesw5-dev

    while it was trying to look for the drivers for version 16 of the kernel.

    Rebooted back to version 14, and the sound worked!

    Is there any way I can get that linux-header installed for version 16?

  6. #6
    Join Date
    Apr 2008
    Beans
    4

    Talking Re: Dummy output - No Sound Card Detected / snd-hda-intel - (Karmic)

    Hey Bernard!

    You are a life saver! I followed your instructions and it worked!

    I am using a HP pavillion DV6500, by the way.

    - Chayon

  7. #7
    Join Date
    May 2008
    Beans
    2

    Re: Dummy output - No Sound Card Detected / snd-hda-intel - (Karmic)

    I have an Intel sound card and was having trouble getting the sound to work. My card had been detected, but I was still having problems. Removing and reinstalling alsa and pulseaudio worked for me. So if your having trouble, even if your card is detected, the above instructions could still help.

  8. #8
    Join Date
    Nov 2009
    Beans
    3

    Re: Dummy output - No Sound Card Detected / snd-hda-intel - (Karmic)

    Quote Originally Posted by sgleo87 View Post
    I followed all your steps and my card shows up when running cat /proc/asound/cards, but I still had a dummy output in the gnome sound preferences. But after editing /etc/modprobe.d/alsa-base.conf and adding options snd-hda-intel probe_mask=1 model=asus-v1s it finally worked!!! Thanks so much!
    The exact same happened here, the card showed up but was still dummy output, editing /etc/modprobe.d/alsa-base.conf did the trick for me.

  9. #9
    Join Date
    Dec 2008
    Location
    In a country
    Beans
    29
    Distro
    Ubuntu 9.04 Jaunty Jackalope

    Re: Dummy output - No Sound Card Detected / snd-hda-intel - (Karmic)

    I've tried everything on this thread and still no luck getting this to make sound... someone please help.

  10. #10
    Join Date
    Nov 2009
    Beans
    4
    Distro
    Ubuntu 10.04 Lucid Lynx

    Talking Re: Dummy output - No Sound Card Detected / snd-hda-intel - (Karmic)

    Thanks for the perfect hint. I followed all your steps even though my sound card was identified from the very first. Nevertheless, I didn't hear anything and only a dummy output showed up in pulseaudio.

    My configuration: Acer Travelmate 8100, Soundcard: HDA Intel, Chip: Realtek ALC880.
    using options snd-hda-intel probe_mask=1 model=auto did the job.

    Many thanks!

Page 1 of 7 123 ... LastLast

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
  •