@ Marsupial

Well I'm confused now as you say


> At this point I am willing to start over on the second pi, updating
> raspbian to buster,

and previosly it was> 
> 
> I'll see if I can resolve this and start the LMS, otherwise I'll prepare
> a new bullseye image and start over, copying config from one another and
> see where this lead.

Which image is on the card ? Raspbian is really old I would not bother
with the following if you have Raspbian

You can, if you wish, try this on the cloned sd card, normal t&c apply

open a terminal


Code:
--------------------
    sudo apt remove logitechmediaserver -y
  
  sudo apt autoremove -y && sudo apt autoclean -y && sudo reboot
--------------------


This should remove LMS but leave the preferences insitu

When it comes back up


Code:
--------------------
    sudo apt update 
  sudo apt full-upgrade -y
  sudo apt install -y lame 
  wget -O logitechmediaserver_arm.deb $(wget -q -O - 
"https://www.mysqueezebox.com/update/?version=8.3.0&revision=1&geturl=1&os=debarm";)
  sudo apt install -y ./logitechmediaserver_arm.deb
  sudo reboot
--------------------


I'm "afk" to quote Sheldon, so feel free to ignore me

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=116946

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

Reply via email to