Posts by daemon

    Hi,

    After updating from 8.2.5 to v8.90.006 I have faced a behavior change related to PulseAudio

    PulseAudio process is started by default after reboot.

    But PulseAudio quits if audio device is not used for afer playing music for a while.

    Consequentially, the one of the following options has to be used

    1. reboot
    2. systemctl start pulseaudio.service and re-selection of PULSE in audio setting is required

    'Keep audio device alive' is set to 1 minutes

    Is it an expected behavior? Bug? Keep audio device alive' as workaround?

    Kind Regards,

    Hello All,

    I use RPI 3 box with libreelec.
    I do not have a TV. Hence, I have to use ssh connection for configuration purposes.

    In the moment the box is operating with WiFi Tethering which was activated yearly with connected TV.

    How I can switch tethering off and setup wifi interface for my wlan network.

    Where is the configuration of wifi-interfaces in general?

    Kind regards
    [hr]
    I found it out.

    connmanctl

    tether wifi off
    disable wifi
    enable wifi
    scan wifi
    services

    and playing with /storage/.cache/connman/wifi_<HASH>__managed_psk/settings

    where <HASH> correponds to service entries

    Kind regards


    Look here.

    Tnx!

    In fact, I have already performed the following steps (OE 7.90.005)

    1) bluetooth pairing verificiation (but where is the config file).
    2) switch kodi audio output to PULSE.
    3) found out that pa does not recognize my sound card. (I use hifiberry_digi.)
    4) fix the problem using 'pactl load-module module-udev-detect'

    What is the recommended/best way for enforcing pa module loading?
    (autostart.sh)

    Configuration via systemd works

    ~/.config/system.d/pulseaudio.service
    ---------------------------------------------------------------------------------------
    [Unit]
    Description=PulseAudio Sound System
    After=syslog.target local-fs.target

    [Service]
    Restart=on-failure
    ExecStart=/usr/bin/pulseaudio --system --load="module-udev-detect"
    TimeoutStopSec=1s
    RestartSec=2
    StartLimitInterval=60
    StartLimitBurst=10

    [Install]
    WantedBy=multi-user.target
    -----------------------------------------------------------------------

    No magic except pa. :)


    Kind Regards