[Live/minimal] SPDIF Navigation Sounds (again)
#1
I lost my navigation sounds and don't know where to find them. Wink

I know there are lots of threads out there on (navigation) sound issue. I have XBMC installed on an ION system, sound output via SPDIF, following this wiki entry - hence there should be no issues with pulse (I hope?).

I had everything working, then tried the web interface add-on AWX (from the internal add-on download option). Since then, I don't have navigations sounds anymore. I removed AWX and even replaced the XBMC home folder with an older backup (from before-AWX times), but to no avail.

I have a working XBMC live installation (with navigation sounds) on an USB stick here. I just can't seem to find the relevant file(s) which I would need to copy over to get navigation sounds again.

I also tried to set the audio and passthrough device as custom - plughw:0,1. But that does not help, either. (Before it was working with iec958.)

.asoundrc:

Code:
pcm.both {
        type route
        slave {
                pcm multi
                channels 6
        }
        ttable.0.0 1.0
        ttable.1.1 1.0
        ttable.0.2 1.0
        ttable.1.3 1.0
        ttable.0.4 1.0
        ttable.1.5 1.0
}

pcm.multi {
        type multi
        slaves.a {
                pcm "hdmi_hw"
                channels 2
        }
        slaves.b {
                pcm "digital_hw"
                channels 2
        }
        slaves.c {
                pcm "analog_hw"
                channels 2
        }
        bindings.0.slave a
        bindings.0.channel 0
        bindings.1.slave a
        bindings.1.channel 1
        bindings.2.slave b
        bindings.2.channel 0
        bindings.3.slave b
        bindings.3.channel 1
        bindings.4.slave c
        bindings.4.channel 0
        bindings.5.slave c
        bindings.5.channel 1
}

pcm.hdmi_hw {
        type hw
        card 0
        device 3
        channels 2
}

pcm.hdmi_formatted {
        type plug
        slave {
                pcm hdmi_hw
                rate 48000
                channels 2
        }
}

pcm.hdmi_complete {
        type softvol
        slave.pcm hdmi_formatted
        control.name hdmi_volume
        control.card 0
}

pcm.digital_hw {
        type hw
        card 0
        device 1
        channels 2
}

pcm.analog_hw {
        type hw
        card 0
        device 0
        channels 2
}

aplay -l:

Code:
**** List of PLAYBACK Hardware Devices ****
card 0: NVidia [HDA NVidia], device 0: ALC662 rev1 Analog [ALC662 rev1 Analog]
  Subdevices: 0/1
  Subdevice #0: subdevice #0
card 0: NVidia [HDA NVidia], device 1: ALC662 rev1 Digital [ALC662 rev1 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

I don't have any asound.conf.

I also tried

Code:
apt-get purge linux-sound-base alsa-base alsa-utils
apt-get install linux-sound-base alsa-base alsa-utils

but that did not fix navigation sounds, either.
Reply
#2
Bump?
Reply

Logout Mark Read Team Forum Stats Members Help
[Live/minimal] SPDIF Navigation Sounds (again)0