[Frage] Welche SaS-Version ist bei Euch auf welchem System im Einsatz?

Welche SaS-Version ist bei Euch auf welchem System im Einsatz?

  • SaS V 3.xx (veraltet) Fritzbox

    Stimmen: 0 0.0%
  • SaS V 3.xx (veraltet) sonstiges System (bitte posten welches es ist)

    Stimmen: 0 0.0%
  • SaS V 3.xx (veraltet) Raspberry Pi kleiner 2B

    Stimmen: 0 0.0%
  • SaS V 3.xx (veraltet) Raspberry Pi 2B, 3B oder neuer

    Stimmen: 0 0.0%
  • SaS V 4.xx Fritzbox

    Stimmen: 0 0.0%
  • SaS V 4.xx sonstiges System (bitte posten welches es ist)

    Stimmen: 0 0.0%
  • SaS V 4.xx Raspberry Pi kleiner 2B

    Stimmen: 1 25.0%
  • SaS V 4.xx Raspberry Pi 2B, 3B oder neuer

    Stimmen: 1 25.0%
  • SaS V 5.xx Beta Fritzbox

    Stimmen: 0 0.0%
  • SaS V 5.xx Beta sonstiges System (bitte posten welches es ist)

    Stimmen: 0 0.0%
  • SaS V 5.xx Beta Raspberry Pi kleiner 2B

    Stimmen: 0 0.0%
  • SaS V 5.xx Beta Raspberry Pi 2B, 3B oder neuer

    Stimmen: 1 25.0%
  • SaS V 6.xx Alpha sonstiges System (bitte posten welches es ist)

    Stimmen: 0 0.0%
  • SaS V 6.xx Alpha Raspberry Pi 2B, 3B oder neuer

    Stimmen: 2 50.0%

  • Anzahl der Umfrageteilnehmer
    4
  • Umfrage geschlossen .

JL3

Aktives Mitglied
Mitglied seit
4 Dez 2010
Beiträge
1,995
Punkte für Reaktionen
8
Punkte
38
Welche SaS-Version ist bei Euch auf welchem System im Einsatz?

Leider muss ich wieder einmal diese leidige Frage stellen.

Da das neue SaS V 6.00 zwar mit alten PsGs zurechtkommt aber eine neue Installation benötigt und größtenteils für den Raspberry Pi (Raspbian Debian 8 Jessie) konzipiert ist, ist es für mich wichtig, wer welche Version auf welchem System laufen hat.

Optimale Leistung bietet die Version 6.00 auf einem Raspberry Pi 3B. Generell läuft es auf allen Raspberry Pi. Die Fritzbox als Systembasis wird Dank AVMs Sicherheitsrestriktionen nur noch sehr bedingt unterstützt und daher scheidet die Fritzbox als Installationsbasis aus. Die Schaltfunktionen für Steckdosen etc., die an der Fritzbox hängen, sowie etliche Schalt- und sonstigen Funktionen der Fritzbox werden nach wie vor unterstützt.
 
meine Haussteuerung, schalten und Info Anzeigen, läuft immer noch auf dem Pi1 B,
der macht seine Arbeit jetzt schon mehr als 1 Jahr ohne größere Probleme.

auf dem Pi2 mit Jessie läuft Sas V6 soweit ohne Probleme,
aber der Pi2 selbst läuft nicht so stabil wie der Pi1, ich denke Jessie ist da das Problem!

einige Programme funktionieren da einfach nicht richtig!
zB. viele Sip Softphones schon versucht, keins funktioniert richtig!
ebenso VLC oder Soundausgabe, klappt auch nicht richtig.

müsste mit dem eventuell nochmal ganz von vorne anfangen.
 
@ws65: Bei Audio ist meist pulseaudio das Problem. kann man mit saspa aus der SaS-Toolbox aktivieren und deaktivieren. Mit pulseaudio lief bei mir z. B. die Sprachsteuerung nicht.

/usr/local/bin/sas/saspa -h
Code:
#!/bin/bash
#
# ╔═══╗ ╔═══╗ ╔═══╗ ┌───────────────────────────────────────────────────┐
# ║     ║   ║ ║     │  SensorAndSwitch (C)2014-16 Bluedragon            │
# ╚═══╗ ╠═══╣ ╚═══╗ ├──────────────────┬────────────────────────────────┤
#     ║ ║   ║     ║ │  SAS-Core-Sys    │  saspa                         │
# ╚═══╝ ╝   ╚ ╚═══╝ ├──────────────────┴────────────────────────────────┤
# ┌─────────────────┤  pulseaudio                                       │
# │  Info:          ╘═══════════════════════════════════════════════════╡
# ├─────────────────────────────────────────────────────────────────────┤
# │  Schaltet pulseaudio für die SAS Nutzung aus (oder aktiviert es     │
# │  wieder)                                                            │
# ╘═════════════════════════════════════════════════════════════════════╛
#
VER=6.00.0099
#
SASSYS=/usr/local/bin/sas
SASETC=/usr/local/etc/sas
#
if [ "$1" == "--help" ] || [ "$1" == "-h" ]; then
 echo -e "┌───────────────────────────────────┐"
 echo -e "│\e[45m\e[1m SensorAndSwitch Version $VER \e[0m│"
 echo -e "├───────────────────────────────────┤"
 echo -e "│ \e[1m\e[44mSyntax:\e[0m                           │"
 echo -e "│  saspa info                       │"
 echo -e "│        - zeigt den Status von     │"
 echo -e "│          pulseaudio an            │"
 echo -e "│  saspa aktiv                      │"
 echo -e "│        - aktiviert pulseaudio     │"
 echo -e "│  saspa inaktiv                    │"
 echo -e "│        - deaktiviert pulseaudio   │"
 echo -e "│  saspa -h|--help                  │"
 echo -e "│        - diese Hilfe              │"
 echo -e "└───────────────────────────────────┘"
else
 if [ "$1" != "info" ]; then
  if [ "$1" == "aktiv" ]; then
   echo -e "┌───────────────────────────────────┐"
   echo -e "│\e[45m\e[1m SensorAndSwitch Version $VER \e[0m│"
   echo -e "├─────────────────────────┬─────────┤"
   echo -e "│ pulseaudio              │ \e[32m\e[1m aktiv \e[0m │"
   echo -e "│                         │ \e[33m\e[1mreboot>\e[0m │"
   echo -e "└─────────────────────────┴─────────┘"
   touch $SASETC/pa.switch 2>/dev/null >/dev/null
  else
   echo -e "┌───────────────────────────────────┐"
   echo -e "│\e[45m\e[1m SensorAndSwitch Version $VER \e[0m│"
   echo -e "├─────────────────────────┬─────────┤"
   echo -e "│ pulseaudio              │ \e[31m\e[1minaktiv\e[0m │"
   echo -e "│                         │ \e[33m\e[1mreboot>\e[0m │"
   echo -e "└─────────────────────────┴─────────┘"
   rm $SASETC/pa.switch 2>/dev/null >/dev/null
  fi
  $SASSYS/start reboot pulseaudio 2>/dev/null >/dev/null
 else
  if [ -e $SASETC/pa.switch ]; then
   echo -e "┌───────────────────────────────────┐"
   echo -e "│\e[45m\e[1m SensorAndSwitch Version $VER \e[0m│"
   echo -e "├─────────────────────────┬─────────┤"
   echo -e "│ pulseaudio              │ \e[32m\e[1m aktiv \e[0m │"
   echo -e "└─────────────────────────┴─────────┘"
  else
   echo -e "┌───────────────────────────────────┐"
   echo -e "│\e[45m\e[1m SensorAndSwitch Version $VER \e[0m│"
   echo -e "├─────────────────────────┬─────────┤"
   echo -e "│ pulseaudio              │ \e[31m\e[1minaktiv\e[0m │"
   echo -e "└─────────────────────────┴─────────┘"
  fi
 fi
fi
#
#EOF
für nähere Infos. ;)

- - - Aktualisiert - - -

Die Dateien noch abändern wie folgt

nano /usr/bin/start-pulseaudio-kde
Code:
#!/bin/sh

# This file is part of PulseAudio.
#
# PulseAudio 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 of the License, or
# (at your option) any later version.
#
# PulseAudio is distributed in the hope that it will be useful, but
# WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
# General Public License for more details.
#
# You should have received a copy of the GNU Lesser General Public License
# along with PulseAudio; if not, write to the Free Software
# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307
# USA.

set -e

[ -z "$PULSE_SERVER" ]

# check if pulseaudio has already been started by someone else
if /usr/bin/pulseaudio --check; then
    EXIT_WITH_X_SESSION=no
else
    EXIT_WITH_X_SESSION=yes
    if [ -e /usr/local/bin/sas/pa.switch ]; then
           /usr/bin/pulseaudio --start "$@"
    fi
fi


if [ x"$DISPLAY" != x ] ; then

    /usr/bin/pactl load-module module-device-manager "do_routing=1" > /dev/null

fi

# fork and wait for X-session to end, then quit pulseaudio
if [ "$EXIT_WITH_X_SESSION" = yes ]; then
    /usr/bin/xprop -root -spy > /dev/null 2>&1 || true
    /usr/bin/pulseaudio --kill
fi &

und
nano /usr/bin/start-pulseaudio-x11

Code:
#!/bin/sh

# This file is part of PulseAudio.
#
# PulseAudio 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 of the License, or
# (at your option) any later version.
#
# PulseAudio is distributed in the hope that it will be useful, but
# WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
# General Public License for more details.
#
# You should have received a copy of the GNU Lesser General Public License
# along with PulseAudio; if not, write to the Free Software
# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307
# USA.

set -e

# check if pulseaudio has already been started by someone else
if /usr/bin/pulseaudio --check; then
       EXIT_WITH_X_SESSION=no
else
       EXIT_WITH_X_SESSION=yes
       if [ -e /usr/local/bin/sas/pa.switch ]; then
              /usr/bin/pulseaudio --start "$@"
       fi
fi


if [ x"$DISPLAY" != x ] ; then

    /usr/bin/pactl load-module module-x11-publish "display=$DISPLAY" > /dev/null
    /usr/bin/pactl load-module module-x11-cork-request "display=$DISPLAY" > /dev/null

    if [ x"$SESSION_MANAGER" != x ] ; then
    /usr/bin/pactl load-module module-x11-xsmp "display=$DISPLAY session_manager=$SESSION_MANAGER" > /dev/null
    fi
fi

# fork and wait for X-session to end, then quit pulseaudio
if [ "$EXIT_WITH_X_SESSION" = yes ]; then
    /usr/bin/xprop -root -spy > /dev/null 2>&1 || true
    /usr/bin/pulseaudio --kill
fi &
 
Zuletzt bearbeitet:
Ich nutze nur noch Raspberrys; Ich will zukünftig an 2 Standorten SaS einsetzen und eine Testumgebung, also insgesamt 3 mal ...
 
Holen Sie sich 3CX - völlig kostenlos!
Verbinden Sie Ihr Team und Ihre Kunden Telefonie Livechat Videokonferenzen

Gehostet oder selbst-verwaltet. Für bis zu 10 Nutzer dauerhaft kostenlos. Keine Kreditkartendetails erforderlich. Ohne Risiko testen.

3CX
Für diese E-Mail-Adresse besteht bereits ein 3CX-Konto. Sie werden zum Kundenportal weitergeleitet, wo Sie sich anmelden oder Ihr Passwort zurücksetzen können, falls Sie dieses vergessen haben.