Home of the Squeezebox™ & Transporter® network music players.

View Poll Results: Which device is running your SqueezePlug-Server

Voters
99. You may not vote on this poll
  • SheevaPlug

    44 44.44%
  • TonidoPlug

    7 7.07%
  • Dockstar

    21 21.21%
  • Goflex Net

    11 11.11%
  • other

    16 16.16%
Page 3 of 66 FirstFirst 123451353 ... LastLast
Results 21 to 30 of 658
  1. #21
    Junior Member
    Join Date
    Feb 2011
    Posts
    2

    Which external 1TB 2,5" USB disk works with the SheevaPlug?

    Yesterday I bought a 1TB Seagate GoFlex (with USB3 since it was the only one they had). But apparently the SheevaPlug cannot deliver enough power to spin-up the disk.
    I have tried the disk on a couple on other computers and it seems to be a problem on half of them...

    Does anyone have a better suggestion for a new disk to try?

    Thanks.

  2. #22
    Member Percival Sweetwater's Avatar
    Join Date
    Jan 2011
    Location
    Yorkshire
    Posts
    57

    eSata Sheevaplug

    Loaded the 3.50 image onto my eSata Sheevaplug, and I can confirm that it works perfectly. Just remember not to update U-boot, otherwise it won't boot. You'll have to use this version from New IT: http://www.newit.co.uk/u-boot/uboot-sata-090903.bin.md5. This is only for the eSata version.

    Another thing to remember is to back up your favourites - I didn't....

    Again, thank you, Thomas.

  3. #23
    Senior Member truehl's Avatar
    Join Date
    Nov 2009
    Location
    Bonn, Germany
    Posts
    1,029
    Quote Originally Posted by Percival Sweetwater View Post
    Loaded the 3.50 image onto my eSata Sheevaplug, and I can confirm that it works perfectly. Just remember not to update U-boot, otherwise it won't boot. You'll have to use this version from New IT: http://www.newit.co.uk/u-boot/uboot-sata-090903.bin.md5. This is only for the eSata version.

    Another thing to remember is to back up your favourites - I didn't....

    Again, thank you, Thomas.
    Fine, thx for this hint! I hoped the new kernel would support eSata and now we know it does!!!

    Greetings, Thomas
    SBS 7.7.x on SqueezePlug,
    2 x Squeezebox Duet,
    1 x Squeezebox Touch,
    1 x Onkyo TX-8050 DLNA ready receiver
    iPeng,
    SqueezeSlave

    My SqueezePlug Wiki: Wiki
    My Blog: Blog
    My Forum: Forum
    My Downloads: Downloads
    My Videos: YouTube

    Feel free to donate my SqueezePlug project: Donate, thanks a lot!

  4. #24
    Senior Member truehl's Avatar
    Join Date
    Nov 2009
    Location
    Bonn, Germany
    Posts
    1,029
    Quote Originally Posted by RiccardoR View Post
    There is a way to disable the auto rescanning when I change (delete or copy) some files on My Dockstar? I want to manually do it only after finishing the whole work, otherwise I can play nothing, the sound stutter, the little Dockstar don't has enough horsepower to do everything.
    Riccardo

    P.S.: Sorry for my "awful" english!
    Hi Ricardo,
    please take a look here:
    "settings" "advanced" "performance" "automatically detect changes"

    Greetings,
    Thomas
    SBS 7.7.x on SqueezePlug,
    2 x Squeezebox Duet,
    1 x Squeezebox Touch,
    1 x Onkyo TX-8050 DLNA ready receiver
    iPeng,
    SqueezeSlave

    My SqueezePlug Wiki: Wiki
    My Blog: Blog
    My Forum: Forum
    My Downloads: Downloads
    My Videos: YouTube

    Feel free to donate my SqueezePlug project: Donate, thanks a lot!

  5. #25
    Senior Member truehl's Avatar
    Join Date
    Nov 2009
    Location
    Bonn, Germany
    Posts
    1,029

    SP_Sheeva_Installer_V3.50 released

    Hi,

    SP_Sheeva_Installer_V3.50 is released now! Please visit my download site. This version works with the ESIA installer. The result is the same like the image version (SP_Sheeva_Image_V3.50). Use this version if your SheevaPlug don't support booting from SD-Card. you can also choose to renew the u-boot bootloader. Please visit my wiki to see how it works exactly.

    Have fun,

    Thomas
    SBS 7.7.x on SqueezePlug,
    2 x Squeezebox Duet,
    1 x Squeezebox Touch,
    1 x Onkyo TX-8050 DLNA ready receiver
    iPeng,
    SqueezeSlave

    My SqueezePlug Wiki: Wiki
    My Blog: Blog
    My Forum: Forum
    My Downloads: Downloads
    My Videos: YouTube

    Feel free to donate my SqueezePlug project: Donate, thanks a lot!

  6. #26
    Senior Member truehl's Avatar
    Join Date
    Nov 2009
    Location
    Bonn, Germany
    Posts
    1,029

    SqueezePlug_Dockstar_Image_V3.50 released

    Hi,
    SqueezePlug_Dockstar_Image_V3.50 released now! Please visit my download site.

    Please visit my wiki to get more information.

    Have fun,

    Thomas
    SBS 7.7.x on SqueezePlug,
    2 x Squeezebox Duet,
    1 x Squeezebox Touch,
    1 x Onkyo TX-8050 DLNA ready receiver
    iPeng,
    SqueezeSlave

    My SqueezePlug Wiki: Wiki
    My Blog: Blog
    My Forum: Forum
    My Downloads: Downloads
    My Videos: YouTube

    Feel free to donate my SqueezePlug project: Donate, thanks a lot!

  7. #27
    Senior Member truehl's Avatar
    Join Date
    Nov 2009
    Location
    Bonn, Germany
    Posts
    1,029
    Quote Originally Posted by JohnHansen View Post
    Next step is to get a stick with Debian up and running. The problem again is the Goflex Net and SATA support in the kernel. The UBIT supplied kernel does support Goflex Net. So the trick is to boot the uImage kernel from the UBIT.

    So:

    1. Make a stick with 3 partitions

    boot: /dev/sda1 ext2
    swap: /dev/sda2 swap
    rootfs: /dev/sda3 ext3

    2. The boot.tar.gz from the UBIT installation should be untarred in /dev/sda1, so you now have a /boot/uImage that support Goflex Net

    3. Then for the rootfs, I took your image and tarred everything and then unpacked it on /dev/sda3.

    4. The modules.tar.gz from the UBIT installation should be untarred in /dev/sda3.

    5. The ramdisk uInitrd from the DEBIAN rootfs /dev/sda3 ("your image") should be copied to the root folder of /dev/sda1

    6. Modify the /etc/fstab in /dev/sda3 to reflect the new partition structure.

    Reboot and follow on netconsole! :-)
    Hi John,
    first step was successful, PlugBox is on the Goflex an works!

    Now I'm creating the USB stick. I took an Ubuntu VM to manage that. I've made the partitions as you mentioned. Now I'm bit unsure which exact files belong in which partition.

    If I untar the boot.tar.gz in the boot partition there are:
    2.6.37-ubit-01711-g50c16ad (a directory)
    boot (a directory)
    uImage

    Is this right?

    For the rootfs you tarred my image (the hole root partition) and untarred it to sda3, right?

    The modules.tar.gz from the UBIT installation also to /dev/sda3?

    5. The ramdisk uInitrd from the DEBIAN rootfs /dev/sda3 ("your image") should be copied to the root folder of /dev/sda1 is this right???

    Maybe you could explain for a dummy (me) what to place where.

    Thanks a lot!!!

    Greetings,
    Thomas
    SBS 7.7.x on SqueezePlug,
    2 x Squeezebox Duet,
    1 x Squeezebox Touch,
    1 x Onkyo TX-8050 DLNA ready receiver
    iPeng,
    SqueezeSlave

    My SqueezePlug Wiki: Wiki
    My Blog: Blog
    My Forum: Forum
    My Downloads: Downloads
    My Videos: YouTube

    Feel free to donate my SqueezePlug project: Donate, thanks a lot!

  8. #28
    Junior Member
    Join Date
    Jan 2011
    Posts
    4

    Squeezplug on Seagate Go Flex

    I'm really new to this and want to use my GoFlex with a Boom. Sorry to be so niaive.

    I have windows machines (vista) and the Goflex is attached to my router. If I want to use this software, Do I need to attach a computer to the GoFlex directly or can I get moving through the network.

    I have played around with Mandriva in the past but I'm not too confident that I won't ruin my Goflex and this piece of software uses a slightly different approach to mandriva I think. What's best for me (other than forgetting the whole idea) The bits of information seem to be on different sites and assume a bit of knowledge. Where am I best to start?

    I understand the need to use a USB stick but not too sure how to prepare it from a windows platform.
    I apologise if the answers are obvious to others but some gentle guidance would really be appreciated

  9. #29
    Senior Member truehl's Avatar
    Join Date
    Nov 2009
    Location
    Bonn, Germany
    Posts
    1,029
    Quote Originally Posted by sevenup View Post
    really new to this and want to use my GoFlex with a Boom. Sorry to be so niaive.

    I have windows machines (vista) and the Goflex is attached to my router. If I want to use this software, Do I need to attach a computer to the GoFlex directly or can I get moving through the network.

    I have played around with Mandriva in the past but I'm not too confident that I won't ruin my Goflex and this piece of software uses a slightly different approach to mandriva I think. What's best for me (other than forgetting the whole idea) The bits of information seem to be on different sites and assume a bit of knowledge. Where am I best to start?

    I understand the need to use a USB stick but not too sure how to prepare it from a windows platform.
    I apologise if the answers are obvious to others but some gentle guidance would really be appreciated
    If you say GoFlex, do you mean a GoFlex Net?
    SBS 7.7.x on SqueezePlug,
    2 x Squeezebox Duet,
    1 x Squeezebox Touch,
    1 x Onkyo TX-8050 DLNA ready receiver
    iPeng,
    SqueezeSlave

    My SqueezePlug Wiki: Wiki
    My Blog: Blog
    My Forum: Forum
    My Downloads: Downloads
    My Videos: YouTube

    Feel free to donate my SqueezePlug project: Donate, thanks a lot!

  10. #30
    Junior Member
    Join Date
    May 2009
    Posts
    20

    Lots of questions from a newbie

    Hi there,

    Been looking into getting a NAS, however i am now very tempted to try going down the squeezeplug route instead.

    I've got an external 3.5 usb disk, which holds all my music and other files.

    Looking at the wiki and the images available, would i be right in thinking for a linux newbie like myself a Sheevaplug from NewIT would be the way forward? Or are there better and cheaper options that i should be considering? If the sheevaplug is the way forward would the sd card they supply with it be enough for me to get SqueezePlug installed, or would i need to purchase another card/usb stick?

    As well as using the plug for my squeezeboxes, i'd also like to use it as a server for my other media. Would it simply be a case of installing webmin and creating a samba server with this? And how easy is it to do this?

    Another thing i wondered was how long a rescan of the squeezebox music library takes, taking into account the low power of these plugs?

    Sorry for all the questions, but i am totally intrigued by this, as i've been desperate for a low power solution!

    Many Thanks

Posting Permissions

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