I have a problem that I hope somebody know how to solve:
I can't get my spdif (digital sound out) to work on my Asus P5GD1 motherboard with onboard Realtek ALC880.
I load the module snd-intel-hda and have installed alsa (driver compiled in kernel).
Alsamixer shows me the analog connectors, but where can I find configuartion for the digital out?
lspci -v | grep Audio:
0000:00:1b.0 Class 0403: Intel Corporation 82801FB/FBM/FR/FW/FRW (ICH6 Family) High Definition Audio Controller (rev 03)
lsmod:
Module Size Used by
snd_hda_intel 14592 0
snd_hda_codec 82048 1 snd_hda_intel
/etc/modules.d/alsa:
# ALSA portion
alias char-major-116 snd
# OSS/Free portion
alias char-major-14 soundcore
##
## IMPORTANT:
## You need to customise this section for your specific sound card(s)
## and then run `update-modules' command.
## Read alsa-driver's INSTALL file in /usr/share/doc for more info.
##
## ALSA portion
## alias snd-card-0 snd-interwave
## alias snd-card-1 snd-ens1371
## OSS/Free portion
## alias sound-slot-0 snd-card-0
## alias sound-slot-1 snd-card-1
##
alias snd-card-0 snd-hda-intel
# OSS/Free portion - card #1
alias sound-service-0-0 snd-mixer-oss
alias sound-service-0-1 snd-seq-oss
alias sound-service-0-3 snd-pcm-oss
alias sound-service-0-8 snd-seq-oss
alias sound-service-0-12 snd-pcm-oss
## OSS/Free portion - card #2
## alias sound-service-1-0 snd-mixer-oss
## alias sound-service-1-3 snd-pcm-oss
## alias sound-service-1-12 snd-pcm-oss
alias /dev/mixer snd-mixer-oss
alias /dev/dsp snd-pcm-oss
alias /dev/midi snd-seq-oss
# Set this to the correct number of cards.
options snd cards_limit=1
aplay -l:
**** List of PLAYBACK Hardware Devices ****
card 0: Intel [HDA Intel], device 0: ALC880 Analog [ALC880 Analog]
Subdevices: 1/1
Subdevice #0: subdevice #0
amixer can be posted if asked to, I didn't want to produce one of those "never ending posts"
It doesn't seems like I have any digital playback interface at all due to the output of aplay.
Am I missing something essential here, is there any additional software that I need?
I'v seen lot of people use the feature, so I suppose it's pretty easy once you figured out how to do it (as most things in this world)
Thanks for any help/tip.


