Can not get sound over hdmi in kubuntu 9.10

Posted by user32509 on Super User See other posts from Super User or by user32509
Published on 2010-03-27T16:38:09Z Indexed on 2010/03/27 18:43 UTC
Read the original article Hit count: 195

Filed under:
|
|
|

I have used a hdmi cable to connect my lcd (which is connected with my speakers) with my nvida 275 gtx grafic card. I can not get the sound output to work. The hardware itself is working probably - I tested it under windows.

Currently I am running Kubuntu 9.10 64 with Nvidia 190.53. The sound output worked fine before I installed the hdmi connection.

(German output - i can change it, if you tell me how :))

aplay -l

**** Liste von PLAYBACK Geräten ****
Karte 0: Intel [HDA Intel], Gerät 0: ALC889A Analog [ALC889A Analog]
  Untergeordnete Geräte: 1/1
  Untergeordnetes Gerät '0: subdevice #0
Karte 0: Intel [HDA Intel], Gerät 1: ALC889A Digital [ALC889A Digital]
  Untergeordnete Geräte: 1/1
  Untergeordnetes Gerät '0: subdevice #0

aplay -L

front:CARD=Intel,DEV=0
    HDA Intel, ALC889A Analog
    Front speakers
surround40:CARD=Intel,DEV=0
    HDA Intel, ALC889A Analog
    4.0 Surround output to Front and Rear speakers
surround41:CARD=Intel,DEV=0
    HDA Intel, ALC889A Analog
    4.1 Surround output to Front, Rear and Subwoofer speakers
surround50:CARD=Intel,DEV=0
    HDA Intel, ALC889A Analog
    5.0 Surround output to Front, Center and Rear speakers
surround51:CARD=Intel,DEV=0
    HDA Intel, ALC889A Analog
    5.1 Surround output to Front, Center, Rear and Subwoofer speakers
surround71:CARD=Intel,DEV=0
    HDA Intel, ALC889A Analog
    7.1 Surround output to Front, Center, Side, Rear and Woofer speakers
iec958:CARD=Intel,DEV=0
    HDA Intel, ALC889A Digital
    IEC958 (S/PDIF) Digital Audio Output
null
    Discard all samples (playback) or generate zero samples (capture)
pulse
    Playback/recording through the PulseAudio sound server

And i disabled mute in kmix an all channels :)

Edit:

lspci -v

...
00:1b.0 Audio device: Intel Corporation 82801I (ICH9 Family) HD Audio Controller (rev 02)
        Subsystem: Giga-byte Technology Device a022                                      
        Flags: bus master, fast devsel, latency 0, IRQ 22                                
        Memory at ea400000 (64-bit, non-prefetchable) [size=16K]                         
        Capabilities: [50] Power Management version 2                                    
        Capabilities: [60] Message Signalled Interrupts: Mask- 64bit+ Queue=0/0 Enable-  
        Capabilities: [70] Express Root Complex Integrated Endpoint, MSI 00              
        Capabilities: [100] Virtual Channel <?>                                          
        Capabilities: [130] Root Complex Link <?>                                        
        Kernel driver in use: HDA Intel                                                  
        Kernel modules: snd-hda-intel   
... 

cat /proc/asound/version

Advanced Linux Sound Architecture Driver Version 1.0.20.

lsmod | grep snd_hda_intel

snd_hda_intel          31880  2
snd_hda_codec          87584  2 snd_hda_codec_realtek,snd_hda_intel
snd_pcm                93160  3 snd_hda_intel,snd_hda_codec,snd_pcm_oss
snd                    77096  16 snd_hda_codec_realtek,snd_hda_intel,snd_hda_codec,snd_hwdep,snd_pcm_oss,snd_mixer_oss,snd_pcm,snd_seq_oss,snd_rawmidi,snd_seq,snd_timer,snd_seq_device
snd_page_alloc         10928  2 snd_hda_intel,snd_pcm

I think I am missing the something-hdmi module? Is there such a thing?

© Super User or respective owner

Related posts about hdmi

  • HDMI Sound Stops Working

    as seen on Ask Ubuntu - Search for 'Ask Ubuntu'
    When not used for a few hours the sound stops working on my HTPC. To get sound to work again I have to unplug the HDMI cable and plug it back in again When this sound "outage" occurs, the HDMI device dissapears from the sound config output devices I see the following in dmesg [78534.010328] HDMI… >>> More

  • DVI+HDMI out, at startup only HDMI is available

    as seen on Ask Ubuntu - Search for 'Ask Ubuntu'
    I have my computer next to my hdtv. The main screen is connected via DVI while the tv is connected via HDMI. If I start the computer without the HDMI plugged in, everything is ok: I see the login screen and sound is output through analog out. But if the HDMI is plugged in before I start the computer… >>> More

  • EHome IR receiver and Ubuntu 13 - any one have this working?

    as seen on Ask Ubuntu - Search for 'Ask Ubuntu'
    I have a "generic" USB IR receiver I purchased off of Ebay to make my life a little easier with XBMC on my Ubuntu box. I am currently running 13.10 and have never tried nor have any knowledge of IR in Ubuntu. I know of lirc, and I know a lot of it is now included in the kernel. My understanding… >>> More

  • HDMI-HDMI cable length

    as seen on Super User - Search for 'Super User'
    I'd like to connect my PC to an HDTV using an HDMI-HDMI cable. The distance between them is about 8 m; is the length going to be an issue? I'm worried the signal might deteriorate over such a distance. Also, does price have any major impact on the signal quality? I'd like to buy an 8-10 m cable for… >>> More

  • Another sound not working post

    as seen on Ask Ubuntu - Search for 'Ask Ubuntu'
    Tried all the other "sound not working" posts i think, lost count. purge/reinstall alsa and pulse, reboot, add user to audio group, various lines in the alsa config file such as "options snd-hda-intel model=" then tried different options like generic, auto, basic, default, etc. tried pulseaudio -k… >>> More

Related posts about kubuntu