No HDMI sound output on TV

Asked by Xn

Hi,
I have been tryin to get the HDMI output to the TV, but no luck.
From the sound settings, I cannot see the HDMI device.
aplay -l >

card 0: Intel [HDA Intel], device 0: STAC92xx Analog [STAC92xx Analog]
  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

I then followed the "SoundTroubleshootingProcedure"
And uploaded the alsa output at the following link:

http://www.alsa-project.org/db/?f=1207017110b4b3b80e75fe9d76e38f59428ebb43

Thanks,

Xn

Question information

Language:
English Edit question
Status:
Solved
For:
Ubuntu alsa-driver Edit question
Assignee:
No assignee Edit question
Solved by:
Daniel Letzeisen
Solved:
Last query:
Last reply:

This question was reopened

  • by Xn
Revision history for this message
Daniel Letzeisen (dtl131) said :
#1
Revision history for this message
Xn (xn1pll) said :
#2

Thanks Daniel Letzeisen, that solved my question.

Revision history for this message
Xn (xn1pll) said :
#3

Done what Daniel suggested.
The first step was enough to make HDMI appear in sound settings, for me to be able to chose it.
Thanks Daniel, indeed.

Xn.

Revision history for this message
Xn (xn1pll) said :
#4

I now have another problem tie with the video driver: window snapping won't work any longer..
I have tried
ps -A | grep compiz
and nothing happened...
Should I have to reinstall the ATI driver?
Won't the HDMI go away?
Xn

Revision history for this message
Daniel Letzeisen (dtl131) said :
#5

I don't really know too much about Unity/compiz. What I can advise is to check glxinfo renderer string and make sure it does not say "Software" or "llvmpipe"

Commands:
sudo apt-get install mesa-utils
glxinfo | grep renderer

If the renderer string says "Gallium 0.4 on RV635" (or something close), then the 3D driver is good, and you should mark this question solved and make a new question about Unity/compiz.

Revision history for this message
Xn (xn1pll) said :
#6

Here is what I got:

glxinfo | grep renderer
Xlib: extension "GLX" missing on display ":0".
Xlib: extension "GLX" missing on display ":0".
Xlib: extension "GLX" missing on display ":0".
Xlib: extension "GLX" missing on display ":0".
Xlib: extension "GLX" missing on display ":0".
Error: couldn't find RGB GLX visual or fbconfig
Xlib: extension "GLX" missing on display ":0".
Xlib: extension "GLX" missing on display ":0".
Xlib: extension "GLX" missing on display ":0".
Xlib: extension "GLX" missing on display ":0".
Xlib: extension "GLX" missing on display ":0".
Xlib: extension "GLX" missing on display ":0".
Xlib: extension "GLX" missing on display ":0".
....

Xn

Revision history for this message
Daniel Letzeisen (dtl131) said :
#7

So this just started happening when you added radeon.audio=1? That's odd...

Pastebin your /var/log/Xorg.0.log and link us to it

Revision history for this message
Xn (xn1pll) said :
#8
Revision history for this message
Xn (xn1pll) said :
#9

BTW,
I am not sure the last fix removed window snapping.
What I am sure is that I have noticed now.
What I have done before this, to the ATI driver was to update it to the latest from the Ubuntu repository.

Xn

Revision history for this message
Best Daniel Letzeisen (dtl131) said :
#10

[ 15.960] (II) Module glx: vendor="NVIDIA Corporation"

Gor some unknown reason. you tried to install the nvidia proprieatry driver. Remove it, and all should be well...

Revision history for this message
Xn (xn1pll) said :
#11

Thanks Daniel Letzeisen, that solved my question.

Revision history for this message
Xn (xn1pll) said :
#12

U R a * !!

Got it working like a charm.
Thanx for the nice help.
Xn