You are not logged in.

#1 2011-12-14 19:08:32

jhnns
Member
Registered: 2011-12-14
Posts: 5

No audio over hdmi (Radeon HD 6310)

Hi! Im trying to get sound to my television from a ASUS E35m1-i motherboard that uses the radeon hd 6310 chipset.
I can get sound from the headphone jack, but not over hdmi.

I have already added radeon.audio=1 in my grub config, my kernel is 3.1.5-1-ARCH.

$ 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
card 1: SB [HDA ATI SB], device 0: ALC892 Analog [ALC892 Analog]
  Subdevices: 1/1
  Subdevice #0: subdevice #0
card 1: SB [HDA ATI SB], device 1: ALC892 Digital [ALC892 Digital]
  Subdevices: 1/1
  Subdevice #0: subdevice #0
$ cat /proc/asound/modules 
 0 snd_hda_intel
 1 snd_hda_intel
$ lsmod | grep '^snd' | column -t
snd_hda_intel          22410   0
snd_hda_codec_hdmi     22821   1
snd_hda_codec_realtek  282272  1
snd_hda_codec          81242   3  snd_hda_intel,snd_hda_codec_hdmi,snd_hda_codec_realtek
snd_hwdep              6357    1  snd_hda_codec
snd_pcm_oss            38850   0
snd_pcm                74368   4  snd_hda_intel,snd_hda_codec_hdmi,snd_hda_codec,snd_pcm_oss
snd_timer              19544   1  snd_pcm
snd_page_alloc         7153    2  snd_hda_intel,snd_pcm
snd_mixer_oss          15275   1  snd_pcm_oss
snd                    58362   9  snd_hda_intel,snd_hda_codec_hdmi,snd_hda_codec_realtek,snd_hda_codec,snd_hwdep,snd_pcm_oss,snd_pcm,snd_timer,snd_mixer_oss
$ cat .asound.conf
pcm.!default {
	type hw
	card 0
	device 3
}
$ alsamixer
│ Card: HD-Audio Generic                                                                                                               F1:  Help               │
│ Chip: ATI R6xx HDMI                                                                                                                  F2:  System information │
│ View: F3:[Playback] F4: Capture  F5: All                                                                                             F6:  Select sound card  │
│ Item: S/PDIF                                                                                                                         Esc: Exit               │
│                                                                                                                                                              │
│                                                                                                                                                              │
│                                                                                                                                                              │
│                                                                                                                                                              │
│                                                                                                                                                              │
│                                                                                                                                                              │
│                                                                                                                                                              │
│                                                                                                                                                              │
│                                                                                                                                                              │
│                                                                                                                                                              │
│                                                                                                                                                              │
│                                                                                                                                                              │
│                                                                                                                                                              │
│                                                                                                                                                              │
│                                                                                                                                                              │
│                                                                                                                                                              │
│                                                                             ┌──┐                                                                             │
│                                                                             │OO│                                                                             │
│                                                                             └──┘                                                                             │
│                                                                          < S/PDIF >       

All help and pointers are greatly appreciated!

Offline

#2 2011-12-14 19:34:15

Gusar
Member
Registered: 2009-08-25
Posts: 3,607

Re: No audio over hdmi (Radeon HD 6310)

No support for HDMI in the open drivers. It's recently been hacked together for HD5xxx, but not yet for HD6xxx.

Offline

#3 2011-12-14 19:39:56

jhnns
Member
Registered: 2011-12-14
Posts: 5

Re: No audio over hdmi (Radeon HD 6310)

Gusar wrote:

No support for HDMI in the open drivers. It's recently been hacked together for HD5xxx, but not yet for HD6xxx.

Thanks for your answer smile After installing catalyst I finally got my sound! No I just have to fix xbmc (which broke after catalyst) and figure out why I get sound but no picture when I try HW acceleration on mplayer smile (the wonders of arch i guess)

Thanks again for the speedy answer!

Offline

#4 2012-04-14 11:01:52

klz
Member
Registered: 2011-02-14
Posts: 23

Re: No audio over hdmi (Radeon HD 6310)

HD6310 / 6250 is supported now, i have it working in kernel 3.3.1

Offline

Board footer

Powered by FluxBB