HDMI Audio issue / Strange aplay -l output

I've yet to get HDMI audio output to work correctly. I've tried the advice to use aplay -l to find my card/device number, but my output seems different from every other one I've seen online. To my knowledge, I have the proprietary NVIDIA drivers installed correctly.
**** List of PLAYBACK Hardware Devices ****
card 0: PCH [HDA Intel PCH], device 0: ALC892 Analog [ALC892 Analog]
Subdevices: 1/1
Subdevice #0: subdevice #0
card 0: PCH [HDA Intel PCH], device 1: ALC892 Digital [ALC892 Digital]
Subdevices: 1/1
Subdevice #0: subdevice #0
card 1: NVidia [HDA NVidia], device 3: HDMI 0 [HDMI 0]
Subdevices: 1/1
Subdevice #0: subdevice #0
card 1: NVidia [HDA NVidia], device 7: HDMI 0 [HDMI 0]
Subdevices: 1/1
Subdevice #0: subdevice #0
card 1: NVidia [HDA NVidia], device 8: HDMI 0 [HDMI 0]
Subdevices: 1/1
Subdevice #0: subdevice #0
card 1: NVidia [HDA NVidia], device 9: HDMI 0 [HDMI 0]
Subdevices: 1/1
Subdevice #0: subdevice #0
In all the examples I've seen, after the line:
card X: NVidia [HDA NVidia], device Y:
there has been additional data to allow the user to determine which device. I've tried to play audio using aplay through each device and none produce sound output. I have a Windows drive on this computer on which sound works, so it isn't a hardware issue. Anyone know how I can fix this?
Update: After some more research, I've been able to force white noise through with:
sudo speaker-test -Dhw:1,7 -c2
I can also force aplay to play a .wav file. But after multiple go's trying to configure asound.conf, I can't seem to get anything else to play.
Last edited by Mason (2011-12-20 07:36:14)

i had the same problem the device you need to use is propably 9 install alsa-utils if you havent and run alsamixer then select the Nvidia device and check if all 4 of them are unmuted (the last three will probably be muted...)
You can unmute them with M after that test the devices again with aplay
Last edited by Loose_Control (2011-12-20 07:57:31)

Similar Messages

  • HDMI Audio Issue/Radeon Grapics Card [Solved]

    Hello All,
    New user to Arch, been using linux for a little while longer. I'm trying to set my HDMI out as default output, but cannot seem to make it work. I've tried the wiki, forums, and websearches, but none of the methods (and variations thereof) seem to work for me. The hw must work, for I am listening to music as I type via HDMI, but I must go into VLC>Audio Output>HDMI. So if someone could help me out, walk me through it, I would appreciate it very much. I'll post some info below, sorry in advance if it's not everything needed. If you want to assume I am a complete n00b/idiot, I will not be offended. Thanks in advance!
    Arch (64 bit)
    custom desktop pc:
    gigabyte gap55aud4p mobo
    i7 cpu
    Radeon HD5670 video card
    $ aplay -l
    **** List of PLAYBACK Hardware Devices ****
    card 0: MID [HDA Intel MID], device 0: ALC889 Analog [ALC889 Analog]
    Subdevices: 1/1
    Subdevice #0: subdevice #0
    card 0: MID [HDA Intel MID], device 1: ALC889 Digital [ALC889 Digital]
    Subdevices: 1/1
    Subdevice #0: subdevice #0
    card 1: Generic [HD-Audio Generic], device 3: HDMI 0 [HDMI 0]
    Subdevices: 0/1
    Subdevice #0: subdevice #0
    $ aplay -L
    null
    Discard all samples (playback) or generate zero samples (capture)
    default:CARD=MID
    HDA Intel MID, ALC889 Analog
    Default Audio Device
    sysdefault:CARD=MID
    HDA Intel MID, ALC889 Analog
    Default Audio Device
    front:CARD=MID,DEV=0
    HDA Intel MID, ALC889 Analog
    Front speakers
    surround40:CARD=MID,DEV=0
    HDA Intel MID, ALC889 Analog
    4.0 Surround output to Front and Rear speakers
    surround41:CARD=MID,DEV=0
    HDA Intel MID, ALC889 Analog
    4.1 Surround output to Front, Rear and Subwoofer speakers
    surround50:CARD=MID,DEV=0
    HDA Intel MID, ALC889 Analog
    5.0 Surround output to Front, Center and Rear speakers
    surround51:CARD=MID,DEV=0
    HDA Intel MID, ALC889 Analog
    5.1 Surround output to Front, Center, Rear and Subwoofer speakers
    surround71:CARD=MID,DEV=0
    HDA Intel MID, ALC889 Analog
    7.1 Surround output to Front, Center, Side, Rear and Woofer speakers
    iec958:CARD=MID,DEV=0
    HDA Intel MID, ALC889 Digital
    IEC958 (S/PDIF) Digital Audio Output
    hdmi:CARD=Generic,DEV=0
    HD-Audio Generic, HDMI 0
    HDMI Audio Output
    $ xrandr # list outputs
    Screen 0: minimum 320 x 200, current 1366 x 768, maximum 8192 x 8192
    DisplayPort-0 disconnected (normal left inverted right x axis y axis)
    HDMI-0 connected 1366x768+0+0 (normal left inverted right x axis y axis) 410mm x 230mm
    1366x768 59.8*+
    1920x1080 50.0 60.0 30.0 25.0 24.0
    1920x1080i 50.0 60.1
    1280x720 50.0 60.0
    1440x576i 50.1
    1024x768 75.1 70.1 60.0
    1440x480i 60.1
    832x624 74.6
    800x600 72.2 75.0 60.3
    720x576 50.0
    720x480 59.9
    640x480 72.8 75.0 66.7 60.0
    720x400 70.1
    DVI-0 disconnected (normal left inverted right x axis y axis)
    DVI-1 disconnected (normal left inverted right x axis y axis)
    ]$ lsmod | grep snd
    snd_hda_codec_hdmi 29298 1
    snd_hda_codec_realtek 30893 1
    snd_hda_intel 35816 7
    snd_hda_codec 145704 3 snd_hda_codec_realtek,snd_hda_codec_hdmi,snd_hda_intel
    snd_hwdep 6364 1 snd_hda_codec
    snd_pcm 76860 4 snd_hda_codec_hdmi,snd_hda_codec,snd_hda_intel
    snd_page_alloc 7330 2 snd_pcm,snd_hda_intel
    snd_timer 18687 1 snd_pcm
    snd 58893 20 snd_hda_codec_realtek,snd_hwdep,snd_timer,snd_hda_codec_hdmi,snd_pcm,snd_hda_codec,snd_hda_intel
    soundcore 5418 1 snd
    $ lsmod | grep snd
    snd_hda_codec_hdmi 29298 1
    snd_hda_codec_realtek 30893 1
    snd_hda_intel 35816 7
    snd_hda_codec 145704 3 snd_hda_codec_realtek,snd_hda_codec_hdmi,snd_hda_intel
    snd_hwdep 6364 1 snd_hda_codec
    snd_pcm 76860 4 snd_hda_codec_hdmi,snd_hda_codec,snd_hda_intel
    snd_page_alloc 7330 2 snd_pcm,snd_hda_intel
    snd_timer 18687 1 snd_pcm
    snd 58893 20 snd_hda_codec_realtek,snd_hwdep,snd_timer,snd_hda_codec_hdmi,snd_pcm,snd_hda_codec,snd_hda_intel
    soundcore 5418 1 snd
    [sean@arch ~]$ lsmod | grep '^snd' | column -t
    snd_hda_codec_hdmi 29298 1
    snd_hda_codec_realtek 30893 1
    snd_hda_intel 35816 7
    snd_hda_codec 145704 3 snd_hda_codec_realtek,snd_hda_codec_hdmi,snd_hda_intel
    snd_hwdep 6364 1 snd_hda_codec
    snd_pcm 76860 4 snd_hda_codec_hdmi,snd_hda_codec,snd_hda_intel
    snd_page_alloc 7330 2 snd_pcm,snd_hda_intel
    snd_timer 18687 1 snd_pcm
    snd 58893 20 snd_hda_codec_realtek,snd_hwdep,snd_timer,snd_hda_codec_hdmi,snd_pcm,snd_hda_codec,snd_hda_intel
    $ ls -l /dev/snd
    total 0
    drwxr-xr-x 2 root root 80 Aug 18 17:50 by-path
    crw-rw----+ 1 root audio 116, 8 Aug 18 17:50 controlC0
    crw-rw----+ 1 root audio 116, 11 Aug 18 17:50 controlC1
    crw-rw----+ 1 root audio 116, 7 Aug 18 17:50 hwC0D2
    crw-rw----+ 1 root audio 116, 10 Aug 18 17:50 hwC1D0
    crw-rw----+ 1 root audio 116, 6 Aug 18 21:53 pcmC0D0c
    crw-rw----+ 1 root audio 116, 5 Aug 18 22:15 pcmC0D0p
    crw-rw----+ 1 root audio 116, 4 Aug 18 21:53 pcmC0D1c
    crw-rw----+ 1 root audio 116, 3 Aug 18 21:54 pcmC0D1p
    crw-rw----+ 1 root audio 116, 2 Aug 18 17:50 pcmC0D2c
    crw-rw----+ 1 root audio 116, 9 Aug 18 22:29 pcmC1D3p
    crw-rw---- 1 root audio 116, 1 Aug 18 17:50 seq
    crw-rw----+ 1 root audio 116, 33 Aug 18 17:50 timer
    Last edited by seanthor (2013-09-14 13:40:50)

    OK, I think I've got a resolution. I used a combination of several wikis to get it right, mainly:
    ALSA-Gentoo Wiki
    ALSA-Arch Wiki
    ATI#HDMI Audio-Arch Wiki
    Kernel Parameters-Arch Wiki
    I searched a number of other pages I don't remember right now, but these were the most helpful as I recall. I again added "radeon.audio=1" to /etc/default/grub per the "Kernel Parameters" and "ATI#HDMI Audio" Arch Wikis. I then modeled  my ~/.asoundrc to match the Gentoo Wiki example, with a slight tweak to fit my hardware. That file now looks like this:
    GNU nano 2.2.6 File: ~/.asoundrc
    pcm.!hdmi {
    type hw
    card 0
    device 3
    pcm.!default {
    type plug
    slave {
    pcm "hdmi"
    It's been a few days, with rebooting everyday, and so far so good. Audio programs (eg. VLC) and flash content are working just fine. However, speaker-test & aplay -D give no errors and the scripts run, but no audio is actuallly produced. ??? Is this a problem, or can I continue to ignore it?
    Anyways I consider this pretty much resolved, and hope this helps anyone else with this issue. Cheers!!!

  • HDMI Audio issue with Samsung Plasma

    Hi all,
    I have a mid 2010 Mac Mini that I bought for my HTPC. I am unable to get the HDMI audio to work after trying a number of connection possibilities. Here's the setup -
    Mac Mini to Samsung via HDMI cable (1.3a) in either HDMI port - no audio
    Mac Mini to Samsung via HDMI cable currently working for my uverse service - no audio
    Mac Mini to Insignia LCD via HDMI cable in either HDMI port- no audio
    I thought it was hardware, so I made a genius appointment and took it in. They gave me a new mini. Same exact issue.
    When I switch to SAMSUNG in the sound properties, it tells me "The selected device has no output controls"
    Video works fine.
    What am I doing wrong? Did I just get two bad boards? This is really freaking annoying.

    I have the same issue... perfect image on a Samsung TV UE32EH5300, but no sound. I tried changing the input name to HDMI/PC (and tried all others) with no success.
    Altough I noticed one rare thing. I opened Mountain Lion AudioMidi Configuration and selected the HDMI output. Can't move the volume controls because these are supposed to be controlled on the TV. But when clicking at the Speaker configuration and making a test for L/R speakers... each TV  speaker (connected by HDMI) reproduced statics.
    THEN I'M CONFUSED!!!!... how can I hear sound produced by the computer but can't have the normal audio on HDMI???
    Any help???

  • Mac mini 2011 HDMI audio issues

    What are the known issues with HDMI audio with Lion and the new Mac minis?
    I'm in the process of swapping out an older Mac mini that was connected to my home theater (Pioneer SC-05 reciever, Pioneer TV), with a new 2011 i5 Mac mini.  The old Mac required use of a minidisplay port to HDMI adapter, and a toslink adapter to get audio to receiver through an optical cable.  Previous setup was working fine, but with the new 2011 Mac mini swapped in with the direct HDMI connection to the Pioneer SC-05 receiver, I'm not getting 5.1 audio.  The video is fine and is being passed through to the TV, but the receiver is only doing dolby prologic audio, even though the movies are Dolby Digital 5.1.
    I'm using Plex .934 on the Mac.  Audio on the Mac is set to HDMI.  Plex is set to Dolby (AC3) digital capable receiver, etc.

    Hi All, I have the new 2011 macmini to replace the 2010 version. I had issues with HDMI sound as well, but it turns out the issue lies in having AND the HDMI cable in AND a toslink/headphones cable.
    In the 2010 version you could select the Sound output to go via HDMI or Analog.
    In the 2011 version (if you have plugged-in a cable in the headphones) the HDMI sound output is impossible to choose. It is only selectable when you have unplugged the headphones cable. So what is the use of the Output settings if you cannot select anything if you have more than 1 output.....
    The guy form AppleCare told me this is a firmware bug that 'should' be solved.....
    When I unplug the headphones and start a movie in Movist, I have DTS and DD. With VLC it does not work, but that has to do with the upgrade to Lion (see the VLC forum).
    I assume the firmware upgrade will come soon otherwise I will be VERY dissapointed in Apple quality this time and will certainly stop buying new Apple gadgets when they come out. As this was the reason why I switched from Microsoft to Apple......

  • X1 Carbon (3rd Gen, 2015) HDMI audio issue

    Hi,
    i recently used my X1 to connect it to my TV via HDMI. It worked like a charm. Yesterday it stopped working (Nothing was changed. Audio was working, lid was shut. Lid was opened the other day, audio is not working...). I get a video signal, but no audio. To verify, that this is no issue on the hardware defect issue, I booted to an installed Debian and there I get an audio signal over HDMI.
    After that I deinstalled the audio and graphic driver, rebooted, installed the audio driver, rebooted again, installed the graphics driver, rebooted again. Still no working audio over HDMI.
    After that I tried the procedure above again but installed the audio driver first. Still no success.
    The HDMI audo device does not show up in the playback device tab. Not even if I select to show me disconnected devices.
    OS: Win 8.1 64bit, drivers a all newest.
    What to try next? Any ideas?

    You are welcome...you need not worry about the temperature...the temperature (or the boot etc.) was on the older SM 941 one problem..and also you will not have any problem with the latest  bios version on the carbon  .there is no white list in the carbon bios  etc.for the ssd's (that means you can use any ssd's on the carbon..Samsung ,Toschiba ,Intel etc..at the moment only Samsung is x4 speed and the fastest on the market) in the bios..and  the bios will detect it as a bootable drive whitout any problem...and that's the truth and fact.Best regards..

  • HDMI audio issue

    I regularly use my l755 to stream video through an hdmi cable to an lcd tv. Recently, when i hook up the laptop to the tv, all other sounds come through the tv speakers except video sounds. This is the case with multiple tvs and video formats, (netflix, youtube etc) Please help!

    Can you check the laptop's full model and part numbers from the label on the bottom? Don't include the serial number.
    What version of Windows are you using?
    No matter what type of video you use, it plays through the laptop's speakers? Do any of the laptop's sounds play through the TV?
    - Peter

  • Thunderbolt to HDMI audio issues

    I apologize in advance if this has already been asked in some way that I didn't see in my previous searches for answers.
    Why is it telling me this? I have been pushing audio through perfectly fine, then yesterday it started to display this and was no longer pushing anything. Anyone know how to fix? I have changed nothing on my physical display or my prferences to bring about this change.

    I posted a picture on there, but it appears it didn't go through. I shall attempt to get it up again.

  • [SOLVED] HDMI Audio In VLC Garbled/Inaudible WIth Intel Audio

    I thought I understood the difference between cards, devices, and pcm devices, but I guess I don't.
    I've set up my system to recognize the Analog Card as the default (card 0), and the HDMI Card as Card 1 via Set The Default Sound Card .  My alsa-base.conf:
    options snd-hda-intel model=auto
    options snd slots=snd_hda_intel
    options snd_hda_intel index=1
    Output of aplay -l
    **** List of PLAYBACK Hardware Devices ****
    card 0: PCH [HDA Intel PCH], device 0: VT1802 Analog [VT1802 Analog]
    Subdevices: 1/1
    Subdevice #0: subdevice #0
    card 0: PCH [HDA Intel PCH], device 2: VT1802 Alt Analog [VT1802 Alt Analog]
    Subdevices: 1/1
    Subdevice #0: subdevice #0
    card 1: HDMI [HDA Intel HDMI], device 3: HDMI 0 [HDMI 0]
    Subdevices: 1/1
    Subdevice #0: subdevice #0
    card 1: HDMI [HDA Intel HDMI], device 7: HDMI 1 [HDMI 1]
    Subdevices: 1/1
    Subdevice #0: subdevice #0
    card 1: HDMI [HDA Intel HDMI], device 8: HDMI 2 [HDMI 2]
    Subdevices: 1/1
    Subdevice #0: subdevice #0
    Output of aplay -L
    null
    Discard all samples (playback) or generate zero samples (capture)
    sysdefault:CARD=PCH
    HDA Intel PCH, VT1802 Analog
    Default Audio Device
    front:CARD=PCH,DEV=0
    HDA Intel PCH, VT1802 Analog
    Front speakers
    surround40:CARD=PCH,DEV=0
    HDA Intel PCH, VT1802 Analog
    4.0 Surround output to Front and Rear speakers
    surround41:CARD=PCH,DEV=0
    HDA Intel PCH, VT1802 Analog
    4.1 Surround output to Front, Rear and Subwoofer speakers
    surround50:CARD=PCH,DEV=0
    HDA Intel PCH, VT1802 Analog
    5.0 Surround output to Front, Center and Rear speakers
    surround51:CARD=PCH,DEV=0
    HDA Intel PCH, VT1802 Analog
    5.1 Surround output to Front, Center, Rear and Subwoofer speakers
    surround71:CARD=PCH,DEV=0
    HDA Intel PCH, VT1802 Analog
    7.1 Surround output to Front, Center, Side, Rear and Woofer speakers
    hdmi:CARD=HDMI,DEV=0
    HDA Intel HDMI, HDMI 0
    HDMI Audio Output
    hdmi:CARD=HDMI,DEV=1
    HDA Intel HDMI, HDMI 1
    HDMI Audio Output
    hdmi:CARD=HDMI,DEV=2
    HDA Intel HDMI, HDMI 2
    HDMI Audio Output
    And my latest .aroundrc
    pcm.!default {
    type hw
    card PCH
    ctl.!default {
    type hw
    card PCH
    pcm.!hdmi0 {
    type plughw
    card HDMI
    device 3
    pcm.!hdmi1 {
    type plughw
    card HDMI
    device 7
    pcm.!hdmi2 {
    type plughw
    card HDMI
    device 8
    WIth the above configuration, VLC outputs to PC speakers fine using the "Analog Default Audio Device" (However, if it matters, switching to "Analog Front Speakers" is a garbled mess).  Selecting HDMI0 and HDMI2 in VLC produces no output.  Selecting HDMI1 in VLC is the same garbled mess.  However, running this command from Archwiki HDMI Output produces totally clear audio via HDMI:
    aplay -D plughw:1,7 /usr/share/sounds/alsa/Front_Center.wav
    The list of audio devices that VLC "sees" as selectable for audio output mirrors the PCM devices I see with aplay -L.  The three HDMI audio devices in aplay -L each list as their devices 0, 1, and 2 for HDMI0, HDMI1, and HDMI2 respectively.  Conceptually, it seems to me like my HDMI PCM devices are messed up.  Shouldn't HDMI1, at least, be paired with Device 7, since the command directly above works with device 7?  If I understand things correctly, my asoundrc currently overrides cards , however, when I try to get it to override pcm devices, with the following, no hdmi devices are visible in VLC:
    pcm.!hdmi {
    type plughw
    card HDMI
    device 7
    There must be something I am not understanding - would appreciate any help or insights.
    Last edited by strexfive (2014-03-23 09:20:17)

    Okay nevermind...sort of.  It occurred to me to try the same alsa wav test file in VLC through HDMI.  It plays clearly with HDMI1 device.  So, my understanding of ALSA PCM devices is still totally messed up, but I have discovered my problem is a different one:
    VLC plays mp3/mp4/mkv files garbled through HDMI, but clearly through PC Speakers.
    Now I will try and solve this new problem myself.  Marking SOLVED since original issue was non-issue...can I delete thread so as not to waste everyone's time?

  • ATI HDMI Audio Not Working

    Hi. I'm trying to get my ATI HDMI audio working. I've followed the instructions at https://wiki.archlinux.org/index.php/ATI#HDMI_Audio and running "aplay -D plughw:1,3 /usr/share/sounds/alsa/Front_Center.wav" outputs no errors nor any sound on my TV. Adding radeon.audio=1 to my syslinux.cfg and rebooting results in no changes.
    I have also followed the instructions at https://wiki.archlinux.org/index.php/Ad … s_Not_Work which also resulted in no changes. One note though. When I select my HDMI sound card in alsamixer, there is only one sound bar shown entitled S/PDIF. I can mute or unmute it but not increase the volume from 0. No idea if this matters.
    Also, I'm using the xf86-video-ati driver.
    aplay -l
    **** List of PLAYBACK Hardware Devices ****
    card 0: SB [HDA ATI SB], device 0: ALC888 Analog [ALC888 Analog]
    Subdevices: 1/1
    Subdevice #0: subdevice #0
    card 0: SB [HDA ATI SB], device 1: ALC888 Digital [ALC888 Digital]
    Subdevices: 1/1
    Subdevice #0: subdevice #0
    card 1: Generic [HD-Audio Generic], device 3: HDMI 0 [HDMI 0]
    Subdevices: 1/1
    Subdevice #0: subdevice #0
    Any help would be appreciated, I'm stumped and I would love to get this fixed so I can get xbmc working and fully drop windows.

    I'm not entirely sure how I would go about doing that, or if I would need to considering the command I run to test the HDMI audio...
    aplay -D plughw:1,3 /usr/share/sounds/alsa/Front_Center.wav
    ... is, I'm assuming, sending the sound directly through my HDMI due to plughw:1,3 specifying that. I put it as 1,3 after running aplay -l.
    **** List of PLAYBACK Hardware Devices ****
    card 0: SB [HDA ATI SB], device 0: ALC888 Analog [ALC888 Analog]
    Subdevices: 1/1
    Subdevice #0: subdevice #0
    card 0: SB [HDA ATI SB], device 1: ALC888 Digital [ALC888 Digital]
    Subdevices: 1/1
    Subdevice #0: subdevice #0
    card 1: Generic [HD-Audio Generic], device 3: HDMI 0 [HDMI 0]
    Subdevices: 1/1
    Subdevice #0: subdevice #0
    Also, I'm running xmonad, not gnome/kde, so I don't know what settings I can change beside what's in alsamixer.

  • T410s/T410​/T510 DP- HDMI, audio questions, survey

    Hi,
    after all the confusion concerning DisplayPort-audio and the T-series, I decided to find out for myself and test it at my local Lenovo dealer.
    As my dealer had not a single HDMI and audio capable output device in his shop, I brought my own Medion MD 20226 LCD TV, which has 2 HDMI-in ports.
    The idea was to use a 2m DisplayPort->HDMI-cable provided by the dealer in order to connect the T410s in question to my little TV.
    Background: Due to the misleading information from Lenovo concerning the last generation T400s/T400/T500 models and their audio over DisplayPort issue (no audio at all), I expected to get a picture without any problems but that I would need to figure out how to enable the sound by changing some settings inside Windows 7.
    What happened: Actually neither me nor my dealer were able to get ANYTHING out of the DisplayPort, when using the DisplayPort->HDMI-cable. There was NEITHER video NOR audio!
    I should point out that at the time being my dealer only had T410s models without the (maybe) switchable NVidia graphics.
    Another point that I want to emphasize is that, after 45 minutes of trying everything we could to make it work, we switched to the T510 that was standing right beside the T410s in his show room. Unfortunately I was too confused to ask what kind of graphics setup this machine had, but the result was the same: no video, no audio at the TV.
    As it is apparent that there are quite a lot of confused Lenovo customers out there that have similar questions:
    I HEREBY FORMALLY ASK FOR A DETAILED AND IN-DEPTH INVESTIGATION/CLARIFICATION OF POSSIBLE DP->HDMI, DP-AUDIO AND DP->HDMI-AUDIO ISSUES WITH THE CURRENT T410s/T410/T510 SERIES (all combinations of graphics cards).
    Of course I think that it would be best if one of the Lenovo engineers would take care of that in one of the Lenovo blogs.
    But until then, it might be a good starting point to ask those of us, who already have a T410s/T410/T510.
    So I just start right away:
    MODEL:                   T410s (NUK39GE / 2912-39G)
    used GPU:              Intel GMA 5 / QM57
    DP->DP-video:       not tested
    DP->DP-audio:      not tested
    DP->HDMI-video:  tested->not working
    DP->HDMI-audio: tested->not working
    As I said, I was only able to test it at my local Lenovo dealer and I gave up after around 1 hour of testing. So it might be, that someone who has more time and resources (different adaptors) might be able to get it running.
    So to all of you out there with a new Tx10(s), please take the time, find your next HDMI-TV and try it.
    And to Lenovo: as long as there is no official statement concerning this, I will keep asking for an official response ;-) (and THIS time, don't blame the chipset, as the new Intel-Calpella has all the HD-video/audio goodness one could ask for: wiki article on Intel Calpella and its DP features).
    Thanks for reading all this!

    Hello all,
    please check out this thread too.
    Where Ken (Lenovo staff) explains this feature and possible problems.
    I would suggest to do a forum search before starting another thread.
    Follow @LenovoForums on Twitter! Try the forum search, before first posting: Forum Search Option
    Please insert your type, model (not S/N) number and used OS in your posts.
    I´m a volunteer here using New X1 Carbon, ThinkPad Yoga, Yoga 11s, Yoga 13, T430s,T510, X220t, IdeaCentre B540.
    TIP: If your computer runs satisfactorily now, it may not be necessary to update the system.
     English Community       Deutsche Community       Comunidad en Español

  • HDMI audio fails speaker-test, Radeon Richland

    I've just put together a new machine and installed Ubuntu 13.10 on it. The system has an integrated AMD Radeon Richland APU. The Onboard audio is working fine (tested with headphones). The HDMI audio is enabled in BIOS, and it's listed in aplay -l and in the Sound Settings dialog. But it's not making a sound, and after many tests and possible fixes, I'm at a loss what to try at this point.
    Perhaps the most telling indicator about the problem is the error message I get when I run speaker-test:
    speaker-test -l 4 -c 2 -r 48000 -D hw:0,3
    speaker-test 1.0.27.1
    Playback device is hw:0,3
    Stream parameters are 48000Hz, S16_LE, 2 channels
    Using 16 octaves of pink noise
    Home directory not accessible: Permission denied
    Rate set to 48000Hz (requested 48000Hz)
    Buffer size range from 64 to 16384
    Period size range from 32 to 8192
    Using max buffer size 16384
    Periods = 4
    was set period_size = 4096
    was set buffer_size = 16384
    0 - Front Left
    Write error: -5,Input/output error
    xrun_recovery failed: -5,Input/output error
    Transfer failed: Input/output error
    Things I've tried already:
    Ensure HDMI is unmuted in alsamixer
    Update alsa to latest daily build. I'm now running oem-audio-hda-daily-dkms - 0.201402110705~ubuntu13.10.1 downloaded from launchpad
    Update video driver from radeon to fglrx (catalyst 13.12). Had to write a custom xorg.conf file for this (see below)
    Checked volume and settings in PulseAudio Volume Control - set HDMI audio to be the fallback output.
    Updated grub as per this thread: https://bugs.launchpad.net/ubuntu/+sour … bug/864735
    Here are some further details about the system:
    aplay -l
    **** List of PLAYBACK Hardware Devices ****
    card 0: HDMI [HDA ATI HDMI], device 3: HDMI 0 [HDMI 0]
    Subdevices: 0/1
    Subdevice #0: subdevice #0
    card 1: Generic [HD-Audio Generic], device 0: ALC892 Analog [ALC892 Analog]
    Subdevices: 1/1
    Subdevice #0: subdevice #0
    card 1: Generic [HD-Audio Generic], device 1: ALC892 Digital [ALC892 Digital]
    Subdevices: 1/1
    Subdevice #0: subdevice #0
    dmesg | grep HDMI
    [ 11.201380] input: HDA ATI HDMI HDMI/DP,pcm=3 as /devices/pci0000:00/0000:00:01.1/sound/card0/input5
    cat /proc/asound/cards
    0 [HDMI ]: HDA-Intel - HDA ATI HDMI
    HDA ATI HDMI at 0xff744000 irq 52
    1 [Generic ]: HDA-Intel - HD-Audio Generic
    HD-Audio Generic at 0xff740000 irq 16
    cat /proc/asound/version
    Advanced Linux Sound Architecture Driver Version k3.11.0-15-generic
    lsmod | grep snd
    snd_hda_codec_realtek 57495 1
    snd_hda_codec_generic 68274 1 snd_hda_codec_realtek
    snd_hda_codec_hdmi 46433 1
    snd_seq_midi 13324 0
    snd_hda_intel 52306 5
    snd_hda_codec 137465 4 snd_hda_codec_realtek,snd_hda_codec_hdmi,snd_hda_codec_generic,snd_hda_intel
    snd_hwdep 13602 1 snd_hda_codec
    snd_seq_midi_event 14899 1 snd_seq_midi
    snd_rawmidi 30095 1 snd_seq_midi
    snd_pcm 102033 3 snd_hda_codec_hdmi,snd_hda_codec,snd_hda_intel
    snd_seq 61560 2 snd_seq_midi_event,snd_seq_midi
    snd_page_alloc 18710 2 snd_pcm,snd_hda_intel
    snd_seq_device 14497 3 snd_seq,snd_rawmidi,snd_seq_midi
    snd_timer 29433 2 snd_pcm,snd_seq
    snd 69141 22 snd_hda_codec_realtek,snd_hwdep,snd_timer,snd_hda_codec_hdmi,snd_pcm,snd_seq,snd_rawmidi,snd_hda_codec_generic,snd_hda_codec,snd_hda_intel,snd_seq_device,snd_seq_midi
    soundcore 12680 1 snd
    lspci -nn | grep VGA
    00:01.0 VGA compatible controller [0300]: Advanced Micro Devices, Inc. [AMD/ATI] Richland [1002:999c]
    lshw -c video
    *-display
    description: VGA compatible controller
    product: Richland
    vendor: Advanced Micro Devices, Inc. [AMD/ATI]
    physical id: 1
    bus info: pci@0000:00:01.0
    version: 00
    width: 32 bits
    clock: 33MHz
    capabilities: pm pciexpress msi vga_controller bus_master cap_list rom
    configuration: driver=fglrx_pci latency=0
    resources: irq:53 memory:c0000000-cfffffff ioport:f000(size=256) memory:ff700000-ff73ffff
    cat /etc/X11/xorg.conf
    Section "Device"
    Identifier "ATI radeon 8650"
    Driver "fglrx"
    EndSection
    Would be very grateful for any insight you guys can provide!
    Many thanks
    Last edited by Jugdish (2014-02-13 17:46:02)

    emeres wrote:Have you tested the cable with some other units?
    Yes I plugged in my Windows 7 laptop using the same HDMI cable and TV port, and audio worked fine (after switching from analogue to digital audio in the TV settings). So I don't think the problem is the cable.
    Here is the output from
    xrandr --props
    Screen 0: minimum 320 x 200, current 1920 x 1080, maximum 1920 x 1920
    DFP1 connected primary 1920x1080+0+0 (normal left inverted right x axis y axis) 698mm x 392mm
    EDID:
    00ffffffffffff0034a935c101010101
    00130103800000780adaffa3584aa229
    17494b00000001010101010101010101
    010101010101023a80d072382d40102c
    4580ba882100001e023a801871382d40
    582c4500ba882100001e000000fc0050
    616e61736f6e69632d54560a000000fd
    00173d0f440f000a2020202020200122
    SignalFormat: TMDS
    ConnectorType: HDMI
    1920x1080 50.0*+ 60.0 59.9 60.1 50.0 24.0 60.0 24.0
    1776x1000 50.0 59.9 50.0 24.0 60.0
    1680x1050 60.0 50.0 59.9 24.0 24.0
    1400x1050 60.0 50.0 59.9 24.0 24.0
    1600x900 50.0 59.9 24.0
    1280x1024 60.0 50.0 59.9 24.0 24.0
    1440x900 50.0 59.9 24.0
    1280x960 50.0 59.9 24.0
    1280x768 50.0 59.9 24.0
    1280x720 60.0 50.0 59.9 24.0
    1024x768 50.0 59.9 24.0
    1152x648 50.0 59.9
    800x600 50.0 59.9
    720x576 59.9 24.0 50.1 50.0
    720x480 50.0 24.0 60.1 60.0 60.1 59.9
    640x480 50.0 24.0 60.0 59.9
    DFP2 disconnected (normal left inverted right x axis y axis)
    SignalFormat: TMDS
    ConnectorType: DVI-D
    CRT1 disconnected (normal left inverted right x axis y axis)
    SignalFormat: VGA
    ConnectorType: VGA
    Last edited by Jugdish (2014-02-15 09:53:12)

  • ATI HDMI Audio 5.0 out

    Hi,
    I have a Intel Atom N270 with ATI Radeon HD 4530-DX9 series with 256MB DDRII video card EEEBox PC.
    It has one HDMI connector for audio/video.
    I'm trying to utilize it as a HTPC but when I plug my EEEBox in to my Denon receiver I can only get audio out of my center speaker in my 5.0 setup.
    (I don't have a subwoofer)
    Where should I be looking to find the recommend configuration settings to get sound out of my other speakers?
    Do you have recommendations for config files?

    I'm not entirely sure how I would go about doing that, or if I would need to considering the command I run to test the HDMI audio...
    aplay -D plughw:1,3 /usr/share/sounds/alsa/Front_Center.wav
    ... is, I'm assuming, sending the sound directly through my HDMI due to plughw:1,3 specifying that. I put it as 1,3 after running aplay -l.
    **** List of PLAYBACK Hardware Devices ****
    card 0: SB [HDA ATI SB], device 0: ALC888 Analog [ALC888 Analog]
    Subdevices: 1/1
    Subdevice #0: subdevice #0
    card 0: SB [HDA ATI SB], device 1: ALC888 Digital [ALC888 Digital]
    Subdevices: 1/1
    Subdevice #0: subdevice #0
    card 1: Generic [HD-Audio Generic], device 3: HDMI 0 [HDMI 0]
    Subdevices: 1/1
    Subdevice #0: subdevice #0
    Also, I'm running xmonad, not gnome/kde, so I don't know what settings I can change beside what's in alsamixer.

  • How do you setup HDMI audio with "Nvidia Quadro 4000 for Mac"?

    So I just purchased a new Mac Pro:
    Mac Pro (5,1) 3.33 GHz 6-Core
    8 GB Ram
    ATI Radeon HD 5770
    1TB HDD
    OS 10.8.3
    I also purchased a new Nvidia Quadro 4000 for Mac Graphics Card because the 3D animation software I'm using (Blender) requires this card to accelerate render times. 
    I have installed the card and all is working well as far as I can tell except for the HDMI audio.  According to the specs on Nvidia for this card, it DOES support HDMI audio through the Display port.  I have my HDMI cable plugged up and the video works great.  However the audio option does not show up in the System Preferences.  (Here is the page for the graphics card.  Look under "specifications" at the bottom for the audio part.  http://www.nvidia.com/object/product-quadro-4000-mac-us.html).
    I did find a link for a kernel addition for HDMI audio but it stated "non-Apple Nvidia cards" and this one is specifically for Mac.  Here is that link:  http://forums.macrumors.com/showthread.php?t=1499797.  (I also plan on posing the same question there.)
    The reason I want the HDMI to work is I'm using a TV as my monitor.
    Now I did try the HDMI with the ATI Card and both the audio and video work great. 
    What I did for a quick work around is install both cards and use the GPU processor on the Nvidia for the animation program and use the ATI for the actual port and this fixes the hdmi audio issue.  However this takes up pretty much all of my PCI slots and seems like a waste of space and power.
    Has anyone else run into this problem and found a solution??  Any guidance would be greatly appreciated.
    Thanks!

    I went ahead and tried that extension that I found.  It worked! 
    I guess Mac just didn't include the audio support in the driver that it includes.  Below is were I found the instructions and download.  It includes a shell script that installs the kernal from the Terminal prompt.  The instructions were clear and installed with out a hitch.  There were also instructions to remove it if there were issues. 
    Here is the link:
    http://forums.macrumors.com/showthread.php?t=1499797
    Thanks again and hope this helps.

  • HDMI audio via AVamp

    Hi, apologies, I know this topic has been covered in part elsewhere, but I have tried everything but still have issues.
    I have a PVR, Blu Ray Player and Apple TV connected via HDMI to an Arcam AVR350. This in turn is connected via HDMI to a Pioneer plasma.
    When using the Blu Ray or PVR I get audio in surround via the Arcam and via the TV speakers if I wanted it. However, if I switch to Apple TV I get no sound through the amp as such, instead the sound is via the TV speakers. Odd...I've tried all of the suggestions from the ATV support page and no difference. My other two devices work perfectly. Any ideas? The ATV is two weeks old and patched to the latest version. Do I have a duff ATV??
    Thanks and regards
    Hunttheshunt

    Hi thanks for the response.
    I understand what you mean...however my Sony Blu Ray player provides sound to both TV speakers and my surround setup. I have used exactly the same cables, setup etc but with the ATV I only get sound through the TV speakers, which would seem to suggest that it's the ATV that has the issue. I've seen a number of posts with regard to HDMI audio issues so wondered if it is the unit at fault. Any other ideas?
    Thanks and regards
    Hunttheshunt

  • Issue with HDMI audio output

    Hello everyone,
    this is my first post in Arch Linux forum. I am a Newbie but have always managed to work things around with ArchWiki documentation, but I am having an issue I could not solve for some time now.
    My HDMI audio output was working fine, but stoped working about a month ago, maybe due to some update. I use the open source ATI driver (xf86-video-ati package), and enabled the kernel parameter radeon.audio=1, like it is documented.
    My graphics card is a Radeon HD 3650. I checked for the compatibility of the driver (http://www.x.org/wiki/RadeonFeature/#De … ting_names) and it seems to be ok.
    Do you have any suggestion to help me?
    Thank you in advance

    Andreaskem wrote:
    Output of "aplay -l"?
    Do you use pulseaudio? If so, what is the output of "pactl list"?
    Thank you for your reply
    Here is the output of aplay -l
    **** List of PLAYBACK Hardware Devices ****
    card 0: Intel [HDA Intel], device 0: ALC268 Analog [ALC268 Analog]
      Subdevices: 1/1
      Subdevice #0: subdevice #0
    card 0: Intel [HDA Intel], device 1: ALC268 Digital [ALC268 Digital]
      Subdevices: 1/1
      Subdevice #0: subdevice #0
    card 1: HDMI [HDA ATI HDMI], device 3: HDMI 0 [HDMI 0]
      Subdevices: 1/1
      Subdevice #0: subdevice #0
    No, I do not use pulseaudio.
    Last edited by rud25 (2013-10-13 19:15:09)

Maybe you are looking for