Results 1 to 10 of 10

Thread: Sound Hardware not detected

  1. #1
    Join Date
    Jul 2011
    Beans
    5

    Sound Hardware not detected

    Noob here. My sound was working perfectly until yesterday. I think the updates from updates manager screwed it up. I have a dell XPS 15 running Ubuntu 11.04
    And my problem is that in the sound properties it only shows the hardware for HDMI out, which means that my headphones jack/ speaker and even the internal mic don't work
    I don't remember what the other hardware was.
    I tried some fixes that I saw around like inserting an option line in the /etc/modprobe.d/alsa-base.conf and reloading alsa but that didn't help


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

    Re: Sound Hardware not detected

    You have the hdmi digital stereo output as your profile, try selecting analog stereo duplex. If no options other than hdmi appear in profiles post the terminal output of this command:
    Code:
    aplay -l

  3. #3
    Join Date
    Jul 2011
    Beans
    5

    Re: Sound Hardware not detected

    so i just rebooted my computer since I posted and now the HDMI out is missing too so now the aplay -l output is blank
    Code:
    aplay -l
    **** List of PLAYBACK Hardware Devices ****

  4. #4
    Join Date
    Jul 2011
    Beans
    5

    Re: Sound Hardware not detected

    also here's the output for lspci
    Code:
    lspci | grep Audio
    00:1b.0 Audio device: Intel Corporation 6 Series Chipset Family High Definition Audio Controller (rev 05)

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

    Re: Sound Hardware not detected

    Something's borked. Run this command in a terminal:
    Code:
    wget http://www.alsa-project.org/alsa-info.sh -O alsa-info.sh && bash alsa-info.sh
    Choose the upload option and provide a link for the output.
    [Terminal="Applications->Accessories->Terminal"]

  6. #6
    Join Date
    Jul 2011
    Beans
    5

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

    Re: Sound Hardware not detected

    Before we go any further, edit alsa-base.conf to remove the model switch you added, reboot and run the script again.

    Code:
    gksudo gedit /etc/modprobe.d/alsa-base.conf
    Remove this line:
    Code:
    options snd-hda-intel model=generic

  8. #8
    Join Date
    Jul 2011
    Beans
    5

    Re: Sound Hardware not detected

    Hey so I decided to boot in the windows to see if it was working there. But it wasn't so I think it might be a bigger hardware issue than just ubuntu. Thanks for your help. I'll mark this as solved as of now and try to figure it out with dell. Thanks again!

  9. #9
    Join Date
    Jul 2007
    Beans
    29

    Re: Sound Hardware not detected

    i have same problem ,,my sound was working but it stop suddenly
    http://www.alsa-project.org/db/?f=b7...39bb0d333f3faf
    hope to find the solution here
    Last edited by omlx2; September 5th, 2011 at 02:15 PM.

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

    Re: Sound Hardware not detected

    Quote Originally Posted by omlx2 View Post
    i have same problem ,,my sound was working but it stop suddenly
    http://www.alsa-project.org/db/?f=b7...39bb0d333f3faf
    hope to find the solution here
    Remove the edit to alsa-base.conf, specifically the line beginning with "options snd-hda-intel". Next follow the link in my sig to upgrade alsa.

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
  •