Diese Seite (Version-33) wurde zuletzt am 30-März-2025 13:20 von Administrator geändert.

Diese Seite wurde am 25-Okt.-2024 16:19 von Administrator erstellt.

Du bist nicht autorisiert, diese Seite umzubenennen.

Du bist nicht autorisiert, diese Seite zu löschen.

Versionsgeschichte der Seite

Version Zuletzt geändert Größe Autor Änderungen Kommentar
33 30-März-2025 13:20 9 KB Administrator zur vorherigen
32 30-März-2025 13:19 9 KB Administrator zur vorherigen | zur neuesten
31 30-März-2025 13:18 9 KB Administrator zur vorherigen | zur neuesten
30 30-März-2025 13:17 9 KB Administrator zur vorherigen | zur neuesten
29 30-März-2025 13:13 8 KB Administrator zur vorherigen | zur neuesten
28 30-März-2025 13:13 8 KB Administrator zur vorherigen | zur neuesten
27 11-Jan.-2025 14:54 8 KB Administrator zur vorherigen | zur neuesten
26 11-Jan.-2025 14:53 8 KB Administrator zur vorherigen | zur neuesten
25 11-Jan.-2025 14:52 8 KB Administrator zur vorherigen | zur neuesten
24 11-Jan.-2025 14:52 8 KB Administrator zur vorherigen | zur neuesten
23 11-Jan.-2025 14:51 8 KB Administrator zur vorherigen | zur neuesten
22 11-Jan.-2025 14:50 8 KB Administrator zur vorherigen | zur neuesten
21 11-Jan.-2025 14:36 8 KB Administrator zur vorherigen | zur neuesten

Links

Eingehende Links Ausgehende Links

Versionsunterschiede

Unterschiede zwischen Version und .

Zeile 12: 2 Zeilen gelöscht.
See also [LMS Getting Started|https://lms-community.github.io/getting-started/]\\
Zeile 35: Eine Zeile hinzugefügt.
[LMS Getting Started|https://lms-community.github.io/getting-started/]\\
Zeile 62: 2 Zeilen geändert.
Enable at radio\\
Settings in radio see [https://lms-community.github.io/getting-started/migrate-from-uesr-de/]
! Squeezbox Radio
Initially I added the remote LMS in the radio settings and it worked, see [https://lms-community.github.io/getting-started/migrate-from-uesr-de/].\\
But starting Oct 2024 the radio lost connection to LMS frequently, e.g. not when running but when re-activated after a day or so. A restart and/or factory reset made it work again. But next day it was disconnected again.\\
Example error:
* Es konnte keine DHCP-Adresse für dieses Netzwerk ermittelt werden
* Ping LMS nicht ok
BTW: Deactivating this did NOT help: FritzBox > Hilfe und Info > FRITZ!Box Support > Paketbeschleunigung inaktiv\\
\\
Check listening ports at PI5 (server), make sure 9000,9090 and 3483 are ok
{{{
> sudo ss -tunlp|grep squeeze
Netid State Recv-Q Send-Q Local Address:Port Peer Address:Port Process
udp UNCONN 0 0 0.0.0.0:3483 0.0.0.0:* users:(("squeezeboxserve",pid=704210,fd=8))
udp UNCONN 0 0 0.0.0.0:1900 0.0.0.0:* users:(("squeezeboxserve",pid=704210,fd=24))
udp UNCONN 0 0 192.168.188.63:1900 0.0.0.0:* users:(("squeezeboxserve",pid=704210,fd=23))
udp UNCONN 0 0 0.0.0.0:56339 0.0.0.0:* users:(("squeezeboxserve",pid=704210,fd=27))
tcp LISTEN 0 4096 0.0.0.0:9000 0.0.0.0:* users:(("squeezeboxserve",pid=704210,fd=26))
tcp LISTEN 0 4096 0.0.0.0:9090 0.0.0.0:* users:(("squeezeboxserve",pid=704210,fd=20))
tcp LISTEN 0 4096 0.0.0.0:43373 0.0.0.0:* users:(("squeezeboxserve",pid=704210,fd=25))
tcp LISTEN 0 4096 0.0.0.0:3483 0.0.0.0:* users:(("squeezeboxserve",pid=704210,fd=9))
}}}
Zeile 65: Eine Zeile geändert.
Note: if you have issues with DHCP or DNS or that the radio looses connection to LMS frequently (especially after sleep mode) then do a factory reset and reconnect!
You can control many setting at the radio from the LMS.\\
For example WebUI > Settings > Advanced > Logging > set "network.upnp" to "Info" > Apply > "Save logging settings for use at next
application restart" > Restart
Zeile 87: 15 Zeilen hinzugefügt.
Connect via SSH
see [joe's|https://joes-tech-blog.blogspot.com/2021/03/ssh-login-to-squeezebox-radio-touch.html]
# Enable SSH at radia at Settings > Advanced > Remote Login > Enable SSH
# Login credentials are shown there, default is root/1234
# Connect via SSH client to <LMS-IP>:22, I used putty
# validate log
{{{
> tail -f /var/log/messages
Oct 25 13:33:43 squeezeplay: WARN applet.AlarmSnooze - AlarmSnoozeApplet.lua:392 notify_serverDisconnected: SlimServer {mysqueezebox.com} - disconnected, but no server alarm in progress : nil
You would need the “Community Firmware” (via a plugin) to stop that error.
}}}
Here you see that we have still issues with the old server and this is why you should upgrade your radio to the "community
! UPNP/DLNA ?