Page 1 of 1

no sound hdmi ati

Posted: 11 Jun 2015, 21:01
by Slaxmax
how to get sound in hdmi?
I tried make or edit a new ~/.asoundrc without success

list playback devices

Code: Select all

guest@porteus:~$ 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: HDMI [HDA ATI HDMI], device 3: HDMI 0 [HDMI 0]
  Subdevices: 1/1
  Subdevice #0: subdevice #0
test speaker HDMI (no sound) conected in hdmi TV

Code: Select all

guest@porteus:~$ speaker-test -c 2 -r 48000 -D hw:1,3

speaker-test 1.0.28

Playback device is hw:1,3
Stream parameters are 48000Hz, S16_LE, 2 channels
Using 16 octaves of pink noise
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
 1 - Front Right
test speaker analog output (sound)

Code: Select all

guest@porteus:~$ speaker-test -c 2 -r 48000 -D hw:0,0

speaker-test 1.0.28

Playback device is hw:0,0 
Stream parameters are 48000Hz, S16_LE, 2 channels
Using 16 octaves of pink noise
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
 1 - Front Right
Thank you

Re: no sound hdmi ati

Posted: 12 Jun 2015, 09:16
by fanthom
please create asound.conf file with following content:

Code: Select all

defaults.pcm.card 1
defaults.pcm.device 3
defaults.ctl.card 1
and copy it to /etc every time you want to have the sound redirected to HDMI.
if you want to get back to original configuration then you need to delete /etc/asound.conf and restart applications which uses sound card.

Re: no sound hdmi ati

Posted: 13 Jun 2015, 16:46
by Slaxmax
fanthom wrote:please create asound.conf file with following content:

Code: Select all

defaults.pcm.card 1
defaults.pcm.device 3
defaults.ctl.card 1
and copy it to /etc every time you want to have the sound redirected to HDMI.
if you want to get back to original configuration then you need to delete /etc/asound.conf and restart applications which uses sound card.
Thank you fanthom

I tried before /~.asoundrc with this information, and now /etc/asound.conf.
If I test with speaker-test command, not show any error, but no sound.

I tried copy2ram with rootcopy /etc/asound.conf, without my modules and no sound yet.

Re: no sound hdmi ati

Posted: 13 Jun 2015, 19:54
by fanthom
please have a look here:
https://wiki.archlinux.org/index.php/ATI#HDMI_audio

alsmo - make sure HDMI is not muted.

Re: no sound hdmi ati

Posted: 14 Jun 2015, 01:09
by Slaxmax
I have read a lot about this problem, many drop out, others get success, but for me no effect. :wall:
Very strange, I can test the HDMI device, I see the volume control on the alsamixer.
I'll keep trying.

Thank you