soundcheck wrote: 
> Just installed an Arch Minimal and SoA (from GIT) on a Pi2. Works
> nicely. 
> But it needs some Linux knowledge to get going. 
> What all descriptions I came across seem to lack, is a note about how to
> set up the "aur" user and the related home (/aur).
> Several mods inside the OS are also missing.
> All these I2S DAC modules need to be added manually.
> Perhaps there's more.
> However. I'm more then happy the way the stuff performs. 
> The PI2 also performs nicely.
> I installed LMS and SL. While streaming Qobuz flacs I run a CPU load of
> around 0.7%. Not bad. ( I applied a little overclocking though)
> 
> 
> 
> Some Qs.
> 
> 1. When running SL and LMS on the same device, wasn't there a specific
> networking setup for SL to pass the networkstack 100% by ? Or was it
> done automatically?
> 2. Perhaps I forgot. Is SoA announcing its own URL on the local web
> server, e.g: "http://soa"; instead of entering the IP address of the
> server/client?
> 3. Does anybody know if Triode runs an install script to apply certain
> OS modifications, e.g. stuff like setting journald to volatile ?
> 
> THX

I posted the "aur" user setup commands used by Triode at #1400. What OS
mods are you referring to?  For DAC modules, I suppose you mean you have
to manually edit config.txt to enable the correct overlays for your I2S
hardware, and then re-boot.  Triode didn't get around to incorporating
selecting such devices via his webui.  

To answer your questions:

1. Don't know - not heard of this before.

2. Check your htop - did you install avahi? If you used an official
installer you'd get avahi-daemon running and the Rpi announced as
"soa-rpi.local" (your hostname might differ). So you could ping, ssh or
access via web using that name. 

3. Just mount one of the official installer images and check the
contents of create sd card script. AFAIK, this is the only place/time
that anything you might call an "OS mod" takes place.  And on my RPi
install journald stoarge is already set to "Volatile":


Code:
--------------------
    
  cat etc/systemd/journald.conf
  cat: etc/systemd/journald.conf: No such file or directory
  [root@soa-rpi ~]# cat /etc/systemd/journald.conf
  #  This file is part of systemd.
  #
  #  systemd is free software; you can redistribute it and/or modify it
  #  under the terms of the GNU Lesser General Public License as published by
  #  the Free Software Foundation; either version 2.1 of the License, or
  #  (at your option) any later version.
  #
  # You can override the directives in this file by creating files in
  # /etc/systemd/journald.conf.d/*.conf.
  #
  # See journald.conf(5) for details
  
  [Journal]
  Storage=volatile
  #Compress=yes
  #Seal=yes
  #SplitMode=uid
  #SyncIntervalSec=5m
  #RateLimitInterval=30s
  #RateLimitBurst=1000
  #SystemMaxUse=
  #SystemKeepFree=
  #SystemMaxFileSize=
  #RuntimeMaxUse=
  #RuntimeKeepFree=
  #RuntimeMaxFileSize=
  #MaxRetentionSec=
  #MaxFileSec=1month
  #ForwardToSyslog=no
  #ForwardToKMsg=no
  #ForwardToConsole=no
  #ForwardToWall=yes
  #TTYPath=/dev/console
  #MaxLevelStore=debug
  #MaxLevelSyslog=debug
  #MaxLevelKMsg=notice
  #MaxLevelConsole=info
  #MaxLevelWall=emerg
  
--------------------


------------------------------------------------------------------------
Krisbee's Profile: http://forums.slimdevices.com/member.php?userid=59080
View this thread: http://forums.slimdevices.com/showthread.php?t=101624

_______________________________________________
unix mailing list
[email protected]
http://lists.slimdevices.com/mailman/listinfo/unix

Reply via email to