Hi !
I noticed that pisound-btn was running and eating up quite a bit of CPU in fact, on what is a reasonably fresh re-install. I suspect and apt-get update caused the service to be restarted.
I wonder if it's worth taking it out completely from setup.sh, ie, apt-get remove pisound-btn.
The consequences as far as I can tell will be:
- It takes out these packages: modep-btn-scripts modep-ctl-scripts pisound-btn pisound-ctl pisound-ctl-scripts-common pisound-ctl-scripts-puredata
pisound-ctl-scripts-system. Do we have anything that relies on any of these ? A bit of grepping around didn't show anything obvious but I'm not
quite an expert in pi-Stomp yet :-) I took them out here, rebooted and things seem to still function.
- The hostapd configuration (hotspot mode) is part of the pisound-btn debian package, including the dhcp config and the systemd service. I don't know
if we can convince Blokas to split these into a separate debian package, I'll ask, but in the meantime, we could just ship our own versions of these
in pi-stomp/setup and copy them over.
Thoughts ?