Hi all,
my MOBO is an ASUS M3N78-VM, with the ASUS SPDIF-SA expansion port.
The optical SPDIF port of the MOBO is not recognized, but the one from the expansion port is.
So, i was able to have optical SPDIF output to the AV amp, and selecting it from the AVWizard menu works (audio volume, dolby and dts).
Problem: some video files (DVD images - diretory with audio_ts and video_ts) plays the image, but not sound.
To verify what is happening, i booted another partion, with kubuntu 8.10, same kernel (2.6.25-15), same alsa upgrades (1.0.21-4). Using kaffeine, the same file played with sound.
Sometimes, when kde is starting (kmix is launched) i can hear the "kde welcome" sound from the hdmi (my LCD TV), on this environment.
Using Webadmin -> media director under sound card = standard sound, audio settings = SPDIF Toslink and Use AC3/DTS pass-through is marked.
The output of the alsa settings (LinuxMCE environment) are:
------------ output of aplay -l -----------------
**** List of PLAYBACK Hardware Devices ****
card 0: NVidia [HDA NVidia], device 0: VT1708B Analog [VT1708B Analog]
Subdevices: 2/2
Subdevice #0: subdevice #0
Subdevice #1: subdevice #1
card 0: NVidia [HDA NVidia], device 1: VT1708B Digital [VT1708B Digital]
Subdevices: 1/1
Subdevice #0: subdevice #0
card 0: NVidia [HDA NVidia], device 3: NVIDIA HDMI [NVIDIA HDMI]
Subdevices: 1/1
Subdevice #0: subdevice #0
------------ output of aplay -L -----------------
front:CARD=NVidia,DEV=0
HDA NVidia, VT1708B Analog
Front speakers
surround40:CARD=NVidia,DEV=0
HDA NVidia, VT1708B Analog
4.0 Surround output to Front and Rear speakers
surround41:CARD=NVidia,DEV=0
HDA NVidia, VT1708B Analog
4.1 Surround output to Front, Rear and Subwoofer speakers
surround50:CARD=NVidia,DEV=0
HDA NVidia, VT1708B Analog
5.0 Surround output to Front, Center and Rear speakers
surround51:CARD=NVidia,DEV=0
HDA NVidia, VT1708B Analog
5.1 Surround output to Front, Center, Rear and Subwoofer speakers
surround71:CARD=NVidia,DEV=0
HDA NVidia, VT1708B Analog
7.1 Surround output to Front, Center, Side, Rear and Woofer speakers
iec958:CARD=NVidia,DEV=0
HDA NVidia, VT1708B Digital
IEC958 (S/PDIF) Digital Audio Output
hdmi:CARD=NVidia,DEV=0
HDA NVidia, NVIDIA HDMI
HDMI Audio Output
null
Discard all samples (playback) or generate zero samples (capture)
------------ output of cat /proc/asound/devices -----------------
0: [ 0] : control
1: : sequencer
4: [ 0- 0]: hardware dependent
7: [ 0- 3]: hardware dependent
16: [ 0- 0]: digital audio playback
17: [ 0- 1]: digital audio playback
19: [ 0- 3]: digital audio playback
24: [ 0- 0]: digital audio capture
33: : timer
/etc/asound.conf:
pcm_slave.spdif_convert48k {
pcm "spdif"
rate 48000
}
pcm.spdif_playback {
type plug
slave spdif_convert48k
}
pcm_slave.hdmi_convert48k {
pcm "hdmi"
rate 48000
}
pcm.hdmi_playback {
type plug
slave hdmi_convert48k
}
pcm.asym_spdif {
type asym
playback.pcm "spdif_playback"
capture.pcm "plughw:0"
}
pcm.asym_hdmi {
type asym
playback.pcm "hdmi_playback"
capture.pcm "plughw:0"
}
pcm.asym_analog {
type asym
playback.pcm "plug:dmix"
capture.pcm "plughw:0"
}
pcm.!default asym_spdif
Beside this, the volume is not manageable.
I also tried, under LinuxMCE to use KDE, but under this environment, aplay -l return no cards, but sudo aplay -l returns the card list.
libdvdcss2, w32codecs are installed (i did it after installing LinuxMCE 0810).
Is there any error i could not find, in order when playing this files having the sound working?
TIA,
Paulo