Home of the Squeezebox™ & Transporter® network music players.
Page 3 of 5 FirstFirst 12345 LastLast
Results 21 to 30 of 43
  1. #21

    get DS207+ running

    Quote Originally Posted by sebp View Post
    Weird, I really don't get it.

    Would you mind letting me access your DS, so that I try to figure out what's the problem?
    Hmm. Let's discuss this further via PM, ok?
    Heiner
    My system:
    SS7.7.2 on Diskstation DS207+ (DSM3.1) via SSODS4.9.1mod (by j-r).
    1 x Slimp3
    3 x Squeezebox Classic
    1 x Controller
    1 x Squeezeplay w/ Squeezelite on Open Peak Joggler
    2 x Squeeze Commander (on 2 rooted Nook Touch e-reader)
    X x Squeezeplay on various PC's & Laptops

  2. #22
    Senior Member sebp's Avatar
    Join Date
    May 2007
    Location
    Pau, France
    Posts
    1,313
    Thanks Heiner for letting me check that by myself.

    So, as system libraries shipping with the Syno's firmware are even older than QNAP's ones, my binaries don't work on these. For now.

    QNAP users should be able to enjoy it while I'm trying to find a way to bypass the problem for the Syno users, though.

  3. #23

    Further DS*07+ compilation infos

    Quote Originally Posted by sebp View Post
    Thanks Heiner for letting me check that by myself.

    So, as system libraries shipping with the Syno's firmware are even older than QNAP's ones, my binaries don't work on these. For now.

    QNAP users should be able to enjoy it while I'm trying to find a way to bypass the problem for the Syno users, though.
    Thank you, Seb;
    I cross my fingers that you can get it to work!
    Just in case you can find some useful information in it -
    Here is a useful pdf file for 3rd party application implementation on the Synos:
    http://download.synology.com/downloa...20Guide_V2.pdf

    Esp in there is also a download link to the latest toolchain for the DS207+ (DSM 3.1 toolchain: gcc343_glibc232_88f5281.tgz):
    http://sourceforge.net/projects/dsgp...inux%202.6.15/
    as well as "configure scrips" which are somehow needed (see page 8).
    (As you can see, I tried to get somewhere by myself already, but as I am not an expert - I gave up....)

    Again: Thank you for your efforts.

    Heiner
    Heiner
    My system:
    SS7.7.2 on Diskstation DS207+ (DSM3.1) via SSODS4.9.1mod (by j-r).
    1 x Slimp3
    3 x Squeezebox Classic
    1 x Controller
    1 x Squeezeplay w/ Squeezelite on Open Peak Joggler
    2 x Squeeze Commander (on 2 rooted Nook Touch e-reader)
    X x Squeezeplay on various PC's & Laptops

  4. #24
    Member
    Join Date
    Dec 2008
    Location
    Paris, France
    Posts
    70
    Sebp is doing a really great job... But at this time I didn't managed to launch this version . The server crashes at the begining. You'd better try the previous one if you can't wait for the correction !

    Quote Originally Posted by sebp View Post
    Here is the latest release.
    Installation instructions are the same than for my previous release(s), see my earlier post.

    It now includes the external binaries that are required for transcoding.

    The install.sh script has been modified so that it'll ask the Syno users to create the required group and user from DSM.
    And there's a remove.sh script, too, when you get bored.


    EDIT: looks like it doesn't work on DS-x07 because Synology's using even older system libraries than QNAP in its firmware.

  5. #25
    Member
    Join Date
    Dec 2008
    Location
    Paris, France
    Posts
    70
    Well, in fact the server crashed because of a wrong ownership of few files (ie logfiles...)

    If you want to use the last version :
    after install.sh (don't forget to copy any plugin directories if needed):
    cd /opt/lms4jg/squeezebox....
    chown -R lms4jg:lms4jg ./*
    cd /opt/lms4jg/sbin
    ./lms4jg start

    ************************************************** ***
    The server start... Wait and go to sbs web page to configure...

    nb : if the scanner doesn't start alone, launch a full scan by yourself...
    Enjoy !

  6. #26
    Hi guys,

    i took ssods 4.9.1 and updated the perl-packages to the required ones for SBS 7.6.2.

    7.6.2 is up and running on my Synology DS407.

    I made the new SSODSmod exactly like flipflip, so it *should* run on every oldarm device.

    Here is the Link: ssods-4.9.1mod-oldarm.tar.gz

    Feel free to make mirrors.

    For the rest of the day i tried to compile the required packages for LMS 7.7 for oldarm, but i see no possibility to get ffmpeg working because of assembler errors. I believe it needs a newer version of eldk to compile, these errors do only occur on aldarm.
    Last edited by j-r; 2011-11-19 at 14:17.

  7. #27
    Junior Member
    Join Date
    Aug 2011
    Posts
    4
    Well I was going to try and install sebp's stuff then saw the post from j-r and thought I'd try that first as it seemed a little more intuitive to compile on top of ssods.

    Well j-r's stuff worked for me first time with my qnap 209, duet and squeezeboxserver-7.6.2-33593.tgz, didn't even have to upgrade the controller - but did to 7.6.2 r9545.

    I'm sure sebp's stuff would have worked just as well - but I haven't tried it - sorry, but thanks for giving it a go.
    j-r's stuff does all that I need it to do - but I only use a limited amount of functionality - hope it works for others.

    A 1 hr 40 to scan:
    Total Tracks: 27,655
    Total Albums: 2,556
    Total Artists: 756
    Total Genres: 205
    Total Playing Time: 2301:39:35

    I'm very happy - that used to take many hours.

    Thanks very much everyone.

  8. #28
    Senior Member sebp's Avatar
    Join Date
    May 2007
    Location
    Pau, France
    Posts
    1,313
    Quote Originally Posted by stu.mped View Post
    I'm sure sebp's stuff would have worked just as well - but I haven't tried it - sorry, but thanks for giving it a go.
    You're welcome, it was quite interesting for me to give cross-compilation a try.
    But my build lacks lots of goodies found in SSODS, so j-r's build the way to go, without a doubt.

  9. #29
    Quote Originally Posted by j-r View Post
    Hi guys,

    i took ssods 4.9.1 and updated the perl-packages to the required ones for SBS 7.6.2.

    7.6.2 is up and running on my Synology DS407.

    I made the new SSODSmod exactly like flipflip, so it *should* run on every oldarm device.

    Here is the Link: ssods-4.9.1mod-oldarm.tar.gz

    Feel free to make mirrors.

    For the rest of the day i tried to compile the required packages for LMS 7.7 for oldarm, but i see no possibility to get ffmpeg working because of assembler errors. I believe it needs a newer version of eldk to compile, these errors do only occur on aldarm.
    Do I have just to copy the content in the /volume1/SSODS folder ?

  10. #30
    Quote Originally Posted by Leplus View Post
    Do I have just to copy the content in the /volume1/SSODS folder ?
    It's exactly like the original SSODS, just follow flipflips installation/upgrade instructions.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •