Re: [SlimDevices: SqueezeCenter] Lms 7.9 QtS4.3 64bit problem?

2017-07-02 Thread oyvindo

The best and easiest way to run LMS on the new QNAP 64-bit OS is to use
Docker. 

Sent from my SM-G935F using Tapatalk



QNAP TS-453Mini 4x3TB RAID5 QTS 4.3.3
LMS 7.9.0 running in Docker
Madsonic 6.2 running in Docker
Plex running in Docker

QNAP HS-251 2x2TB RAID0, QTS 4.3.3
Kodi 16.1 Jarvis

QNAP TS-119 1TB Single, QTS 4.3.3
Almost Retired

oyvindo's Profile: http://forums.slimdevices.com/member.php?userid=19302
View this thread: http://forums.slimdevices.com/showthread.php?t=107336

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


Re: [SlimDevices: SqueezeCenter] Lms 7.9 QtS4.3 64bit problem?

2017-06-15 Thread chrissy

Probably the same problem as with the others.
Greets 
Chris



Cubietruck with armbian runnig lms and squeezelite for my hifi System
(feeding an ifi micro) 
2 Squeezebox Radios (kitchen and bath)
Nubert NuPro A200, AW350 Sub , raspi 3 with hifiberry digi+ for the
bedroom
raspi A with M2Tech HiFace usb dac and JBL Control 1 for the balcony :-)

chrissy's Profile: http://forums.slimdevices.com/member.php?userid=47801
View this thread: http://forums.slimdevices.com/showthread.php?t=107336

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


Re: [SlimDevices: SqueezeCenter] Lms 7.9 QtS4.3 64bit problem?

2017-06-12 Thread eduardoo

chrissy wrote: 
> Hi,
> 
> under linux, the first thing executed in a binary file is the linker
> loader, usually located in /lib or /lib64 on 64 bit systems and named
> ld-linux.so.3 or some different number. The linkerloader is hardwired in
> the binary. If the linker loader is different in the binary and there is
> no linker loader with the correct name, you will get the message "file
> not found" when the binary is executed. For example, on my cubietruck
> with armbian 5.25, the binary of, for example faad in the
> /usr/share/squeezeboxserver/Bin/arm-linux dirctory, which seems to be
> used as default are linked with ld-linux.so.3, which does not exist by
> default on my system. The existing linker loader is ld-linux-armhf.so.3
> .If you put a symbolic link with the command ln -s 
> /lib/ld-linux-armhf.so.3 /lib/ld-linux.so.3 the binary finds the correct
> linker loader. An alternative would be to copy the working binaries into
> the default directoy ie. copy them from the
> /usr/share/squeezeboxserver/Bin/armhf-linux to 
> /usr/share/squeezeboxserver/Bin/arm-linux or change the default search
> directory from /usr/share/squeezeboxserver/Bin/arm-linux to 
> /usr/share/squeezeboxserver/Bin/armhf-linux , but I don't know how it's
> done. The way adding a symbolic link worked for me. 
> 
> If you dont know how the linker loader of your binary is named, you will
> have to use a hexeditor like HxD under windows to figure out how the
> linker loader is named.  ( copy the executable to a location that is
> served with samba, map the directoy in windows and open it with HxD and
> search for ld- which should be in the first few lines). But for lms it
> should be the names mentioned above.
> Hope this cears up things.
> 
> Greets
> Chris

Hi Chris,

Thanks for the well written Italian reply.  Just kidding! :)  But the
content do read a little a like a foreign language to the
non-linux-adept me.  

I was thinking, if I rename the "wrong" bin folder (i386-linux) to
something like i386-linux-old, and then create a symbolic link named
"i386-linux" pointing to "x86_64-linux" (supposedly the right folder),
then restart LMS, would it achieve what you are saying?

Sorry for my inability to understand such technical details.

Thanks again.



eduardoo's Profile: http://forums.slimdevices.com/member.php?userid=25850
View this thread: http://forums.slimdevices.com/showthread.php?t=107336

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


Re: [SlimDevices: SqueezeCenter] Lms 7.9 QtS4.3 64bit problem?

2017-06-12 Thread chrissy

Hi,

under linux, the first thing executed in a binary file is the linker
loader, usually located in /lib or /lib64 on 64 bit systems and named
ld-linux.so.3 or some different number. The linkerloader is hardwired in
the binary. If the linker loader is different in the binary and there is
no linker loader with the correct name, you will get the message "file
not found" when the binary is executed. For example, on my cubietruck
with armbian 5.25, the binary of, for example faad in the
/usr/share/squeezeboxserver/Bin/arm-linux dirctory, which seems to be
used as default are linked with ld-linux.so.3, which does not exist by
default on my system. The existing linker loader is ld-linux-armhf.so.3
.If you put a symbolic link with the command ln -s 
/lib/ld-linux-armhf.so.3 /lib/ld-linux.so.3 the binary finds the correct
linker loader. An alternative would be to copy the working binaries into
the default directoy ie. copy them from the
/usr/share/squeezeboxserver/Bin/armhf-linux to 
/usr/share/squeezeboxserver/Bin/arm-linux or change the default search
directory from /usr/share/squeezeboxserver/Bin/arm-linux to 
/usr/share/squeezeboxserver/Bin/armhf-linux , but I don't know how it's
done. The way adding a symbolic link worked for me. 

If you dont know how the linker loader of your binary is named, you will
have to use a hexeditor like HxD under windows to figure out how the
linker loader is named.  ( copy the executable to a location that is
served with samba, map the directoy in windows and open it with HxD and
search for ld- which should be in the first few lines). But for lms it
should be the names mentioned above.
Hope this cears up things.

Greets
Chris



Cubietruck with armbian runnig lms and squeezelite for my hifi System
(feeding an ifi micro) 
2 Squeezebox Radios (kitchen and bath)
Nubert NuPro A200, AW350 Sub , raspi 3 with hifiberry digi+ for the
bedroom
raspi A with M2Tech HiFace usb dac and JBL Control 1 for the balcony :-)

chrissy's Profile: http://forums.slimdevices.com/member.php?userid=47801
View this thread: http://forums.slimdevices.com/showthread.php?t=107336

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


Re: [SlimDevices: SqueezeCenter] Lms 7.9 QtS4.3 64bit problem?

2017-06-11 Thread eduardoo

chrissy wrote: 
> Hi,
> It seems to be the same problem as described in my post in this thread
> http://forums.slimdevices.com/showthread.php?107465-flac-faad-errors
> Had this problem on my cubietruck too and the symbolic link to th
> correct linker loader solved it.
> Greets 
> Chris

Would you mind enlightening this layman as to how this is done? I can
manage simple operations on winscp and putty, but need specific
instructions as I don't really know what exactly to do.

Many thanks.



eduardoo's Profile: http://forums.slimdevices.com/member.php?userid=25850
View this thread: http://forums.slimdevices.com/showthread.php?t=107336

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


Re: [SlimDevices: SqueezeCenter] Lms 7.9 QtS4.3 64bit problem?

2017-06-11 Thread chrissy

Hi,
It seems to be the same problem as described in my post in this thread
http://forums.slimdevices.com/showthread.php?107465-flac-faad-errors
Had this problem on my cubietruck too and the symbolic link to th
correct linker loader solved it.
Greets 
Chris



Cubietruck with armbian runnig lms and squeezelite for my hifi System
(feeding an ifi micro) 
2 Squeezebox Radios (kitchen and bath)
Nubert NuPro A200, AW350 Sub , raspi 3 with hifiberry digi+ for the
bedroom
raspi A with M2Tech HiFace usb dac and JBL Control 1 for the balcony :-)

chrissy's Profile: http://forums.slimdevices.com/member.php?userid=47801
View this thread: http://forums.slimdevices.com/showthread.php?t=107336

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


Re: [SlimDevices: SqueezeCenter] Lms 7.9 QtS4.3 64bit problem?

2017-06-11 Thread Michael Herger

The problem is, that the binarch stays on i386.
And even if you copy the bins from the i686 directory to i386, the
plugin look at the wrong binhelpers.
There should be a way to fix this through editing custom.pm.


Is SSOTS already using a Custom.pm? If so, look into changing the 
initSearchPath Method 
(https://github.com/Logitech/slimserver/blob/a321b3b3bb6183eca27e4a509522cbbffbaa3087/Slim/Utils/OS.pm#L63)


--

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


Re: [SlimDevices: SqueezeCenter] Lms 7.9 QtS4.3 64bit problem?

2017-06-11 Thread digimaster

eduardoo wrote: 
> Anyone else experienced these issues or know how to fix them?  Thx.

Same issue here, got a ts-453A with intel celeron inside.
And run LMS through ssods.
The problem is, that the binarch stays on i386.
And even if you copy the bins from the i686 directory to i386, the
plugin look at the wrong binhelpers.
There should be a way to fix this through editing custom.pm.

Search on internet how, about could not find out how to do this.



digimaster's Profile: http://forums.slimdevices.com/member.php?userid=66919
View this thread: http://forums.slimdevices.com/showthread.php?t=107336

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


Re: [SlimDevices: SqueezeCenter] Lms 7.9 QtS4.3 64bit problem?

2017-05-15 Thread eduardoo

eduardoo wrote: 
> Further reporting on the QTS4.3 issues with Logitech Media Server.
> 
> While searching for various cures, I have also upgraded to 7.9.1 via
> SSOTS.  As suggested by Michael, it does not affect the issues raised
> earlier.  After further testing of various functionalities, my
> experience is as follows:
> 
> 1.  Playback on the Squeezelite is fine after manually copying a few
> files, based on post #8 here: 
> http://forums.slimdevices.com/showthread.php?106851-LMS-X64-aware  I
> tried a number of formats and all seem fine.
> 
> 2.  I cannot get the Squeezelite to work as a DLNA renderer.  Server log
> would show an error which typically looks like this:  0007: [17-04-30
> 14:10:26.2596] Slim::Player::Song:pen (409) Error: Couldn't create
> command line for flc playback for
> [upnp://xxx.xxx.x.xxx:9001/music/670350/download.flc]  LMS as a DLNA
> server appears fine under DLNA controller to server to renderer setup.
> 
> 3.  I also cannot get the DLNA/UPNP bridge plugin to work.  It worked
> momentarily initially but broke down soon.
> 
> After some googling, it seems that all the issues should be SSOTS
> related, but it's beyond me as to how it can be fixed.  If your QNAP
> supports Docker virtualization (mine doesn't), you can get around it.  
> 
> 
> I'm further posting my findings to hopefully find some hero who can tell
> me that there is some quick fix to it, and to hopefully help other QNAP
> users to at least get their LMS ecosystem back to playing music.
> 
> Cheers.
> 
> Further discovery.  Using squeezelite as upnp renderer works if I set
> flac transfer to native (I have set it to pcm since forever).  Don't
> know why behavior changed after the firmware upgrade.


Anyone else experienced these issues or know how to fix them?  Thx.



eduardoo's Profile: http://forums.slimdevices.com/member.php?userid=25850
View this thread: http://forums.slimdevices.com/showthread.php?t=107336

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


Re: [SlimDevices: SqueezeCenter] Lms 7.9 QtS4.3 64bit problem?

2017-05-07 Thread eduardoo

Further reporting on the QTS4.3 issues with Logitech Media Server.

While searching for various cures, I have also upgraded to 7.9.1 via
SSOTS.  As suggested by Michael, it does not affect the issues raised
earlier.  After further testing of various functionalities, my
experience is as follows:

1.  Playback on the Squeezelite is fine after manually copying a few
files, based on post #8 here: 
http://forums.slimdevices.com/showthread.php?106851-LMS-X64-aware  I
tried a number of formats and all seem fine.

2.  I cannot get the Squeezelite to work as a DLNA renderer.  Server log
would show an error which typically looks like this:  0007: [17-04-30
14:10:26.2596] Slim::Player::Song:pen (409) Error: Couldn't create
command line for flc playback for
[upnp://xxx.xxx.x.xxx:9001/music/670350/download.flc]  LMS as a DLNA
server appears fine under DLNA controller to server to renderer setup.

3.  I also cannot get the DLNA/UPNP bridge plugin to work.  It worked
momentarily initially but broke down soon.

After some googling, it seems that all the issues should be SSOTS
related, but it's beyond me as to how it can be fixed.  If your QNAP
supports Docker virtualization (mine doesn't), you can get around it.  


I'm further posting my findings to hopefully find some hero who can tell
me that there is some quick fix to it, and to hopefully help other QNAP
users to at least get their LMS ecosystem back to playing music.

Cheers.



eduardoo's Profile: http://forums.slimdevices.com/member.php?userid=25850
View this thread: http://forums.slimdevices.com/showthread.php?t=107336

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


Re: [SlimDevices: SqueezeCenter] Lms 7.9 QtS4.3 64bit problem?

2017-05-02 Thread yeomanspc

Production machine is a 670, backup is a 569.  Re-loaded LMS last night
and updated all the wifi access points/switches - as of now it is all
working on the 670pro - I'll report back in a couple of days if it is
still good.  Will also test the 569 which is same gen as yours


Sent from my iPhone using Tapatalk





yeomanspc's Profile: http://forums.slimdevices.com/member.php?userid=249
View this thread: http://forums.slimdevices.com/showthread.php?t=107336

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


Re: [SlimDevices: SqueezeCenter] Lms 7.9 QtS4.3 64bit problem?

2017-05-02 Thread eduardoo

yeomanspc wrote: 
> >   >   > 
  - Are other folk having issues with the latest 4.3 QNAP build?
  - Are other people seeing it working ok?
  > > > 
> 
> 
> Mine seems to work most of the time, but periodically the server is
> not being found by (in particular) wifi controllers (the SB controller
> and Ipeng), and I have to restart LMS.  I am able to access LMS via
> the web interface, and it will play radio and files to wired players.
> 
> I have RPI's and Odroids, and I get that they work, but I also just
> want to be able to use my existing QNAP infrastructure (which for a
> few years has been rock solid).
> 
> Is it established that QNAP have in fact broken LMS in the latest QTS
> build, and if so, is it know what the root issue is?

You mean your LMS worked fine without needing the mod like I did?  Is
yours a newer machine or an older one?  Mine is a 469L.



eduardoo's Profile: http://forums.slimdevices.com/member.php?userid=25850
View this thread: http://forums.slimdevices.com/showthread.php?t=107336

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


Re: [SlimDevices: SqueezeCenter] Lms 7.9 QtS4.3 64bit problem?

2017-05-01 Thread yeomanspc

- Are other folk having issues with the latest 4.3 QNAP build?
- Are other people seeing it working ok?
  


Mine seems to work most of the time, but periodically the server is not
being found by (in particular) wifi controllers (the SB controller and
Ipeng), and I have to restart LMS.  I am able to access LMS via the web
interface, and it will play radio and files to wired players.

I have RPI's and Odroids, and I get that they work, but I also just want
to be able to use my existing QNAP infrastructure (which for a few years
has been rock solid).

Is it established that QNAP have in fact broken LMS in the latest QTS
build, and if so, is it know what the root issue is?



yeomanspc's Profile: http://forums.slimdevices.com/member.php?userid=249
View this thread: http://forums.slimdevices.com/showthread.php?t=107336

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


Re: [SlimDevices: SqueezeCenter] Lms 7.9 QtS4.3 64bit problem?

2017-04-29 Thread eduardoo

mherger wrote: 
> > Btw, does anyone know if the latest version of lms (7.9.1) would make
> > any difference regarding compatibility with qnap qts 4.3 and its  64
> bit
> > system?
> 
> It won't. See the changelog:
> 
> http://htmlpreview.github.io/?https://github.com/Logitech/slimserver/blob/public/7.9/Changelog7.html
> 
> -- 
> 
> Michael

Thanks, Michael.

Now that I have at least fixed the playback issue by following this I
followed this (http://squeezebox172.rssing.com/brow...0146&item=2224)
and copying some files from the 64 bit folder to the i386 folder, is
there anything I can do to fix the odd issue with the DLNA behaviour? 
If I use some DLNA controller to try playing music from LMS (as DLNA
server) to Squeezelite, it won't play.  It seems that the DLNA server
part still works as playing the same stuff at other DLNA renderers (such
as a tablet or phone) works, but trying to stream anything to
Squeezelite as DLNA renderer doesn't.

Any idea?

Thanks a lot.



eduardoo's Profile: http://forums.slimdevices.com/member.php?userid=25850
View this thread: http://forums.slimdevices.com/showthread.php?t=107336

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


Re: [SlimDevices: SqueezeCenter] Lms 7.9 QtS4.3 64bit problem?

2017-04-29 Thread Michael Herger

Btw, does anyone know if the latest version of lms (7.9.1) would make
any difference regarding compatibility with qnap qts 4.3 and its  64 bit
system?


It won't. See the changelog:

http://htmlpreview.github.io/?https://github.com/Logitech/slimserver/blob/public/7.9/Changelog7.html

--

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


Re: [SlimDevices: SqueezeCenter] Lms 7.9 QtS4.3 64bit problem?

2017-04-29 Thread eduardoo

Btw, does anyone know if the latest version of lms (7.9.1) would make
any difference regarding compatibility with qnap qts 4.3 and its  64 bit
system?



eduardoo's Profile: http://forums.slimdevices.com/member.php?userid=25850
View this thread: http://forums.slimdevices.com/showthread.php?t=107336

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


Re: [SlimDevices: SqueezeCenter] Lms 7.9 QtS4.3 64bit problem?

2017-04-29 Thread eduardoo

oyvindo wrote: 
> Check out this thread:
> https://forum.qnap.com/viewtopic.php?f=354&t=123933

Thanks, but darn, container is not available for my 469L!  Too bad.



eduardoo's Profile: http://forums.slimdevices.com/member.php?userid=25850
View this thread: http://forums.slimdevices.com/showthread.php?t=107336

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


Re: [SlimDevices: SqueezeCenter] Lms 7.9 QtS4.3 64bit problem?

2017-04-28 Thread oyvindo

eduardoo wrote: 
> Docker is some virtualization that runs in the nas?  Does it run any
> differently vs. running directly?  How do I go about doing that?
Check out this thread:
https://forum.qnap.com/viewtopic.php?f=354&t=123933



QNAP TS-453Mini 4x3TB RAID5 QTS 4.2.4
LMS 7.9.0 running in Docker
Madsonic 6.2 running in Docker
Plex running in Docker

QNAP HS-251 2x2TB RAID0, QTS 4.2.4
Kodi 16.1 Jarvis

QNAP TS-119 1TB Single, QTS 4.2.4
Retired

oyvindo's Profile: http://forums.slimdevices.com/member.php?userid=19302
View this thread: http://forums.slimdevices.com/showthread.php?t=107336

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


Re: [SlimDevices: SqueezeCenter] Lms 7.9 QtS4.3 64bit problem?

2017-04-28 Thread eduardoo

oyvindo wrote: 
> I'm running LMS in Docker on my QNAP after upgrading to 4.3.3 and it
> works just perfect.
Docker is some virtualization that runs in the nas?  Does it run any
differently vs. running directly?  How do I go about doing that?

Thanks.



eduardoo's Profile: http://forums.slimdevices.com/member.php?userid=25850
View this thread: http://forums.slimdevices.com/showthread.php?t=107336

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


Re: [SlimDevices: SqueezeCenter] Lms 7.9 QtS4.3 64bit problem?

2017-04-28 Thread eduardoo

As for the pi solution, maybe it's something worth considering, too,
since I can't even remember how I managed to squeeze that LMS 7.9 into
my qnap already.  Interestingly, my SOTM SMS-100 can run LMS, too,
though I can't remember exactly which version.  Maybe that can be a
solution, too.

Thanks.



eduardoo's Profile: http://forums.slimdevices.com/member.php?userid=25850
View this thread: http://forums.slimdevices.com/showthread.php?t=107336

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


Re: [SlimDevices: SqueezeCenter] Lms 7.9 QtS4.3 64bit problem?

2017-04-28 Thread eduardoo

oyvindo wrote: 
> I'm running LMS in Docker on my QNAP after upgrading to 4.3.3 and it
> works just perfect.

Sounds interesting. What's docker?  Something that runs in the nas?

Thanks.



eduardoo's Profile: http://forums.slimdevices.com/member.php?userid=25850
View this thread: http://forums.slimdevices.com/showthread.php?t=107336

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


Re: [SlimDevices: SqueezeCenter] Lms 7.9 QtS4.3 64bit problem?

2017-04-28 Thread oyvindo

I'm running LMS in Docker on my QNAP after upgrading to 4.3.3 and it
works just perfect.



QNAP TS-453Mini 4x3TB RAID5 QTS 4.2.4
LMS 7.9.0 running in Docker
Madsonic 6.2 running in Docker
Plex running in Docker

QNAP HS-251 2x2TB RAID0, QTS 4.2.4
Kodi 16.1 Jarvis

QNAP TS-119 1TB Single, QTS 4.2.4
Retired

oyvindo's Profile: http://forums.slimdevices.com/member.php?userid=19302
View this thread: http://forums.slimdevices.com/showthread.php?t=107336

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


Re: [SlimDevices: SqueezeCenter] Lms 7.9 QtS4.3 64bit problem?

2017-04-28 Thread Grumpy Bob

Man in a van wrote: 
> 1) Don't know:confused:
> 
> 2) Most likely:(
> 
> 3) Solve all your problems;:)
> 
> 22621
> 
> 
> Ronnie

Well, this was the solution to several issues I had with running LMS on
a QNAP NAS! I now have a Pi3 running piCorePlayer/LMS, wired to the
router and running 24/7. Works very well.

Robert



*Home: *Raspberry Pi 3/piCoreplayer/LMS7.9  with files on QNAP TS-239
Touch > DacMagic 100 > Naim Audio Nait 3 > Mission 752 (plus Rega
Planar 3 and Naim CD3)
PiCorePlayer(Pi2) with touchscreen and IQAudIO DAC+>Sennheisers 
2 x Squeezebox Radios, 1 X Squeezebox 3 (retired)
*Office:* LMS7.9 running on WiFi MyPassport drive >
piCorePlayer(PiB)/HiFiBerryDAC > Amptastic Amplifier
SqueezePad, iPeng as controllers 

last.fm/user/GrumpyBob

Grumpy Bob's Profile: http://forums.slimdevices.com/member.php?userid=41857
View this thread: http://forums.slimdevices.com/showthread.php?t=107336

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


Re: [SlimDevices: SqueezeCenter] Lms 7.9 QtS4.3 64bit problem?

2017-04-28 Thread Man in a van

eduardoo wrote: 
> 
> 1)
> Is this the only thing I'm missing, 
> 
> 2)or are there other things that would go wrong, too.? 
> 
> 3)If so, how can I fix them?
> 
> Thanks.

1) Don't know:confused:

2) Most likely:(

3) Solve all your problems;:)

22621


Ronnie


+---+
|Filename: rpi3B.png|
|Download: http://forums.slimdevices.com/attachment.php?attachmentid=22621|
+---+


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

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


[SlimDevices: SqueezeCenter] Lms 7.9 QtS4.3 64bit problem?

2017-04-28 Thread eduardoo

I've been running 7.9.0 - 1408608555 on my qnap 469L for some time.
After updating to qts 4.3, twonky no longer runs on it because of some
64 bit issue.  What I didn't expect was that it killed lms, too.  Lms
and my squeezelite running sotm sms-100 see each other, but music won't
play.  After some googling, I followed this
(http://squeezebox172.rssing.com/browser.php?indx=4720146&item=2224) ,
did some ssh to copy some files from the 64 bit folder to the i386
folder, and music played again. (Lucky, as I wasn't really sure what I
was doing) However, using upnp controllers to feed the squeezelite with
files from lms no longer works (feeding things from other sources as
well as playing music in lms on upnp clients seem to work though).

Is this the only thing I'm missing, or are there other things that would
go wrong, too.? If so, how can I fix them?

Thanks.



eduardoo's Profile: http://forums.slimdevices.com/member.php?userid=25850
View this thread: http://forums.slimdevices.com/showthread.php?t=107336

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