I just installed firmware 0.1.5b, but still encountering the same ERROR status of networkaudiod after bootup. I also tried switching between x86-64 and x64-ipv6 kernels with the same results. I'm not sure, but it looks to me there may be some strange execution permission issue with networkaudiod going on. Is there a Linux command to check the running status of networkaudiod (via SSH)?
[/quote]
The software tab already provide that information, if you see a PID with a XXX number, that indicates NAA is running.
alternatively, you can SSH in and run:
ps aux |grep <program_name>
Where <program_name> is the process name of NAA (I can't remember this off the top of my head right now

(28-Feb-2017, 12:27 AM)scan80269 Wrote: The NAA I've been using is networkaudiod_3.4.0-29_amd64.deb, under "Trusty" on Signalyst's site.Can you do me a favour? Edit the file /var/www/cgi/init by running this command:
Thanks!
sudo nano /var/www/cgi/init
Add the following line to the file:
Quote:export NETWORKAUDIOD_IPV6=0Save the file and reboot the computer. Does it work now with the stock kernel?