Hi
I have a Nvidia 8400GS graphica card. I have connected a SONY TV to its HDMI port. The picture works fine, but the sound does not. I have connected a SPDIF cable from the motherboard to the graphics card. The system is dual bootable and with windows the sound worked immediately with no problems. I cannot get the sound to work with Fedora 17...I've googled it and spent several hours trying to get it to work..but without success.
I followed the instructions on
//wiki.archlinux.org/index.php/Advanced_Linux_Sound_Architecture.
I've used gpasswd to add my user name to the audio group.
I've run alsamixer -V all
and the default is set to PulseAudio?
If I choose Intel ICH as the sound card I have enabled the S/PDIF option (MM to 00).
I've rebooted with no luck.
aplay -l
**** List of PLAYBACK Hardware Devices ****
card 0: ICH [Intel ICH], device 0: Intel ICH [Intel ICH]
Subdevices: 1/1
Subdevice #0: subdevice #0
card 0: ICH [Intel ICH], device 2: Intel ICH - IEC958 [Intel ICH - IEC958]
Subdevices: 1/1
Subdevice #0: subdevice #0
Using the above I edited the file /etc/asound.conf to have
defaults.pcm.card 0
defaults.pcm.device 2
defaults.ctl.card 0
lsmod | grep '^snd' | column -t gives me
snd_intel8x0 33100 1
snd_ac97_codec 104777 1 snd_intel8x0
snd_pcm 81297 2 snd_ac97_codec,snd_intel8x0
snd_page_alloc 13709 2 snd_intel8x0,snd_pcm
snd_timer 23742 1 snd_pcm
snd 63133 6 snd_ac97_codec,snd_intel8x0,snd_timer,snd_pcm
ls -l /dev/snd gives me
crw-rw----+ 1 root audio 116, 6 Jul 19 15:09 controlC0
crw-rw----+ 1 root audio 116, 5 Jul 19 15:09 pcmC0D0c
crw-rw----+ 1 root audio 116, 4 Jul 19 15:09 pcmC0D0p
crw-rw----+ 1 root audio 116, 3 Jul 19 15:09 pcmC0D1c
crw-rw----+ 1 root audio 116, 2 Jul 19 17:18 pcmC0D2p
crw-rw----. 1 root audio 116, 1 Jul 19 15:09 seq
crw-rw----+ 1 root audio 116, 33 Jul 19 15:09 timer
I must admit I dont understand this sound stuff, but feel sure that I am probably missing something obvious??
Should alsamixer show PulseAudio as the default?
Also with Fedora 17 is there an easy way to start alsa (which I presume is somesort of server foe sound???
Any help appreciated.....meanwhile I will struggle on trying different stuff
Has anybody got any suggestions??? Thanks