<div dir="ltr">I booted my LiveCD and saw that the dpkg output there is just the same as for my regular system (on solid-state drive).  I'm glad to know that I have jack1 and not jack2, though I'm still not really sure I understand completely, since the jack process I get is named jackdbus.  For now, I stopped using the jack_control shell script and am just using qjackctl to bring jack up, and still, the process name is jackdbus.  I thought jackdbus was jack2...<div><br></div><div>Also, after considering your input on my password situation, I finally realized that in Linux there's not a separate admin user name, and I started the root terminal and was able to remember/specify the correct root password. So that problem is solved.</div><div><br></div><div>The most interesting thing is my mistaken idea that the low-pass filter was attenuating a lot.  I think I have been misunderstanding the frequency content of those low notes on a piano.  I was thinking for example the low A is a more or less pure 27.5hz, but now I think I see, duh, there are lots of resonances that you hear, that are higher frequencies.   My 60hz low pass filter gets rid of those and sends them to the mid/high speaker, so all that is left for the big woofer is the lowest frequency content.  That is a kind of strange sound; divorced from its resonances, the piano key sounds weird, and probably due to my woofers needing equalization below 50hz or so, it's not as loud. Have I got this right??</div><div><br></div><div>If so, I'm thinking, everything is actually working correctly!!  Next challenge: to figure out how to add some equalization via ecasound (or other way you guys might suggest) to get good response out of my woofers, all the way down into the 20-30hz range.  That should finally make my piano sound more like a real grand piano, I think.</div><div>Thanks!!</div><div>John</div><div><br></div></div><div class="gmail_extra"><br><div class="gmail_quote">On Sat, Jan 21, 2017 at 1:10 AM, Ralf Mardorf <span dir="ltr"><<a href="mailto:ralf.mardorf@alice-dsl.net" target="_blank">ralf.mardorf@alice-dsl.net</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><span class="">On Sat, 21 Jan 2017 00:41:23 +0100, john gibby <<a href="mailto:johnalan.gibby@gmail.com" target="_blank">johnalan.gibby@gmail.com</a>> wrote:<br>
</span><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><span class="">
Ralf, here is the output from dpkg:<br></span><span class="">
Audio Connection Kit (default server package)<br>
ii  jackd1                 2:0.124.2~20151211-2~xenial1 amd64        JACK<br></span><span class="">
ii  libjack-dev            2:0.124.2~20151211-2~xenial1 amd64        JACK<br>
Audio Connection Kit (development files)<br>
</span></blockquote>
<br>
Now we _know_ you are using jack1 and _not_ jack2.<br>
Did you compile software?<span class=""><br>
<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
I am using buffer size 128, N=3, 48000hz.<br>
</blockquote>
<br></span>
This shouldn't cause too much latency.<span class=""><br>
<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
By the way, I'm embarrassed to admit that I really have forgotten my admin password<br>
</blockquote>
<br></span>
Boot a live media. Since modern Linux usually use systemd, you not necessarily need to chroot, alternatively you could use a systemd-nspawn container.<br>
<br>
Mount the root partition of the install, replace /dev/sda1 by the correct partition:<br>
<br>
# mkdir /mnt/linux<br>
# mount /dev/sda1 /mnt/linux<br>
# systemd-nspawn -qD /mnt/linux<br>
# passwd root<br>
<br>
or<br>
<br>
# passwd username<br>
<br>
if you don't use a root account, but sudo only, if so replace "username" by the name of the first user (UID 1000).<br>
<br>
Push Ctrl+D to leave the container.<div class="HOEnZb"><div class="h5"><br>
<br>
Regards,<br>
Ralf<br>
______________________________<wbr>_________________<br>
Linux-audio-user mailing list<br>
<a href="mailto:Linux-audio-user@lists.linuxaudio.org" target="_blank">Linux-audio-user@lists.linuxau<wbr>dio.org</a><br>
<a href="http://lists.linuxaudio.org/listinfo/linux-audio-user" rel="noreferrer" target="_blank">http://lists.linuxaudio.org/li<wbr>stinfo/linux-audio-user</a><br>
</div></div></blockquote></div><br></div>