Linux EDEN no Audio over ION2 HDMI
#1
Hey guys... just replaced my dahrma XBMC installation with a fresh install of XBMCubuntu and I don't have any audio over my ION2 HDMI.

I think that my main problem is that ALSA isn't seeing the HDMI portion of my NVidia card.

aplay -l
Code:
**** List of PLAYBACK Hardware Devices ****
card 0: Intel [HDA Intel], device 0: STAC92xx Analog [STAC92xx Analog]
  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

aplay -L
Code:
null
    Discard all samples (playback) or generate zero samples (capture)
default:CARD=Intel
    HDA Intel, STAC92xx Analog
    Default Audio Device
front:CARD=Intel,DEV=0
    HDA Intel, STAC92xx Analog
    Front speakers
surround40:CARD=Intel,DEV=0
    HDA Intel, STAC92xx Analog
    4.0 Surround output to Front and Rear speakers
surround41:CARD=Intel,DEV=0
    HDA Intel, STAC92xx Analog
    4.1 Surround output to Front, Rear and Subwoofer speakers
surround50:CARD=Intel,DEV=0
    HDA Intel, STAC92xx Analog
    5.0 Surround output to Front, Center and Rear speakers
surround51:CARD=Intel,DEV=0
    HDA Intel, STAC92xx Analog
    5.1 Surround output to Front, Center, Rear and Subwoofer speakers
surround71:CARD=Intel,DEV=0
    HDA Intel, STAC92xx Analog
    7.1 Surround output to Front, Center, Side, Rear and Woofer speakers
dmix:CARD=Intel,DEV=0
    HDA Intel, STAC92xx Analog
    Direct sample mixing device
dsnoop:CARD=Intel,DEV=0
    HDA Intel, STAC92xx Analog
    Direct sample snooping device
hw:CARD=Intel,DEV=0
    HDA Intel, STAC92xx Analog
    Direct hardware device without any conversions
plughw:CARD=Intel,DEV=0
    HDA Intel, STAC92xx Analog
    Hardware device with all software conversions
hdmi:CARD=NVidia,DEV=0
    HDA NVidia, HDMI 0
    HDMI Audio Output
dmix:CARD=NVidia,DEV=3
    HDA NVidia, HDMI 0
    Direct sample mixing device
dsnoop:CARD=NVidia,DEV=3
    HDA NVidia, HDMI 0
    Direct sample snooping device
hw:CARD=NVidia,DEV=3
    HDA NVidia, HDMI 0
    Direct hardware device without any conversions
plughw:CARD=NVidia,DEV=3
    HDA NVidia, HDMI 0
    Hardware device with all software conversions

lspci -v
Code:
01:00.1 Audio device: nVidia Corporation High Definition Audio Controller (rev a1)
        Subsystem: Holco Enterprise Co, Ltd/Shuttle Computer Device 4003
        Flags: bus master, fast devsel, latency 0, IRQ 17
        Memory at fe97c000 (32-bit, non-prefetchable) [size=16K]
        Capabilities: <access denied>
        Kernel driver in use: snd_hda_intel
        Kernel modules: snd-hda-intel

any ideas?
I've upgraded to the latest nvidia drivers and have downloaded and compiled ALSA version 1.25 with no luck.
Reply
#2
Try setting your audio output device and audio passthrough device to custom and enter in plughw:1,3 for the device.
Reply
#3
no dice. Failed to initialize audio device.

All mixer channels are unmuted.

I'm still troubled as to why aplay -l is reporting HDMI 0 [HDMI 0]. That seems abnormal.
Reply
#4
Im running into the same problem with my Lenovo Q110 - it's showing HDMI 0 and I've tried "plughw:0,3" without any luck.
Reply
#5
had the same problem with mine, this worked for me
(2012-02-13, 20:53)joethefox Wrote: with beta3 I had audio problems too. Try this custom setting
Code:
alsa:hdmi:CARD=NVidia

P.S. remember to unmute nvidia output with
Code:
alsamixer -c <card_number>
Reply
#6
I do that with my Q110 and I get a bunch of clicking sounds when playing video.
Reply
#7
(2012-03-26, 03:41)Zxurian Wrote: had the same problem with mine, this worked for me
(2012-02-13, 20:53)joethefox Wrote: with beta3 I had audio problems too. Try this custom setting
Code:
alsa:hdmi:CARD=NVidia

P.S. remember to unmute nvidia output with
Code:
alsamixer -c <card_number>

That didn't fix it. Still cannot initialize audio device.
Reply
#8
I've been watching this thread with interest to see if any solutions pop up that could help with my own issue with no sound over HDMI on my Lenovo Q150... Any movement?
Reply
#9
I'm still fighting it. I got it to work with the plughw:1,3 custom output device. However I'm still not 100% convinced that there isn't another problem somewhere.
Reply
#10
I was having same issue, also have an ION2

Post #15 here worked for me
http://forum.xbmc.org/showthread.php?tid=126757&page=2

I put "hdmi:CARD=NVidia,DEV=0" for both custom inputs and voila

You may also have to go to console and run alsamixer and unmute.

Hope it works for you
Reply

Logout Mark Read Team Forum Stats Members Help
EDEN no Audio over ION2 HDMI0