Man in a van wrote: > I think I should have typed =arm.deb instead of =deb or is it saying the > all_deb file was download to the file called arm-deb? > >
What DJanGo meant is that you had to use "os=debarm" in the url, and not "os=deb". You had this little typo in the comment on my tutorial page too, but after some trial-and-error I discovered that it should have been "os=debarm" (BTW, I've corrected your reply :) ). Anyway, thanks for your comment! I got it working on Raspbian Stretch now too. :cool: I also changed the 'tutorial ' (http://www.gerrelt.nl/RaspberryPi/wordpress/tutorial-stand-alone-squeezebox-server-and-player-for-bbq/)accordingly. *TL;DR:* You need to execute these commands to install the LMS server on Raspbian Stretch: Code: -------------------- # install some libs sudo apt-get install -y libsox-fmt-all libflac-dev libfaad2 libmad0 # get the latest nightly build (from downloads.slimdevices.com): wget -O logitechmediaserver_arm.deb $(wget -q -O - "http://www.mysqueezebox.com/update/?version=7.9.1&revision=1&geturl=1&os=debarm") sudo dpkg -i logitechmediaserver_arm.deb -------------------- ------------------------------------------------------------------------ Gerrelt's Profile: http://forums.slimdevices.com/member.php?userid=58186 View this thread: http://forums.slimdevices.com/showthread.php?t=107964 _______________________________________________ Squeezecenter mailing list [email protected] http://lists.slimdevices.com/mailman/listinfo/squeezecenter
