Re: [SlimDevices: SqueezeCenter] Playback goes into 4 second loops on both wired Win10 and Pi4 LMS. Log file attached

2022-11-14 Thread Paul Webster


The all zero MAC would cause problems if it happened with a 2nd player
in your local setup.
Also, I suspect (not checked) that mysqueezebox filters them out
otherwise it would cause problems with players from multiple people with
same MAC - and the (claimed) MAC is fundamental to how things work.



Paul Webster
author of \"now playing\" plugins covering radio france (fip etc),
planetradio (bauer - kiss, absolute, scala, jazzfm etc), kcrw, abc
australia and cbc/radio-canada
and, via the extra \"radio now playing\" plugin lots more - see
https://forums.slimdevices.com/showthread.php?115201-announce-radio-now-playing-plugin

Paul Webster's Profile: http://forums.slimdevices.com/member.php?userid=105
View this thread: http://forums.slimdevices.com/showthread.php?t=117047

___
Squeezecenter mailing list
Squeezecenter@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/squeezecenter


Re: [SlimDevices: SqueezeCenter] Playback goes into 4 second loops on both wired Win10 and Pi4 LMS. Log file attached

2022-11-14 Thread rbl


bpa wrote: 
> I don't know systemctl that well but I think the "proper" solution would
> be to make the squeezelite service start to be dependent on network
> interface being up. This has happened before and so "network "
> dependency should be standard.

TBH now that the PSU problem is sorted, it did all seem to work fine
with a MAC address of 00:00:00:00:00:00. I have no idea how to delay
starting the service, other than of course doing starting it manually
once the system has booted up. 


bpa wrote: 
> It still surprises me that failing PSU (and probably aging hardware) can
> cause problems that seemingly are not PSU related.
I am amazed - thanks again for your help - I would never have thought
about changing the PSU. It's the 2nd SB3 PSU that has failed so I hope
other people see this (the other PSU went dead on me).



SB3 -> Quad 909 -> Quad Electrostatic speakers, Quad 405 -> TBI
subwoofer
3 x SB3s + SB Radio
LMS on Raspbian on a Pi4
Rotel RSP1068 surround processor, Quad 707 -> B&W surround

rbl's Profile: http://forums.slimdevices.com/member.php?userid=4517
View this thread: http://forums.slimdevices.com/showthread.php?t=117047

___
Squeezecenter mailing list
Squeezecenter@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/squeezecenter


Re: [SlimDevices: SqueezeCenter] Playback goes into 4 second loops on both wired Win10 and Pi4 LMS. Log file attached

2022-11-12 Thread bpa


rbl wrote: 
> I swapped out one of the PSUs AND IT WORKS! Problem gone, fingers
> X'd

It still surprises me that failing PSU (and probably aging hardware) can
cause problems that seemingly are not PSU related.



bpa's Profile: http://forums.slimdevices.com/member.php?userid=1806
View this thread: http://forums.slimdevices.com/showthread.php?t=117047

___
Squeezecenter mailing list
Squeezecenter@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/squeezecenter


Re: [SlimDevices: SqueezeCenter] Playback goes into 4 second loops on both wired Win10 and Pi4 LMS. Log file attached

2022-11-12 Thread rbl


bpa wrote: 
> 
> As players seems to be OK for a good while and then suddenly fail -
> failing PSU have been know to cause strange issues.  For example, not
> all components in the player have the same tolerance, if voltage drops a
> small amount some components maybe not work correctly.   
> 
I swapped out one of the PSUs AND IT WORKS! Problem gone, fingers
X'd

I did some tests on the two "identical" original SB3 PSUs. Voltage with
open circuit, and across a 2.1 ohm load.
Good PSU:  5.12V / 4.65V
Bad PSU  :  5.15V / 4.35V

The Bad PSU is in the bin!
Thank you - I had swapped out everything bar the PSUs which didn't cross
my mind as it all worked 99% of the time.
This wont fix the much less important problem with playback of 192/24
FLACs in the other post since that stuttering occurs without any SB3
attached - just with Squeezelite.


bpa wrote: 
> 
> MAC address of 00:00:00:00:00 still showing up - as this is not an
> assigned MAC address - this usually implies something not setup
> properly
> 

FWIW I get a proper hex MAC code with ifconfig -a. So I added "-m
ab:cd:ef:01:23:45" (with the mac from ifconfig -a) to the ExecStart line
and it seems to work now.



SB3 -> Quad 909 -> Quad Electrostatic speakers, Quad 405 -> TBI
subwoofer
3 x SB3s + SB Radio
LMS on Raspbian on a Pi4
Rotel RSP1068 surround processor, Quad 707 -> B&W surround

rbl's Profile: http://forums.slimdevices.com/member.php?userid=4517
View this thread: http://forums.slimdevices.com/showthread.php?t=117047

___
Squeezecenter mailing list
Squeezecenter@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/squeezecenter


Re: [SlimDevices: SqueezeCenter] Playback goes into 4 second loops on both wired Win10 and Pi4 LMS. Log file attached

2022-11-12 Thread bpa


bpa wrote: 
> This where things get fuzzy.
> 
> On a Linux system with network, ethernet and wireless interface - there
> are usually 3 interfaces 
> LMS only uses one interface at a time. If squeezlite uses 127.0.0.1 -
> LMS must also use that interface - is that how you set it up ?
> 

I'm confusing myself.  LMS Server IP address is separate from the
network interface used by squeezelite to communicate with LMS.

1. the server IP is the address which squeezelite is sending requesting
over a network interface.
2. squeezelite still has to find a network interface BEFORE it makes
contact with server ip.  It does this by find which network interfaces
are available & active - the IP address in "-s" is irrelevant.



bpa's Profile: http://forums.slimdevices.com/member.php?userid=1806
View this thread: http://forums.slimdevices.com/showthread.php?t=117047

___
Squeezecenter mailing list
Squeezecenter@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/squeezecenter


Re: [SlimDevices: SqueezeCenter] Playback goes into 4 second loops on both wired Win10 and Pi4 LMS. Log file attached

2022-11-12 Thread bpa


Man in a van wrote: 
> But in my examples I use 127.0.0.1 a lot of the time, especially when
> testing

This is getting a bit off topic.

SB_SERVER_IP is not in squeezelite code - so there is something else
which sets it up.

This where things get fuzzy.

On a Linux system with network, ethernet and wireless interface - there
are usually 3 interfaces 
LMS only uses one interface at a time. If squeezlite uses 127.0.0.1 -
LMS must also use that interface - is that how you set it up ?



bpa's Profile: http://forums.slimdevices.com/member.php?userid=1806
View this thread: http://forums.slimdevices.com/showthread.php?t=117047

___
Squeezecenter mailing list
Squeezecenter@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/squeezecenter


Re: [SlimDevices: SqueezeCenter] Playback goes into 4 second loops on both wired Win10 and Pi4 LMS. Log file attached

2022-11-12 Thread Man in a van


bpa wrote: 
> I'm confused.  Trying to understand what is or may be happening.
> 
> Don't think so normally but in this case maybe - however LMS only
> communicates on one network interface at a time so if squeezelite used
> 127.0.0.1 then LMS wouldn't see the data.
> 
> I can't see any option which lets squeezelite choose which network
> interface it is supposed to use.
> 
> Looking at the code - unless mac address has been defined (via UTMAC env
> variable I think) , squeezelite first looks for a network interface
> which can support SOCK_DGRAM (for server discovery) - so it uses
> SIOCGIFCONF to list all matching interfaces.  AFAICT If main network
> interface is not ready - then squeezelite code may fall into using
> "loopback".
> 
> When Squeezelite starts (like any SB player) it broadcasts a packet to
> discover all LMS servers - so squeezelite has to use a real network
> interface. The only exception I think is LocalPlayer. 
> A preconfigured server can be defined using "-s" option which is not
> used in this case.

> I can't see any option which lets squeezelite choose which network
> interface it is supposed to use.

Not in the OP's command line.

But in my examples I use 127.0.0.1 a lot of the time, especially when
testing

39103

ronnie


+---+
|Filename: squeezelite config.jpg   |
|Download: http://forums.slimdevices.com/attachment.php?attachmentid=39103|
+---+


Man in a van's Profile: http://forums.slimdevices.com/member.php?userid=43627
View this thread: http://forums.slimdevices.com/showthread.php?t=117047

___
Squeezecenter mailing list
Squeezecenter@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/squeezecenter


Re: [SlimDevices: SqueezeCenter] Playback goes into 4 second loops on both wired Win10 and Pi4 LMS. Log file attached

2022-11-12 Thread bpa


Man in a van wrote: 
> I'm out of my depth here, would that be because squeezelite is calling
> the LMS from 127.0.0.1?

Don't think so.  
I can't see any option which lets squeezelite choose which network
interface it is supposed to use.
Looking at the code - unless mac address has been defined (via UTMAC env
variable I think) , squeezelite first looks for a network interface
which can support SOCK_DGRAM (for server discovery) - so it uses
SIOCGIFCONF to list all matching interfaces.  AFAICT If main network
interface is not ready - then code may fall into using "loopback".

When Squeezelite starts (like any SB player) it broadcasts a packet to
discover all LMS servers - so squeezelite has to use a real network
interface. The only exception I think is LocalPlayer. 
A preconfigured server can be defined using "-s" option which is not
used in this case.



bpa's Profile: http://forums.slimdevices.com/member.php?userid=1806
View this thread: http://forums.slimdevices.com/showthread.php?t=117047

___
Squeezecenter mailing list
Squeezecenter@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/squeezecenter


Re: [SlimDevices: SqueezeCenter] Playback goes into 4 second loops on both wired Win10 and Pi4 LMS. Log file attached

2022-11-12 Thread Man in a van


bpa wrote: 
> 
> An observation,  the "ip addr" commands shows that the loopback
> interface (aka localhost) has a MAC address of 00:00:00:00:00.  
> Could the player be sending some data out on loopback interface and not
> on eth ?

I'm out of my depth here, would that be because squeezelite is calling
the LMS from 127.0.0.1?

ronnie



Man in a van's Profile: http://forums.slimdevices.com/member.php?userid=43627
View this thread: http://forums.slimdevices.com/showthread.php?t=117047

___
Squeezecenter mailing list
Squeezecenter@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/squeezecenter


Re: [SlimDevices: SqueezeCenter] Playback goes into 4 second loops on both wired Win10 and Pi4 LMS. Log file attached

2022-11-12 Thread bpa


Man in a van wrote: 
> I did edit to disguise the Mac Addresses :)
> 
> Ifconfig stiil works on Raspberry Bullseye
> 
> I sometimes use "ip a". I did not know the "ip -d link"
> 
> I'll send you a pm with the print out 

I got the PM and all looks OK.

The all zeros MAC may be a red herring - but it doesn't look "normal"
and I think it is worth chasing down - if only to eliminate it as an
issue.

Interesting about the older posts where a zeroes MAC might indicate a
network that wasn't ready.

An observation,  the "ip addr" commands shows that the loopback
interface (aka localhost) has a MAC address of 00:00:00:00:00.  
Could the player be sending some data out on loopback interface and not
on eth ?



bpa's Profile: http://forums.slimdevices.com/member.php?userid=1806
View this thread: http://forums.slimdevices.com/showthread.php?t=117047

___
Squeezecenter mailing list
Squeezecenter@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/squeezecenter


Re: [SlimDevices: SqueezeCenter] Playback goes into 4 second loops on both wired Win10 and Pi4 LMS. Log file attached

2022-11-11 Thread Man in a van


Mac Address resolved in this post


https://forums.slimdevices.com/showthread.php?113867-Squeezelite-on-rPi-3-suddenly-not-working&p=1010689&viewfull=1#post1010689

ronnie



Man in a van's Profile: http://forums.slimdevices.com/member.php?userid=43627
View this thread: http://forums.slimdevices.com/showthread.php?t=117047

___
Squeezecenter mailing list
Squeezecenter@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/squeezecenter


Re: [SlimDevices: SqueezeCenter] Playback goes into 4 second loops on both wired Win10 and Pi4 LMS. Log file attached

2022-11-11 Thread Man in a van


The OP did have a Mac Address at one time :)

https://forums.slimdevices.com/showthread.php?112025-Running-LMS-on-Raspberry-Pi-for-newbie-to-the-Pi&p=972663&viewfull=1#post972663

ronnie



Man in a van's Profile: http://forums.slimdevices.com/member.php?userid=43627
View this thread: http://forums.slimdevices.com/showthread.php?t=117047

___
Squeezecenter mailing list
Squeezecenter@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/squeezecenter


Re: [SlimDevices: SqueezeCenter] Playback goes into 4 second loops on both wired Win10 and Pi4 LMS. Log file attached

2022-11-11 Thread Man in a van


bpa wrote: 
> Did you edit the MAC address to hide them ?
> 
> When I do "ifconfig -a " on an Ubuntu system, I get proper hex numbers.
> At the moment I haven't got access to my Pi4 Buster system.
> 
> ifconfig may have been deprecated - how about "ip addr" or "ip -d link"
> command ?


I did edit to disguise the Mac Addresses :)

Ifconfig stiil works on Raspberry Bullseye

I sometimes use "ip a". I did not know the "ip -d link"

I'll send you a pm with the print out 

ronnie



Man in a van's Profile: http://forums.slimdevices.com/member.php?userid=43627
View this thread: http://forums.slimdevices.com/showthread.php?t=117047

___
Squeezecenter mailing list
Squeezecenter@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/squeezecenter


Re: [SlimDevices: SqueezeCenter] Playback goes into 4 second loops on both wired Win10 and Pi4 LMS. Log file attached

2022-11-11 Thread bpa


Man in a van wrote: 
> Just popping in to add I run Squeezelite on Raspberry PI OS Bulleseye
> Lite: MAC addresses shown.
> > 
Code:

  >   > 
  > .
  > .
  > .ether b&:2*^eb:"3:+%:b4  txqueuelen 1000  (Ethernet)
  > 
  > .
  > .ether "8:&%:fg:46:p6:*%:mw  txqueuelen 1000  (Ethernet)
  > 
  > 

> > 
> Back to -*bpa*-
> 
> 

Did you edit the MAC address to hide them ?

When I do "ifconfig -a " on an Ubuntu system, I get proper hex numbers.
At the moment I haven't got access to my Pi4 Buster system.

ifconfig may have been deprecated - how about "ip addr" command ?



bpa's Profile: http://forums.slimdevices.com/member.php?userid=1806
View this thread: http://forums.slimdevices.com/showthread.php?t=117047

___
Squeezecenter mailing list
Squeezecenter@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/squeezecenter


Re: [SlimDevices: SqueezeCenter] Playback goes into 4 second loops on both wired Win10 and Pi4 LMS. Log file attached

2022-11-11 Thread Man in a van


bpa wrote: 
> OK this is the command line to start squeezelite. 
> It is not using an option ("-m") to override MAC address.  
> LMS uses the MAC address as a unique ID to identify players.
> 
> The "ifconfig -a" command should list details for all network
> interfaces. 
> Does the command "ifconfig -a" show a MAC address of 00:00:00:00:00 for
> any interface ?
> For security it is prudent not to post your real MAC addresses.

Just popping in to add I run Squeezelite on Raspberry PI OS Bulleseye
Lite: MAC addresses shown.



pi@***:~ $ ifconfig -a
eth0: flags=4163  mtu 1500
inet 192.168.1.36  netmask 255.255.255.0  broadcast
192.168.1.255
inet6 fe80::99d2:467:5474:8dd9  prefixlen 64  scopeid
0x20
ether b&:2*^eb:"3:+%:b4  txqueuelen 1000  (Ethernet)
RX packets 341  bytes 290130 (283.3 KiB)
RX errors 0  dropped 0  overruns 0  frame 0
TX packets 334  bytes 41656 (40.6 KiB)
TX errors 0  dropped 0 overruns 0  carrier 0  collisions 0

lo: flags=73  mtu 65536
inet 127.0.0.1  netmask 255.0.0.0
inet6 ::1  prefixlen 128  scopeid 0x10
loop  txqueuelen 1000  (Local Loopback)
RX packets 118  bytes 11554 (11.2 KiB)
RX errors 0  dropped 0  overruns 0  frame 0
TX packets 118  bytes 11554 (11.2 KiB)
TX errors 0  dropped 0 overruns 0  carrier 0  collisions 0

wlan0: flags=4098  mtu 1500
ether "8:&%:fg:46:p6:*%:mw  txqueuelen 1000  (Ethernet)
RX packets 0  bytes 0 (0.0 B)
RX errors 0  dropped 0  overruns 0  frame 0
TX packets 0  bytes 0 (0.0 B)
TX errors 0  dropped 0 overruns 0  carrier 0  collisions 0

I install Squeezelite useing the default Debian build


Code:

sudo apt install -y squeezelite
  



Back to -*bpa*-


ronnie



Man in a van's Profile: http://forums.slimdevices.com/member.php?userid=43627
View this thread: http://forums.slimdevices.com/showthread.php?t=117047

___
Squeezecenter mailing list
Squeezecenter@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/squeezecenter


Re: [SlimDevices: SqueezeCenter] Playback goes into 4 second loops on both wired Win10 and Pi4 LMS. Log file attached

2022-11-11 Thread bpa


rbl wrote: 
> /usr/bin/squeezelite -o plughw:CARD=Headphones,DEV=0 -n
> Pi_SqueezeliteService -C 5 -a 120:4::0 

OK this is the command line to start squeezelite. 
It is not using an option ("-m") to override MAC address.  
LMS uses the MAC address as a unique ID to identify players.

The "ifconfig -a" command should list details for all network
interfaces. 
Does the command "ifconfig -a" show a MAC address of 00:00:00:00:00 for
any interface ?
For security it is prudent not to post your real MAC addresses.



bpa's Profile: http://forums.slimdevices.com/member.php?userid=1806
View this thread: http://forums.slimdevices.com/showthread.php?t=117047

___
Squeezecenter mailing list
Squeezecenter@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/squeezecenter


Re: [SlimDevices: SqueezeCenter] Playback goes into 4 second loops on both wired Win10 and Pi4 LMS. Log file attached

2022-11-11 Thread rbl


bpa wrote: 
> Squeezelite normally takes the MAC address of the network interface but
> can be overridden by a command line option.
> 
> You can list all network interfaces using "ifconfig -a" 
> 
> If the network interfaces all have proper MAC addresses then it may be a
> squeezelite command line option.
> How is squeezelite run ?
> What is the command line that is used to run squeezelite  and what is
> the value of the environment variables used with squeezelite ?

TBH I don't know much about Linux. But squeezelite is run via the
following which doesn't mean much to me:

1) sudo systemctl enable squeezelite.service

2) sudo nano /etc/systemd/system/squeezelite.service

[Unit]
Description=Squeezelite

After=network.target

[Service]
ExecStart=/usr/bin/squeezelite -o plughw:CARD=Headphones,DEV=0 -n
Pi_SqueezeliteService -C 5 -a 120:4::0

[Install]
WantedBy=multi-user.target



SB3 -> Quad 909 -> Quad Electrostatic speakers, Quad 405 -> TBI
subwoofer
3 x SB3s + SB Radio
LMS on Raspbian on a Pi4
Rotel RSP1068 surround processor, Quad 707 -> B&W surround

rbl's Profile: http://forums.slimdevices.com/member.php?userid=4517
View this thread: http://forums.slimdevices.com/showthread.php?t=117047

___
Squeezecenter mailing list
Squeezecenter@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/squeezecenter


Re: [SlimDevices: SqueezeCenter] Playback goes into 4 second loops on both wired Win10 and Pi4 LMS. Log file attached

2022-11-11 Thread bpa


rbl wrote: 
> Apologies for the dumb answer! 
> 
> It's Squeezelite v1.9.9-1401 on a Pi4 running Buster.

Squeezelite normally takes the MAC address of the network interface but
can be overridden by a command line option.

You can list all network interfaces using "ifconfig -a" 

If the network interfaces all have proper MAC addresses then it may be a
squeezelite command line option.
How is squeezelite run ?
What is the command line that is used to run squeezelite  and what is
the value of the environment variables used with squeezelite ?



bpa's Profile: http://forums.slimdevices.com/member.php?userid=1806
View this thread: http://forums.slimdevices.com/showthread.php?t=117047

___
Squeezecenter mailing list
Squeezecenter@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/squeezecenter


Re: [SlimDevices: SqueezeCenter] Playback goes into 4 second loops on both wired Win10 and Pi4 LMS. Log file attached

2022-11-11 Thread rbl


Paul Webster wrote: 
> Which player type has the 00 address?
> The solution is different depending on player type.

Apologies for the dumb answer! 

It's Squeezelite v1.9.9-1401 on a Pi4 running Buster.



SB3 -> Quad 909 -> Quad Electrostatic speakers, Quad 405 -> TBI
subwoofer
3 x SB3s + SB Radio
LMS on Raspbian on a Pi4
Rotel RSP1068 surround processor, Quad 707 -> B&W surround

rbl's Profile: http://forums.slimdevices.com/member.php?userid=4517
View this thread: http://forums.slimdevices.com/showthread.php?t=117047

___
Squeezecenter mailing list
Squeezecenter@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/squeezecenter


Re: [SlimDevices: SqueezeCenter] Playback goes into 4 second loops on both wired Win10 and Pi4 LMS. Log file attached

2022-11-11 Thread Paul Webster


Which player type has the 00 address?
The solution is different depending on player type.



Paul Webster
author of \"now playing\" plugins covering radio france (fip etc),
planetradio (bauer - kiss, absolute, scala, jazzfm etc), kcrw, abc
australia and cbc/radio-canada
and, via the extra \"radio now playing\" plugin lots more - see
https://forums.slimdevices.com/showthread.php?115201-announce-radio-now-playing-plugin

Paul Webster's Profile: http://forums.slimdevices.com/member.php?userid=105
View this thread: http://forums.slimdevices.com/showthread.php?t=117047

___
Squeezecenter mailing list
Squeezecenter@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/squeezecenter


Re: [SlimDevices: SqueezeCenter] Playback goes into 4 second loops on both wired Win10 and Pi4 LMS. Log file attached

2022-11-11 Thread rbl


bpa wrote: 
> 
> It is probably the Pi but on occasion SB3 have been known to forget
> their MAC address (original MAC address is on label underneath) and
> require reprogramming.
> 
> LMS WebUI Settings/Information - give details of players and MAC
> addresses.

Correct!
Player MAC Address: 00:00:00:00:00:00
Do I need to fix this and if so how? I wouldn't know where to start! The
IP address is correct.



SB3 -> Quad 909 -> Quad Electrostatic speakers, Quad 405 -> TBI
subwoofer
3 x SB3s + SB Radio
LMS on Raspbian on a Pi4
Rotel RSP1068 surround processor, Quad 707 -> B&W surround

rbl's Profile: http://forums.slimdevices.com/member.php?userid=4517
View this thread: http://forums.slimdevices.com/showthread.php?t=117047

___
Squeezecenter mailing list
Squeezecenter@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/squeezecenter


Re: [SlimDevices: SqueezeCenter] Playback goes into 4 second loops on both wired Win10 and Pi4 LMS. Log file attached

2022-11-11 Thread bpa


rbl wrote: 
> Apologies for confusion, I am trying two separate setups, both with the
> same problem:
> 1) Win10 + LMS 7.9.2 + 2 wired SB3s
> 2) Pi4 + LMS 8.3.0 + Squeezelite v1.9.9-1401 + 2 wired SB3s

I wouldn't bother with 7.9.2 as that is an old system with some out of
date Perl packages for Win10.  You may get other side effects from the
old packages.

> I have swapped the SB3s (I have 4 in total), router. I am constantly
> changing cables so it is beginning to point to the PSUs which I just
> hadn't thought of. Presumably a decent 3A phone charger with appropriate
> connector should suffice? What does that little black box the PSU cable
> loops around do - some sort of induction filter?

IIRC The ferrite core are usually to do with suppression of stray radio
frequencies - on DC connection they act as a low pass filter.
I'd play safe. I wouldn't use a phone charger - modern phone charger do
more than supply just one voltage.

Get a plain 5V 3A power supply - no chance of blowing up the SB3.

> How do I troubleshoot the MAC 00:00:00:00:00 problem?
It is probably the Pi but on occasion SB3 have been known to forget
their MAC address (original MAC address is on label underneath) and
require reprogramming.

LMS WebUI Settings/Information - give details of players and MAC
addresses.



bpa's Profile: http://forums.slimdevices.com/member.php?userid=1806
View this thread: http://forums.slimdevices.com/showthread.php?t=117047

___
Squeezecenter mailing list
Squeezecenter@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/squeezecenter


Re: [SlimDevices: SqueezeCenter] Playback goes into 4 second loops on both wired Win10 and Pi4 LMS. Log file attached

2022-11-11 Thread rbl


bpa wrote: 
> Is Squeezleite part of synced group ? I thought it was just Sb3s ?
> "drain" issue has shown up before with squeezelite - what version of
> Squeezelite ?
> (https://forums.slimdevices.com/showthread.php?114661-Music-streaming-stops-intermittently
> 
> 
> MAC address of 00:00:00:00:00 still showing up - as this is not an
> assigned MAC address - this usually implies something not setup
> properly
> 
> The problem seems to be isolated to your system. Your system (LMS on
> Pi/.Windows with SB3 / Squeezelite playing Flac ) is not unusual and
> used by many users, so something in your setup is off rather than an
> general software (e.g. OS, LMS).  You also may have more than one
> problem - if so then symptoms will be confusing.
> 
> LMS and router changed - so issue is probably player related or other
> common items (e.g. cables)
> As players seems to be OK for a good while and then suddenly fail -
> failing PSU have been know to cause strange issues.  For example, not
> all components in the player have the same tolerance, if voltage drops a
> small amount some components maybe not work correctly.   
> Alternative scenario - failing wireless card in SB3 even when not being
> used, have been known to kill audio and reboot player.
> So you must consider all possibilities.

Apologies for confusion, I am trying two separate setups, both with the
same problem:
1) Win10 + LMS 7.9.2 + 2 wired SB3s
2) Pi4 + LMS 8.3.0 + Squeezelite v1.9.9-1401 + 2 wired SB3s

I have swapped the SB3s (I have 4 in total), router. I am constantly
changing cables so it is beginning to point to the PSUs which I just
hadn't thought of. Presumably a decent 3A phone charger with appropriate
connector should suffice? What does that little black box the PSU cable
loops around do - some sort of induction filter?

How do I troubleshoot the MAC 00:00:00:00:00 problem?



SB3 -> Quad 909 -> Quad Electrostatic speakers, Quad 405 -> TBI
subwoofer
3 x SB3s + SB Radio
LMS on Raspbian on a Pi4
Rotel RSP1068 surround processor, Quad 707 -> B&W surround

rbl's Profile: http://forums.slimdevices.com/member.php?userid=4517
View this thread: http://forums.slimdevices.com/showthread.php?t=117047

___
Squeezecenter mailing list
Squeezecenter@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/squeezecenter


Re: [SlimDevices: SqueezeCenter] Playback goes into 4 second loops on both wired Win10 and Pi4 LMS. Log file attached

2022-11-11 Thread bpa


rbl wrote: 
> Here's part of the log file from 8.3.0. The looping started at about
> 03.25am. I have the rest of the log if needed.
> I have ordered some new CAT6 cables. Can the transformer really make a
> difference?
> 
> 39093

Is Squeezleite part of synced group ? I thought it was just Sb3s ?
"drain" issue has shown up before with squeezelite - what version of
Squeezelite ?
(https://forums.slimdevices.com/showthread.php?114661-Music-streaming-stops-intermittently


MAC address of 00:00:00:00:00 still showing up - as this is not an
assigned MAC address - this usually implies something not setup properly



bpa's Profile: http://forums.slimdevices.com/member.php?userid=1806
View this thread: http://forums.slimdevices.com/showthread.php?t=117047

___
Squeezecenter mailing list
Squeezecenter@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/squeezecenter


Re: [SlimDevices: SqueezeCenter] Playback goes into 4 second loops on both wired Win10 and Pi4 LMS. Log file attached

2022-11-11 Thread rbl


bpa wrote: 
> 8.3.0 mainly has bug fixes over 8.2.*  but it is easier to lookup exact
> source code on my installation and on github.
> Log messages can be tracked to source code so exactly what consdition
> the message is produced is understood.
> 
> That said, if in the logs the same player has the initial problem, swap
> PSU and see if problem changes.

Here's part of the log file from 8.3.0. The looping started at about
03.25am. I have the rest of the log if needed.
I have ordered some new CAT6 cables. Can the transformer really make a
difference?

39093


+---+
|Filename: server 01.log|
|Download: http://forums.slimdevices.com/attachment.php?attachmentid=39093|
+---+


SB3 -> Quad 909 -> Quad Electrostatic speakers, Quad 405 -> TBI
subwoofer
3 x SB3s + SB Radio
LMS on Raspbian on a Pi4
Rotel RSP1068 surround processor, Quad 707 -> B&W surround

rbl's Profile: http://forums.slimdevices.com/member.php?userid=4517
View this thread: http://forums.slimdevices.com/showthread.php?t=117047

___
Squeezecenter mailing list
Squeezecenter@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/squeezecenter


Re: [SlimDevices: SqueezeCenter] Playback goes into 4 second loops on both wired Win10 and Pi4 LMS. Log file attached

2022-11-10 Thread bpa


rbl wrote: 
> Yep that log file was from 7.9.2. Identical problem with 8.2.1. Sounds
> like I should upgrade to 8..3. Assuming it replicates with 8.3 I'll post
> the log ..

8.3.0 mainly has bug fixes over 8.2.*  but it is easier to lookup exact
source code on my installation and on github.
Log messages can be tracked to source code so exactly what consdition
the message is produced is understood.

That said, if in the logs the same player has the initial problem, swap
PSU and see if problem changes.



bpa's Profile: http://forums.slimdevices.com/member.php?userid=1806
View this thread: http://forums.slimdevices.com/showthread.php?t=117047

___
Squeezecenter mailing list
Squeezecenter@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/squeezecenter


Re: [SlimDevices: SqueezeCenter] Playback goes into 4 second loops on both wired Win10 and Pi4 LMS. Log file attached

2022-11-10 Thread rbl


bpa wrote: 
> Weird error.  First thought is network issue - some data is being lost.
> 
> However, I can't associate the log message with source code files. Is
> the log from 7.9.2 ?
> Ifs so get a log from 8.2.1 or better 8.3.0.

Yep that log file was from 7.9.2. Identical problem with 8.2.1. Sounds
like I should upgrade to 8..3. Assuming it replicates with 8.3 I'll post
the log ..



SB3 -> Quad 909 -> Quad Electrostatic speakers, Quad 405 -> TBI
subwoofer
3 x SB3s + SB Radio
LMS on Raspbian on a Pi4
Rotel RSP1068 surround processor, Quad 707 -> B&W surround

rbl's Profile: http://forums.slimdevices.com/member.php?userid=4517
View this thread: http://forums.slimdevices.com/showthread.php?t=117047

___
Squeezecenter mailing list
Squeezecenter@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/squeezecenter


Re: [SlimDevices: SqueezeCenter] Playback goes into 4 second loops on both wired Win10 and Pi4 LMS. Log file attached

2022-11-10 Thread bpa


rbl wrote: 
> I am unable to interpret the log. Can anyone tell me what is going on?

Weird error.  First thought is network issue - some data is being lost.

However, I can't associate the log message with source code files. Is
the log from 7.9.2 ?
Ifs so get a log from 8.2.1 or better 8.3.0.



bpa's Profile: http://forums.slimdevices.com/member.php?userid=1806
View this thread: http://forums.slimdevices.com/showthread.php?t=117047

___
Squeezecenter mailing list
Squeezecenter@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/squeezecenter


[SlimDevices: SqueezeCenter] Playback goes into 4 second loops on both wired Win10 and Pi4 LMS. Log file attached

2022-11-10 Thread rbl


I am running LMS 8.2.1 on a Pi4 and LMS 7.9.2 on Win10. I am testing
them separately and get the same problem. Playback audio suddenly goes
dead and it goes into a 4 second loop, as seen on the Win10 browser
interface. Main points are:

- testing with 2 sync'd SB3s
- the Pi4 works fine with just Squeezelite, but problems start with
sync'd SB3s
- everything wired on a v good Gbit network
- playing 44.1/16 FLACs
- I have changed everything and get the same problem. Changed both SB3s,
Router, Pi4 O/S (LMS 8.1.2 and 8.2.1), using WiFi instead of ethernet
- it usually takes an hour + for the problem to occur. The latest Win10
test run took 6 hours to start looping (log attached).

I attach the player.source debug info. In this example it started
looping between 15:36 and 15:37.

I am pulling my hair out with this. I have had 3-4 sync'd SB3s for 20
odd years and things have basically worked. I didn't use it for a couple
of months due to a house move and now it's endless trouble. I have tried
using exactly the same PlusNet router and have tried different routers.
The fibre broadband here is a very stable 70+mb/s but that  should be
irrelevant for FLACs.

I am unable to interpret the log. Can anyone tell me what is going on?

39089


+---+
|Filename: server - Copy.log|
|Download: http://forums.slimdevices.com/attachment.php?attachmentid=39089|
+---+


SB3 -> Quad 909 -> Quad Electrostatic speakers, Quad 405 -> TBI
subwoofer
3 x SB3s + SB Radio
LMS on Raspbian on a Pi4
Rotel RSP1068 surround processor, Quad 707 -> B&W surround

rbl's Profile: http://forums.slimdevices.com/member.php?userid=4517
View this thread: http://forums.slimdevices.com/showthread.php?t=117047

___
Squeezecenter mailing list
Squeezecenter@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/squeezecenter