<div dir="ltr"><div dir="ltr">Cool you have gained some insight.<div>I would define your sink as hw:<span style="font-size:small;background-color:rgb(255,255,255);text-decoration-style:initial;text-decoration-color:initial;float:none;display:inline">D2X,<sink_index> as the card number can change but the name won't.</span></div><div>make a safety copy of ~/.asoundrc and make the file contain only this line.</div><div><br></div><div>defaults.namehint.extended on<br></div><div><br></div><div>The please post the output of `aplay -L` and `amixer -cD2X contents`.</div><div>You may be able to disable 5.1 and get the analog sink to work.</div><div><br></div><div><div class="gmail_extra"><div class="gmail_quote">On Mon, Oct 22, 2018 at 11:37 AM, Andrey Semashev <span dir="ltr"><<a href="mailto:andrey.semashev@gmail.com" target="_blank">andrey.semashev@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">On 10/22/18 5:45 PM, Russell Treleaven wrote:<br>
<blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">
make a safety copy of /etc/pulse/<a href="http://default.pa" rel="noreferrer" target="_blank">default.pa</a> <<a href="http://default.pa" rel="noreferrer" target="_blank">http://default.pa</a>><span class="gmail-"><br>
edit the file to comment out the following lines like this<br>
<br>
#load-module module-udev-detect<br>
#load-module module-detect<br>
<br>
add the following lines immediately following the ones you commented out<br>
<br>
load-module module-alsa-sink device=hw:<your_card>,<sink_in<wbr>dex> sink_properties="your_sink"<br>
load-module module-alsa-source device=hw:<your_card>,<source_<wbr>index> source_properties="your_source<wbr>"<br>
<br>
You can discover the value for <your_card>, <sink_index> and <source_index> via `aplay -l` and `arecord -l`<br>
<br>
restart pulseaudio<br>
`pulseaudio -k`<br>
<br>
verify it worked<br>
`pactl list sinks`<br>
`pactl list sources`<br>
<br>
Not a fix but it is a workaround<br>
</span></blockquote>
<br>
Thanks, but it doesn't really work for me. `aplay -l` shows:<br>
<br>
card 0: D2X [Xonar D2X], device 0: Multichannel [Multichannel]<br>
  Subdevices: 0/1<br>
  Subdevice #0: subdevice #0<br>
card 0: D2X [Xonar D2X], device 1: Digital [Digital]<br>
  Subdevices: 1/1<br>
  Subdevice #0: subdevice #0<br>
card 1: PCH [HDA Intel PCH], device 0: ALC892 Analog [ALC892 Analog]<br>
  Subdevices: 0/1<br>
  Subdevice #0: subdevice #0<br>
card 1: PCH [HDA Intel PCH], device 1: ALC892 Digital [ALC892 Digital]<br>
  Subdevices: 0/1<br>
  Subdevice #0: subdevice #0<br>
card 1: PCH [HDA Intel PCH], device 3: HDMI 0 [HDMI 0]<br>
  Subdevices: 0/1<br>
  Subdevice #0: subdevice #0<br>
<br>
so the D2X (analog output) should be "hw:0,0", right? Adding this line:<br>
<br>
load-module module-alsa-sink device=hw:0,0<br>
<br>
does not add a D2X sink to `pactl list sinks`. Adding this line:<br>
<br>
load-module module-alsa-sink device=hw:0,1<br>
<br>
does add D2X *digital* ouptut sink. So PulseAudio has a specific problem with multichannel (5.1) analog output for some reason.<div class="gmail-HOEnZb"><div class="gmail-h5"><br>
______________________________<wbr>_________________<br>
pulseaudio-discuss mailing list<br>
<a href="mailto:pulseaudio-discuss@lists.freedesktop.org" target="_blank">pulseaudio-discuss@lists.freed<wbr>esktop.org</a><br>
<a href="https://lists.freedesktop.org/mailman/listinfo/pulseaudio-discuss" rel="noreferrer" target="_blank">https://lists.freedesktop.org/<wbr>mailman/listinfo/pulseaudio-di<wbr>scuss</a><br>
</div></div></blockquote></div><br><br clear="all"><div><br></div>-- <br><div class="gmail_signature"><div dir="ltr"><div><div dir="ltr"><div><div>Sincerely,</div><div dir="ltr"><br></div><div dir="ltr">Russell Treleaven<div><a href="mailto:sip%3Artreleaven@sip.bunnykick.ca" target="_blank">sip:rtreleaven@sip.bunnykick.ca</a>;transport=tcp</div><div><br></div></div></div></div></div></div></div>
</div></div></div></div>