Kodi Community Forum

Full Version: no sound from spdif (yet another one)
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
G'day, I have set up my Asys e45m-1 deluxe htpc w/ XBMCbuntu Eden but cannot get sound from the spdif. I have it hooked up to optical, that goes to my digital amplifier. I just need 2 channel stereo from it. From the looks of it, there is a signal to lock onto (amp shows this) however no sound is being produced. I have tried all possible combinations of outputs in Settings. aplay -l output is below.

Code:
**** List of PLAYBACK Hardware Devices ****
card 0: Generic [HD-Audio Generic], device 3: HDMI 0 [HDMI 0]
  Subdevices: 1/1
  Subdevice #0: subdevice #0
card 1: SB [HDA ATI SB], device 0: ALC892 Analog [ALC892 Analog]
  Subdevices: 1/1
  Subdevice #0: subdevice #0
card 1: SB [HDA ATI SB], device 1: ALC892 Digital [ALC892 Digital]
  Subdevices: 1/1
  Subdevice #0: subdevice #0

Anyone care to shed some light on this? Thanks in advance,
try plughw:1,1 and hw:1,1 for passthrough. disable menu sounds, unmute in alsamixer.

or, much better, go for a Frodo build.
some reading for your hardware: http://forum.xbmc.org/showthread.php?t=116996
Ok, so I created /etc/asound.conf

Code:
pcm.!default {
  type plug
  slave {
#    pcm "hw:1,0"
    pcm "hw:1,1"
#   pcm "hw:0,3"
    rate 48000
  }
}

but what settings do I use in XBMC?
you don't really need an asound.conf, just select custom device in xbmc and input what I wrote above.
Cheers! That worked perfectly.