<div dir="ltr"><br><div class="gmail_extra"><br><div class="gmail_quote">On Sun, Jun 3, 2018 at 4:22 PM, Len Ovens <span dir="ltr"><<a href="mailto:len@ovenwerks.net" target="_blank">len@ovenwerks.net</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"><span class="gmail-">On Sun, 3 Jun 2018, Mac wrote:<br>
<br>
<blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">
      On Sun, 3 Jun 2018, Mac wrote:<br>
<br>
            As I said, I checked it, nothing is muted and all are at<br>
            100%.<br>
<br>
            What am I missing...<br>
<br>
<br>
      Ok, simple things first. have you verified with meterbridge or<br>
      something similar, that there is audio (needle movement) going to the<br>
      system output ports? Have you tried connecting your audio source to<br>
      all audio outputs?<br>
<br>
<br>
Yes, used meter bridge, yes there was movement.<br>
</blockquote>
<br></span>
Cool, that narrows things down anyway. So there is sound in Jackdbus, but the output is not getting to the hardware.<span class="gmail-"><br>
<br>
<blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">
That said, since my last post I booted to the original os on this laptop (it is a<br>
system76, so it came with vanilla Ubuntu) the speakers worked.<br>
(Since it was vanilla, I had no jack, etc. to play with...and has been so long I<br>
had to log in as guest, so didn't attempt to install anything.)<br>
<br>
So, I rebooted to UbStudio. Now I can start jack and get sound from the speakers,<br>
but it's distorted.<br>
</blockquote>
<br>
<br>
</span><span class="gmail-"><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">
              device: ALSA device name (str:set:hw:0:hw:HD2)<br>
             capture: Provide capture ports.  Optionally set device<br>
(str:set:none:hw:PCH)<br>
            playback: Provide playback ports.  Optionally set device<br>
(str:set:none:hw:PCH,0)<br>
                rate: Sample rate (uint:set:48000:44100)<br>
              period: Frames per period (uint:set:1024:64)<br>
</blockquote>
<br></span>
It looks to me that whatever jackd has saved needs to be cleared out.<br>
<br></blockquote><div><br></div><div>Yes, I suspect that Qjackctl saved one of the many iterations I attempted and the settings were totally bogus.<br></div><div><br></div><div> </div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">
jack_control ds alsa dps capture none dps playback none<br>
jack_control dps device hw:0  dps rate 44100 dps period 128 dps nperiods 2 start<br>
<br>
See if that works. The first line is the important one. So long as capture and playback are set separately, device doesn't seem to take effect (for me anyway). In any case you have three different devices in there and one would probably work better.<br>
<br>
You may have to replace the hw:0 with something better (hw:0 is probably hw:PCH). I don't know what HD2 is, but if you have all external audio unplugged I don't think it should be there.<br></blockquote></div></div><div class="gmail_extra"><br></div><div class="gmail_extra">Well that did indeed work.</div><div class="gmail_extra"><br></div><div class="gmail_extra">I didn't change the hw:0.</div><div class="gmail_extra"><br></div><div class="gmail_extra">The output of aplay is:</div><div class="gmail_extra"><br></div><div class="gmail_extra"> aplay --list-devices<br>**** List of PLAYBACK Hardware Devices ****<br>card 0: PCH [HDA Intel PCH], device 0: ALC892 Analog [ALC892 Analog]<br>  Subdevices: 0/1<br>  Subdevice #0: subdevice #0<br>card 0: PCH [HDA Intel PCH], device 1: ALC892 Digital [ALC892 Digital]<br>  Subdevices: 1/1<br>  Subdevice #0: subdevice #0<br>card 1: NVidia [HDA NVidia], device 3: HDMI 0 [HDMI 0]<br>  Subdevices: 0/1<br>  Subdevice #0: subdevice #0<br>card 1: NVidia [HDA NVidia], device 7: HDMI 1 [HDMI 1]<br>  Subdevices: 1/1<br>  Subdevice #0: subdevice #0<br>card 1: NVidia [HDA NVidia], device 8: HDMI 2 [HDMI 2]<br>  Subdevices: 1/1<br>  Subdevice #0: subdevice #0<br></div><div class="gmail_extra"><br></div><div class="gmail_extra">I'm assuming hw:0 somehow used PCH, it being card 0.</div><div class="gmail_extra"><br></div><div class="gmail_extra">How did you arrive at these values: dps period 128 dps nperiods 2<br></div><div class="gmail_extra"><br></div><div class="gmail_extra"><br></div><div class="gmail_extra"><br></div></div>