Linux HDMI Audio from ATI HD5450
#1
Howdy,

Maybe you guys could help? I have a fresh install of XBMC Eden on my Acer Veriton with a new ATI HD5450 Graphics card (I know ATI linux drivers suck, but its worth a try)
I am currently unable to get any audio over hdmi. all other audio devices are disabled in the bios.
I get no audio eith in XBMCbuntu or XBMC. I suspect some thing is up with the drivers.

If i run Alsamixer it Picks up the "HD-Audio Generic" card with a "ATI R6xx HMDI" chip but all i am presented with is a single item that reads <S/PDIF>.
I suspect there is supposed to be more than this.

aplay -L give me the following:
Code:
null
    Discard all samples (playback) or generate zero samples (capture)
hdmi:CARD=Generic,DEV=0
    HD-Audio Generic, HDMI 0
    HDMI Audio Output
dmix:CARD=Generic,DEV=3
    HD-Audio Generic, HDMI 0
    Direct sample mixing device
dsnoop:CARD=Generic,DEV=3
    HD-Audio Generic, HDMI 0
    Direct sample snooping device
hw:CARD=Generic,DEV=3
    HD-Audio Generic, HDMI 0
    Direct hardware device without any conversions
plughw:CARD=Generic,DEV=3
    HD-Audio Generic, HDMI 0
    Hardware device with all software conversions

and aplay -l gives:
Code:
aplay -l
**** List of PLAYBACK Hardware Devices ****
card 0: Generic [HD-Audio Generic], device 3: HDMI 0 [HDMI 0]
  Subdevices: 1/1
  Subdevice #0: subdevice #0

And lspci | grep -i audio:
Code:
lspci | grep -i audio
02:00.1 Audio device: ATI Technologies Inc Manhattan HDMI Audio [Mobility Radeon HD 5000 Series]

I am not even sure if it is supposed to be listed as a Generic HD Audio device

Thanks,
Reply
#2
The output looks similar to my ATI system. My asound.conf:
pcm.!default plug:hdmi:Generic

XBMC audio device:
Defaults (ALSA)
passthrough custom: hdmi:Generic
Reply

Logout Mark Read Team Forum Stats Members Help
HDMI Audio from ATI HD54500