Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
Intel HDMI sound not working
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Multimedia
View previous topic :: View next topic  
Author Message
Bio
Apprentice
Apprentice


Joined: 17 Mar 2003
Posts: 197
Location: Geneva which should be in Switzerland...

PostPosted: Sun Jun 07, 2009 10:07 am    Post subject: Intel HDMI sound not working Reply with quote

Hello,

I've been trying to have my sound working through HDMI with no luck.

My motherboard is an Asus P5E-V HDMI with a G35 chipset. The built-in video card offers an HDMI output.

I just upgraded to kernel 2.6.29-r5 and noticed that the Intel HDMI driver was finally available so I tried that but couldn't find a way to have the sound working with HDMI.

Any clue?


For reference

Code:
aplay -l
**** List of PLAYBACK Hardware Devices ****
card 0: Intel [HDA Intel], device 0: ALC883 Analog [ALC883 Analog]
  Subdevices: 1/1
  Subdevice #0: subdevice #0
card 0: Intel [HDA Intel], device 1: ALC883 Digital [ALC883 Digital]
  Subdevices: 1/1
  Subdevice #0: subdevice #0
card 0: Intel [HDA Intel], device 3: INTEL HDMI [INTEL HDMI]
  Subdevices: 1/1
  Subdevice #0: subdevice #0


Code:
lspci
00:00.0 Host bridge: Intel Corporation 82G35 Express DRAM Controller (rev 03)
00:02.0 VGA compatible controller: Intel Corporation 82G35 Express Integrated Graphics Controller (rev 03)
00:02.1 Display controller: Intel Corporation 82G35 Express Integrated Graphics Controller (rev 03)
00:1b.0 Audio device: Intel Corporation 82801I (ICH9 Family) HD Audio Controller (rev 02)


Code:
Kernel config
--- Intel HD Audio
   [*]   Build Realtek HD-audio codec support
   [*]   Build INTEL HDMI HD-audio codec support
   [*]   Enable generic HD-audio codec parser

_________________
I'm all in !
Back to top
View user's profile Send private message
cwr
Veteran
Veteran


Joined: 17 Dec 2005
Posts: 1969

PostPosted: Sun Jun 07, 2009 1:24 pm    Post subject: Reply with quote

Are you sure it's not an Analog Device audio chipset? I had to enable that (as
well as the Intel stuff) in order to get audio on my P5 board, but it's a different
code number and may be using a different chipset.

Will
Back to top
View user's profile Send private message
Turingtest
n00b
n00b


Joined: 31 Mar 2006
Posts: 44

PostPosted: Sun Jun 07, 2009 9:09 pm    Post subject: Reply with quote

From the output of your aplay -l command it looks like it should work.

Have you tried sending output specifically to the HDMI device, e.g
mplayer -ao alsa:device=hw=0.3 some_audo_file
The HDMI out on my media centre box doesn't seem to get sound by default, unless I specifcally instruct alsa to send it there.

edit: also, make sure you're running the application you're using to play audio from an X session outputting to the HDMI device you want to hear the sound on. Sound doesn't seem to work for me otherwise.
Back to top
View user's profile Send private message
Bio
Apprentice
Apprentice


Joined: 17 Mar 2003
Posts: 197
Location: Geneva which should be in Switzerland...

PostPosted: Mon Jun 08, 2009 7:45 am    Post subject: Reply with quote

Turingtest wrote:
Have you tried sending output specifically to the HDMI device, e.g
mplayer -ao alsa:device=hw=0.3 some_audo_file


Thanks I'll try that this evening
_________________
I'm all in !
Back to top
View user's profile Send private message
richard.scott
Veteran
Veteran


Joined: 19 May 2003
Posts: 1497
Location: Oxfordshire, UK

PostPosted: Mon Jun 08, 2009 10:07 pm    Post subject: Reply with quote

also, check for a bios upgrade. I have a board that had no sound via HDMI untill after that.
Back to top
View user's profile Send private message
Bio
Apprentice
Apprentice


Joined: 17 Mar 2003
Posts: 197
Location: Geneva which should be in Switzerland...

PostPosted: Fri Jun 12, 2009 11:42 am    Post subject: Reply with quote

So far no luck, could it be related to my alsa-utils version? 1.0.17

I thought about upgrading the BIOS but that means installing a Windows OS since I don't believe ASUS provides a flash utility for Linux. As this box is my file and backup server I will keep this idea as last resort.
_________________
I'm all in !
Back to top
View user's profile Send private message
KaZeR
Apprentice
Apprentice


Joined: 04 Feb 2004
Posts: 291
Location: Au fond, à droite.

PostPosted: Sat Jul 04, 2009 7:38 pm    Post subject: Reply with quote

Hey there.

Anything new on your side?

I have a similar issue :
Code:
 # aplay -l
**** List of PLAYBACK Hardware Devices ****
card 0: SB [HDA ATI SB], device 0: ALC883 Analog [ALC883 Analog]
  Subdevices: 1/1
  Subdevice #0: subdevice #0
card 0: SB [HDA ATI SB], device 1: ALC883 Digital [ALC883 Digital]
  Subdevices: 1/1
  Subdevice #0: subdevice #0
card 1: HDMI [HDA ATI HDMI], device 3: ATI HDMI [ATI HDMI]
  Subdevices: 1/1
  Subdevice #0: subdevice #0


I have sound using 0.0, no error on 0.1, but Failed to initialize audio driver 'alsa:device=hw=1.0'

Thanks in advance..
_________________
Foo.
Back to top
View user's profile Send private message
njcwotx
Guru
Guru


Joined: 25 Feb 2005
Posts: 587
Location: Texas

PostPosted: Thu Sep 10, 2009 3:00 am    Post subject: Reply with quote

Im stuck too,

Code:
*** List of PLAYBACK Hardware Devices ****
card 0: Intel [HDA Intel], device 0: AD198x Analog [AD198x Analog]
  Subdevices: 1/1
  Subdevice #0: subdevice #0
card 0: Intel [HDA Intel], device 1: AD198x Digital [AD198x Digital]
  Subdevices: 1/1
  Subdevice #0: subdevice #0


the drivers are all in the kernel too...just no sound.
_________________
Drinking from the fountain of knowldege.
Sometimes sipping.
Sometimes gulping.
Always thirsting.
Back to top
View user's profile Send private message
KaZeR
Apprentice
Apprentice


Joined: 04 Feb 2004
Posts: 291
Location: Au fond, à droite.

PostPosted: Thu Sep 10, 2009 5:45 am    Post subject: Reply with quote

It took me a while to realize that the X server has to be running.
I made all my tests from the console, thinking that i would try to get the display running correctly afterwise.
I got bored of working on sound, thought that i would see how the video playback was working.. and i got sound.

Did you made your tries from the console or from a X session?
_________________
Foo.
Back to top
View user's profile Send private message
Stu_28
Tux's lil' helper
Tux's lil' helper


Joined: 12 Jun 2003
Posts: 129

PostPosted: Thu Sep 10, 2009 7:22 pm    Post subject: Reply with quote

Just out of curiosity, did you unmute your card? From the Alsa-sound-mini-HOWTO:

Quote:

The ALSA drivers can use the "muting'" facilities that most soundcards have. If you loaded the sound drivers and everything is fine but you get nothing but silence, then you probably forgot to unmute your card. You need "amixer" or "alsamixer" for this, both from the ALSA-util package. Just typing

amixer set -c 1 Master 70 unmute
amixer set -c 1 PCM 70 unmute
amixer set -c 1 CD 70 unmute

should do for most applications. Please note that for the older amixer command you need to leave out the "set" in the command line.
Back to top
View user's profile Send private message
njcwotx
Guru
Guru


Joined: 25 Feb 2005
Posts: 587
Location: Texas

PostPosted: Thu Sep 10, 2009 7:40 pm    Post subject: Reply with quote

strange as it seems, its not playing kde system sounds.

I ended up doing the following before I figured that kde was part of my problem, somewhere along the way it fixed it.

I set the kernel to load modules, then I was able to run alsaconf and it saw my card correctly, I also had to start alsasound service. I went back later to kernel compiled in drivers and those appeared to work. At one point after all that I popped on the internet to play a youtube video and discovered the sound was actually working! No i have to figure out why kde wont play system sounds.
_________________
Drinking from the fountain of knowldege.
Sometimes sipping.
Sometimes gulping.
Always thirsting.
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Multimedia All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum