|
|
#1 | |
|
Registered User
Join Date: Jan 2011
Posts: 3
|
I've read just about every thread I can find on this topic here and on FedoraForums so I hope it's finally safe to breakdown and ask for help. nvidia buglog is attached with all the details but here are the high points.
System: new Shuttle XS35GT with an ION 2 GPU and Intel Atom D510 processor I'm running the FC14 x86_64 ALSA 1.0.24 NVIDIA 260,19,29 Alll downloaded via RPM manager in Gnome. Nouveau is blacklisted in dmesg The standard Intel HDA stereo output works but the HDMI audio does not and never has. speaker-test -c6 -twav -Dplughw:0,0 :works on the Intel standard stereo out speaker-test -c6 -twav -Dplughw:2,3 :runs without error but no sound is produced on the HDMI card. I've tested the HDMI cable with my laptop and the sound works fine using Win 7. If my problem is obvious from the attachment please let me know. If it isn't, I have some questions that may be relevant. 1. /proc/asound/modules lists the snd_hda_intel codec twice. Is this normal? 0 snd_hda_intel 1 snd_usb_audio 2 snd_hda_intel <--- This card is my nvidia card. Shouldn't it use it's own codec? 2. alsamixer shows four S/PDIF outputs for the nVidia card. I can mute/unmute these outputs but I cannot select any volume higher than 00. I can select volumes for the Intel card. Is this normal? 3. PulseAudio comes with FC14. I've read other similar threads where it was the root cause of their problem. Do I need/want it? What's the best way to ditch it. I don't have an AV receiver. I'm just trying to get stereo output from my 50" Samsung Plasma via HDMI. Any help/suggestions are welcome. Thanks. Last edited by gotliebk; 02-03-11 at 01:46 AM. Reason: Buglog seems to be missing. |
|
|
|
|
|
|
#2 | |
|
Registered User
Join Date: Feb 2008
Posts: 163
|
Quote:
I don't think ditching pulseaudio is a solution as removing it will cause other issues. Did you try this thread? http://forums.fedoraforum.org/showth...highlight=hdmi Code:
[leigh@localhost ~]$ cat /proc/asound/modules 0 snd_hda_intel 1 snd_hda_intel [leigh@localhost ~]$ Code:
amixer -c 2 sset 'IEC958' unmute;amixer -c 2 sset 'IEC958',1 unmute;amixer -c 2 sset 'IEC958',2 unmute;amixer -c 2 sset 'IEC958',3 unmute speaker-test -c6 -twav -Dplughw:2,7
__________________
leigh123linux |
|
|
|
|
|
|
#3 |
|
Moderator
Join Date: Aug 2005
Posts: 1,327
|
Instead of -Dplughw:2,3, use -Dplughw:2,7. That should fix it.
As background, please see my recent thread pointing at HDMI audio documentation NVIDIA GPUs expose a standard HD-Audio/Azalia codec, hence why it uses the same driver as your HD-Audio analog sound card. The audio outputs only support mute/unmute, no volume controls since they're digital outs. PulseAudio shouldn't be causing you any problems. |
|
|
|
|
|
#4 | |
|
Registered User
Join Date: Jan 2011
Posts: 3
|
Thanks to Stephen and leigh123linux I now have stereo sound over my HDMI cable. Awesome!
![]() Maybe one of you can shed some light on why I needed to create an entry in my asound.conf file to make this work. The Gnome desktop sound app sees and lets you select the hdmi card but does not make the sound work. I simply had to add the following to my asound.conf file. pcm.!default { type hw card 2 device 7 } What forum should I report this problem too? Gnome? Fedora? I actually encountered this problem on a botched (my fault) install of FC13 and got nowhere after 10 hours of trying. Frustrated, I started over with a clean FC14 and only spent a few hours hacking on it before making this post. All told, it probably took 15-18 hours of trying to get the audio working the way I wanted it. How can I help save others this problem? Thanks again to you both. |
|
|
|
|
|
|
#5 | |
|
Registered User
Join Date: Feb 2008
Posts: 163
|
Quote:
https://bugzilla.redhat.com/enter_bu...product=Fedora I don't believe the F13 kernel had a new enough alsa-driver to work with your card. |
|
|
|
|
|
|
#6 | |
|
Moderator
Join Date: Aug 2005
Posts: 1,327
|
I recently posted a sticky thread with documentation of HDMI audio. This may answer some of your questions.
|
|
|
|
|
|
|
#7 | |
|
Registered User
Join Date: Oct 2008
Posts: 114
|
Quote:
I'm writing this only to give you a BIG THANKS. ![]() You are the man. ![]() |
|
|
|
|
![]() |
| Thread Tools | |
|
|