Page 3 of 4 FirstFirst 1234 LastLast
Results 21 to 30 of 34

Thread: HDMI Sound Dead

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

    Re: HDMI Sound Dead

    OK. Let's try to get back to defaults. Do this for me please.
    Code:
    sudo apt-get update
    sudo apt-get upgrade
    sudo update-grub
    Code:
    rm -r ~/.pulse ~/.asound* 
    sudo rm /etc/asound.conf
    Reboot into latest kernel and re-install alsa:
    Code:
    sudo apt-get purge linux-sound-base alsa-base alsa-utils
    Code:
    sudo apt-get install linux-sound-base alsa-base alsa-utils gdm ubuntu-desktop
    *gdm and ubuntu-desktop usually get taken out in the process, so we add them back*
    Reboot.

    With new config run the alsa-info script. Right-click the alsa-info script link in my sig and "save as" to your user folder. Then run this command in a terminal:
    Code:
    sudo bash utils_alsa-info.sh
    Enter your user password when prompted. Provide a link for the output or post it here using code tags.

  2. #22
    Join Date
    Jun 2010
    Location
    San Diego
    Beans
    83
    Distro
    Ubuntu 13.10 Saucy Salamander

    Re: HDMI Sound Dead

    the good news first: Analog sound is back! Including flash in Firefox.

    The strange news: Despite update, upgrade, my latest kernel is -22 (but it is working and not crashing) I guess this is actually more good news.

    the bad news: Intel HDMI sound card devices are not recognized (aplay -l).

    Code:
    jadcock@HTPC:~$ sudo bash utils_alsa-info.sh
    ALSA Information Script v 0.4.59
    --------------------------------
    
    This script visits the following commands/files to collect diagnostic
    information about your ALSA installation and sound related hardware.
    
      dmesg
      lspci
      lsmod
      aplay
      amixer
      alsactl
      /proc/asound/
      /sys/class/sound/
      ~/.asoundrc (etc.)
    
    See 'utils_alsa-info.sh --help' for command line options.
    
    Automatically upload ALSA information to www.alsa-project.org? [y/N] : y
    Uploading information to www.alsa-project.org ...  Done!
    
    Your ALSA information is located at http://www.alsa-project.org/db/?f=fd53d412bbc4dade17dfc092537a25e161dbb60a
    
    Please inform the person helping you.
    
    jadcock@HTPC:~$
    Thanks, Lidex.

    Hope to hear from you soon

    JA

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

    Re: HDMI Sound Dead

    This line from alsa-info:
    Code:
    [   14.385395] hda_codec: ALC888: BIOS auto-probing.
    tells us we need to add a model name to alsa-base.conf

    These I would like to see at 1.0.23 for all:
    Code:
    !ALSA Version
    !!------------
    Driver version:     1.0.23
    Library version:    1.0.23
    Utilities version:  1.0.22
    That would require you to rerun the alsa-upgrade script, which probably should be done anyway since we reset you to defaults.

    In the modules section, I do not see the hdmi module loaded. It must have been loading previously as the hdmi devices were recognized earlier.

    Try this:
    Code:
    sudo modprobe snd-hda-codec-intelhdmi
    Now this:
    Code:
    aplay -l
    Last edited by lidex; July 25th, 2010 at 03:42 AM.

  4. #24
    Join Date
    Jun 2010
    Location
    San Diego
    Beans
    83
    Distro
    Ubuntu 13.10 Saucy Salamander

    Re: HDMI Sound Dead

    Good Morning Lidex,

    I'm unsure as to what model name to add to alsa-base.conf

    Other than that, I re-ran the AlsaUpgrade script, and the

    Code:
    sudo modprobe snd-hda-codec-intelhdmi
    command.

    aplay -l is unchanged, that is to say the hdmi devices are still not loaded/recognized.

    Comments or suggestions are always appreciated!

    JA

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

    Re: HDMI Sound Dead

    Did you recently change/update your video driver?

  6. #26
    Join Date
    Jun 2010
    Location
    San Diego
    Beans
    83
    Distro
    Ubuntu 13.10 Saucy Salamander

    Re: HDMI Sound Dead

    Bingo!

    Code:
    jadcock@HTPC:~$ aplay -l
    **** List of PLAYBACK Hardware Devices ****
    card 0: Intel [HDA Intel], device 0: ALC888 Analog [ALC888 Analog]
      Subdevices: 1/1
      Subdevice #0: subdevice #0
    card 0: Intel [HDA Intel], device 1: ALC888 Digital [ALC888 Digital]
      Subdevices: 1/1
      Subdevice #0: subdevice #0
    card 0: Intel [HDA Intel], device 3: INTEL HDMI 0 [INTEL HDMI 0]
      Subdevices: 1/1
      Subdevice #0: subdevice #0
    card 0: Intel [HDA Intel], device 7: INTEL HDMI 1 [INTEL HDMI 1]
      Subdevices: 1/1
      Subdevice #0: subdevice #0
    jadcock@HTPC:~$
    The "BIOS auto-probing" message prompted me too reset my bios to it's default values, come to think of it i had to set the bios date and time after the crash that prompted this thread ... (i was prompted to do so). so somehow the bios was disrupted.

    anyway, all is well except audio in flash, which i suppose is because we wiped out the asound.conf file earlier in this thread. I will re-create and post.

    Thanks so much for your patience and help, Lidex!

    JA

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

    Re: HDMI Sound Dead

    What kind of crash could you have that would affect the bios? Tell me you were using windows.

  8. #28
    Join Date
    Jun 2010
    Location
    San Diego
    Beans
    83
    Distro
    Ubuntu 13.10 Saucy Salamander

    Re: HDMI Sound Dead

    Nope, notihing on this machine except Ubuntu 10.04 ...

    but i may have a hardware problem of some sort. if so, it is very intermittent. the old story, "if it ain't broke, i can't fix it" applies in this case. nothing to do but keep going.

    JA

  9. #29
    Join Date
    Jun 2010
    Location
    San Diego
    Beans
    83
    Distro
    Ubuntu 13.10 Saucy Salamander

    Re: HDMI Sound Dead

    OK, i re-created the etc/asound.conf file and rebooted, EVERYTHING works.

    Thanks Lidex, hopefully I'll be able to leave you to your other devices (at least for a while).

    JA

    Footnote: this is a completely new system, Ubuntu 10.04 is the only OS ever installed on this hard drive. Absolutely no quirky behavior prior to this thread. And seemingly stable now.

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

    Re: HDMI Sound Dead

    You must have disabled hdmi in the bios. That would explain why it wasn't recognized. All is good now though. Just remember next time you have a problem to report everything that happened or was changed prior to the issue no matter how unrelated it may seem. Good Luck

Page 3 of 4 FirstFirst 1234 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
  •