Slashdot Mirror


Petite MP3 Player Boots PCs Into Linux

An anonymous reader submits "A French company has created a teensy MP3 player that also boots PCs into Linux. The 1.7-inch diameter, half-ounce Medaillon (way smaller than an iPod) has been around for a while, but 128MB and 256MB models of the Z2 version are now supplied with Shinux, an embedded Linux distribution that includes lots of cool open source applications." The list of included apps, from AbiWord to Xchat, is pretty impressive for a device intended primarily as a music player.

55 of 215 comments (clear)

  1. New? by catbertscousin · · Score: 5, Interesting

    So... it's like a jump drive you can boot from?

    --
    No good deed goes unpunished. - Avon, Blake's 7
    1. Re:New? by maxwell+demon · · Score: 5, Funny
      Apache ?
      Who needs this on a key ???

      The Apache is there to protect the key: If anyone who isn't allowed to tries to get the key, he'll be shot down with arrows, then scalped.
      --
      The Tao of math: The numbers you can count are not the real numbers.
    2. Re:New? by ceeam · · Score: 2, Insightful

      Except it has a battery, MP3 decoder, DAC, battery...

      <Disclaimer>TFA not read</Disclaimer>

  2. Way smaller? by Richard_at_work · · Score: 4, Insightful

    It also stores way less music or data. No comparison.

    1. Re:Way smaller? by Sc00ter · · Score: 2, Insightful
      Yah, no kidding.. 128megs vs. 20-30gigs. Yah, that's fair to compair.

    2. Re:Way smaller? by tomstdenis · · Score: 2, Informative

      Shhh you!

      128MB .... 20GB they're all the same aren't they?

      Also am I the only one not impressed by their 20Hz-10Khz freq response range? Where does 90dB come from? [isn't 16-bit PCM a range of 96dB?]

      etc, etc, etc.

      It's just another mp3 player with some flash stuck on the back. Nuttin new here.

      --
      Someday, I'll have a real sig.
    3. Re:Way smaller? by DigitumDei · · Score: 4, Insightful

      Well I read the article, it doesn't say whether the linux takes up part of that 128/256megs (or my reading is up to shit, quite possible considering how little sleep I've had).

      I'd be pretty pissed off if I bought a 128 meg mp3 player and found half the space gone.

    4. Re:Way smaller? by Anonymous Coward · · Score: 2, Funny

      I'd be pretty pissed off if I bought a 128 meg mp3 player and found half the space gone.

      That happened to Ellen Feiss once. Like, half of the player was gone ... it's kind of ... a bummer.

      She switched to an iPod!

    5. Re:Way smaller? by frodo+from+middle+ea · · Score: 5, Interesting
      How about this MP3 player.

      It is actully smaller than iPod, comes in 20GB and 40GB versions, and comes with std battery life of 14 hrs and an extended one comes with battery life of 35 HOURs.

      It shows up as a USB mass storage on your PC, so can be used in windows, linux , OSX natively (any OS that supports USB mass storage). Doesn't need a stupid s/w to organize your MP3 collection, works by scanning the harddisk.

      And it plays MP3, WMAs, Flac, and most of all Oggs.

      Much more sturdier than iPod. Has FM tuner and can record from FM or buil-in or in-line Microphone.

      The only thing it doesn't have is a interface with an online music store, But that's not a problem for someone like me , who already has more that 400 CDs.

      P.S. I am not a spokesman for the company, just a satisfied customer.

      --
      for the last time people, I am "frodo from middle eaRTH", not "middle eaST".
    6. Re:Way smaller? by clf8 · · Score: 3, Insightful

      Umm, it's got no screen. If you don't have the remote, I'm sure you can still start and stop music, but how do you navigate what you wanna play? And, given thousands of songs, how do you choose what to listen to?

      "Doesn't need a stupid s/w to organize your MP3 collection, works by scanning the harddisk." You must keep your music sorted pretty well; i just let iTunes do it for me. How smart is it in finding new music added, wouldn't it need to rescan all your music and compare it to what's on the player. Or does it store a database on your computer also? Or, do you just drag over your 20+gig of music and let it recopy every time? It's the stupid software that makes things easy.

      No doubt this is a small and powerful beasty, but lose the remote and I would think you're screwed.

    7. Re:Way smaller? by jlebrech · · Score: 2, Interesting

      Its the same thing with any iriver multicodec jukebox. i have one its very impressive

    8. Re:Way smaller? by Civil_Disobedient · · Score: 4, Informative

      Look, I hate the iPod-People as much as the next guy, but let's be honest, here.

      The unit you linked to is only smaller because they've put the entire display on a separate "remote" unit. That sucks. From an engineering point of view, you want to minimize all ways in which to break the thing -- having a dedicated wired-remote doubles these chances. And look at the weakest link in the chain -- the cable from the remote to the unit -- if anything happens to that cable (stretched, yanked, sliced or diced) or the plug on the end, there goes your fancy display.

      Never mind that it's encased in aluminum. The cord isn't.

      If they had put the display in the unit, it would be near-perfect. If they added a 1/8" optical-TOSLINK connection to either the unit itself, or the base, that would be perfect. Who wants a line-audio copy of a CD? Digital, man!

    9. Re:Way smaller? by Azar · · Score: 2, Insightful

      I've never even heard of this unit before so I was suprised to find out about one with so many features I've been looking for. That unit has some pretty impressive specs. The biggest gripe I can see with it is the LCD and controls are not integrated. Too easy to lose or break.

      You seem to be happy with it. Tell me though, what are you biggest complaints? What don't you like about it?

    10. Re:Way smaller? by meringuoid · · Score: 2, Informative
      How smart is it in finding new music added, wouldn't it need to rescan all your music and compare it to what's on the player. Or does it store a database on your computer also? Or, do you just drag over your 20+gig of music and let it recopy every time? It's the stupid software that makes things easy.

      I have an iHP-140; same principle, it's a USB hard disk that just recognises mp3s, oggs, wmas and wavs that you load onto it. It's... not hard, you know. Two simple commands to keep hard-disk collection and player collection synchronised:

      [me@computer]$ cp -ru /mnt/iriver/audio /home/media/audio
      [me@computer]$ cp -ru /home/media/music /mnt/iriver/audio

      Yes, it's that easy. Notice the 'u' flag; that means that if cp finds a file with the same name and the same or more recent date, it won't copy. So it'll only copy across any new stuff, not the whole multi-gigabyte mass of it.

      If it looks a bit difficult, you might try a script?

      #!/bin/bash
      mount /mnt/iriver
      cp -ru /mnt/iriver/audio /home/media/audio
      cp -ru /home/media/music /mnt/iriver/audio umount /mnt/iriver

      Call it 'update', set the executable bit and stick it on your KDE menu if you like ease-of-use that much.

      Now, I do need to keep the music organised; I like /audio/artist/album/00 - Trackname.ogg, but YMMV. All the random stuff I've downloaded rather than ripped from my own CDs are in /audio/General, which is admittedly a hellish pit. That said, I let iTunes loose on my collection once. NEVER AGAIN. Dear God, the mess it made thanks to the inconsistent tagging of all that pirated stuff. I'll organise my own music, thank you very much.

      --
      Real Daleks don't climb stairs - they level the building.
  3. Shinux ??? by freedom_india · · Score: 3, Funny
    Couldn't they have thought of a better, nicer name...?
    Sounds like kleenex...

    Smaller than iPod? Hmmm... maybe France has a future after all..

    --
    "Doing what i can, with what i have." ~ Burt Gummer
    1. Re:Shinux ??? by swordboy · · Score: 4, Funny

      Its the perfect name for the aspiring geek. As in, "ooh, shiny!"

      They've figured us out. Who forgot to wear their tinfoil hat?

      --

      Life is the leading cause of death in America.
    2. Re:Shinux ??? by biglig2 · · Score: 3, Insightful

      Not to whore for karma, but it is presimably called Shinux because the company that make the Medallion is called Shinco, and it's their own distro.

      Interesting that they made their own distro rather than just installing an existing one, they must have a lot of Linux geeks.

      I guess they'll sell a lot to Linux evangleists. "What's Linux" "Let me plug my jewelery into your PC and show you!"

      Except anyone mad enough for that probably already has a keychain drive.

      --
      ~~~~~ BigLig2? You mean there's another one of me?
  4. So its a USB Key... by nurb432 · · Score: 3, Insightful

    That comes with stuff loaded from the factory....

    This is news? *yawn*

    --
    ---- Booth was a patriot ----
    1. Re:So its a USB Key... by Anonymous Coward · · Score: 2, Funny
      That comes with stuff loaded from the factory....
      This is news? *yawn*

      To Timothy the /. editor it is. Next week we're going to show him a LCD monitor. He'll be so excited he'll wet himself.

  5. Why? by Unkle · · Score: 4, Interesting

    Though it is a neat idea, I don't see the point. The average user is probably not going to use the Linux functionality, and thus probably won't pay the extra money for it. The form factor of the player is neat, though. But not as neat as Oakley's new glasses. http://www.oakley.com/catalog/eyewear/thump/

    --
    Against stupidity, the gods themselves contend in vain.
    1. Re:Why? by theLOUDroom · · Score: 4, Interesting

      But not as neat as Oakley's new glasses.

      Those things are silly.
      What if you want to listen to MP3s when it's dark out?

      You've got a damn expensive MP3 player attached to another product in such a way the you can't use is 50% of the time.

      --
      Life is too short to proofread.
    2. Re:Why? by B1ackDragon · · Score: 4, Funny

      If you scroll to the bottom of the page, they show a picture of the lenses flipping up, for just such an occasion.

      Though, they still look ridiculous (horrific, even). Maybe that's why the first two people using them look like they're screaming?

      --
      The snow doesn't give a soft white damn whom it touches. -- ee cummings
    3. Re:Why? by Spoing · · Score: 2, Informative
      1. What if you want to listen to MP3s when it's dark out?

      You flip the lenses up.

      --
      A firewall can not protect you from yourself. Turn off what you do not need. Do not use the firewall to do your work.
    4. Re:Why? by maxwell+demon · · Score: 2, Insightful

      How un-geeky. The glasses should change their tone automatically according to present need using some light sensors, controlled by electronics, with the possibility to customize the darkness-tone curve.

      --
      The Tao of math: The numbers you can count are not the real numbers.
    5. Re:Why? by gl4ss · · Score: 3, Funny

      those oakleys wouldn't exactly be cheap without the mp3 either.

      *What if you want to listen to MP3s when it's dark out?* you flip 'em up and "look like a dork, OMG" as if nerds ever cared for such a thing.

      --
      world was created 5 seconds before this post as it is.
    6. Re:Why? by aurelian · · Score: 2, Insightful
      No, you're missing the point. People aren't buying an mp3 player which happens to be embedded into a pair of Oakleys, they're buying some Oakleys that play mp3s.

      i.e. the market is people who buy Oakleys, viz expensive sunglasses, not techies or geeks looking for a wearable mp3 player.

    7. Re:Why? by ViGe · · Score: 2, Insightful

      You flip the lenses up.

      And look completely ridiculous :-)

      --
      It has to work - rfc1925
    8. Re:Why? by Minwee · · Score: 4, Funny

      They should also go completely black whenever you are in danger.

      If Oakley made peril-sensitive sunglasses, I would be all over them.

    9. Re:Why? by ndogg · · Score: 2, Funny

      You know you want to be like Corey Hart

      --
      // file: mice.h
      #include "frickin_lasers.h"
    10. Re:Why? by Koyaanisqatsi · · Score: 3, Funny

      "It's 106 miles to Chicago, we've got a full tank of gas, half a pack of cigarettes, it's dark, and we're wearing sunglasses with mp3 players."

      "Hit it!"

  6. Strange... by mirko · · Score: 3, Informative

    Looks like the MP3 player from Virgin that got discussed here.

    --
    Trolling using another account since 2005.
  7. This is player is made by Korean EraTech by i4u · · Score: 5, Informative

    See this Coin-Sized MP3 Player

    It also has been OEMed by Virgin Electronics and is available at Target. The only funky thing with this french OEM is that it has a Linux on it.

  8. Recursive MP3 player by Rosco+P.+Coltrane · · Score: 4, Funny

    The question is: does this Shinux-booting MP3 player comes with xmms installed, so I can play MP3s?

    --
    "A door is what a dog is perpetually on the wrong side of" - Ogden Nash
    1. Re:Recursive MP3 player by OblongPlatypus · · Score: 5, Informative
      And the answer is: Yes, it does. From the list of apps:

      ...
      # tightVNC remote access
      # XMMS multimedia player
      # xterm X console

      --
      -- If no truths are spoken then no lies can hide --
  9. My iPod by Mononoke · · Score: 4, Informative

    boots Macs into OS-X.

    --
    NetInfo connection failed for server 127.0.0.1/local
  10. The ultimate hacker tool by spyrochaete · · Score: 4, Interesting

    I bet one of the included tools can mount NTFS. Just walk over to a server, discreetly boot up Linux, copy the SAM file, brute force it at home, and you've got superuser access. Any smart net admin would ban this player from their workplace.

    1. Re:The ultimate hacker tool by blowdart · · Score: 5, Insightful

      Err. Right. Any smart admin has disabled access without a password, so you can only shut it down by the pulling the power, any smart admin has passworded the BIOS and told it to boot off the hard drive, and any smart admin has disabled the USB ports on a server anyway.

      Other than that though it's not a hacker tool, there's no blue LED.

    2. Re:The ultimate hacker tool by Crashmarik · · Score: 3, Insightful

      Any administrator in a security sensitive environment will ban all removable media. Take a look at the recen Livermore Labs scandals.

    3. Re:The ultimate hacker tool by Errtu76 · · Score: 5, Insightful

      Any smart net admin would lock the door to the server room so none of this is possible.

    4. Re:The ultimate hacker tool by Le_Batleur · · Score: 4, Insightful

      BIOS password protected: Mandatory.
      USB Support killed: Doubtful.

      I guess you armchair sysadmins don't actually know what happens when you kill a useful facility like USB? I'm getting tired of seeing this line of reasoning coming up, and not enough being done to have it shot down.

      You throw out support for USB fobs (which have taken over from floppies, mercifully, and must have at least halved support calls planetwide!), cameras, audio recorders (not *just* MP3 players), mobile phone synching - all kinds of stuff which can be used as much in evil as in good.

      Use the sensible approach - approach the task in greater detail. Monitor what is being done with USB, educate what is acceptable, highlight what may be exploited, ban what is only globally unacceptable.

      And encypt the HDD partition if you're really that paranoid about seeing it when booting USB - otherwise it's useful to carry recovery software on a USB removable drive.

      Between USB and the proposed universal drive bay of Intel's (although I can't see many users needing that activeated as much), it's too inflexible to ban at that high a level.

      We don't ban road usage because criminals might drive on them. That's akin to what you're proposing.

    5. Re:The ultimate hacker tool by aurb · · Score: 2

      No smart admin would use windows anyway...

    6. Re:The ultimate hacker tool by gl4ss · · Score: 2

      ....any server you can get to and boot it is 'insecure'..

      the ultimate rehash "hacker!" comment maybe.

      **Any smart net admin would ban this player from their workplace.** are you an IDIOT??? what you're saying is that any smart admin would ban things like usb memory sticks, cd's, floppies, portable harddisks and just about any other means of data storage. sure, that's nice and convinient, if you work in coal mine.

      --
      world was created 5 seconds before this post as it is.
  11. charging by Ziak · · Score: 4, Insightful
    The Medaillon includes a tiny rechargeable lithium-ion battery, said to provide up to 8 hours of playback time. The battery recharges when the Medaillon is connected to a PC via a supplied USB cable.

    Am i the only one who feels that charging a mp3 player by just a computer is a bad way of doing it?

    --
    Loading Please Wait....
    1. Re:charging by blowdart · · Score: 3, Informative

      Am i the only one who feels that charging a mp3 player by just a computer is a bad way of doing it?

      Why? My Zen recharges by USB, as does my phone when it's docked in it's cradle. That saves me 2 power adapters when I'm travelling. Heck, even my digital camera powers up via a cradle which can draw power from USB alone, and my portable hard drive draws power from a USB2 port (unless you're on a Dell Inspirion which complains that the device is sucking too much power from the port. Cheap ass dells!)

  12. Looks are everything by Killjoy_NL · · Score: 2, Interesting

    It looks cute, nice and small.
    I doubt that it will be a big success, but I hope it will be :)

    --
    This is the sig that says NI (again)
  13. Cool I guess... by jmcmunn · · Score: 2, Insightful


    But the iPod could probably be used exactly the same way, though I have never personally tried.

    The main point I see here though, is that if Mp3 players that come preinstaled with Linux get popular, then companies will have valid ground to stand on for banning people from bringing them into the work place as a security measure. Some companies already do it with iPods, just imagine if they get wind of this type of player.

    Oh well, when it comes right down to it, 256MB just ain't enough space anyway.

  14. MP3? by lunadog · · Score: 4, Insightful

    With Linux installed, why is it using proprietary mp3 and not ogg?

    1. Re:MP3? by siliconjunkie · · Score: 2, Informative

      I would imagine it's because OGG has higher overhead than MP3 and this unit dosent have the power to decompress, but I could be wrong.

    2. Re:MP3? by piquadratCH · · Score: 5, Insightful
      With Linux installed, why is it using proprietary mp3 and not ogg?

      The player itself probably has only a dirt cheap mp3 decoder chip onboard. The ability to boot Linux (or some other OS) has nothing to do with the player's abilities. Every USB mass-storage device can boot an OS (but not every PC can boot from a USB device).

  15. Interesting idea by ajs318 · · Score: 2, Interesting

    I think this is a great idea. The French have always been a little bit ..... well ..... French. Sometimes it's très chic, sometimes it's downright weird, but you've got to admit, our baguette-munching neighbours across the Channel have a certain je ne sais quoi. Combine an MP3 player with a Live Linux distribution? Pourquoi pas? Sooner or later, somebody is bound to have a go at booting it up, and they might well be pleasantly surprised by what they find. {Bear in mind that the French percieve the USA as bullies, who throw their weight around and fight dirty when they can't get their own way; and resent the idea of their tax money going overseas to buy software when an equivalent or superior product is available locally. Although French youth culture may seem to be very American-influenced, the older and wiser generation classes 'pretending to be American' as a self-destructive behaviour practised mainly for shock value.}

    And it only costs EUR159, which is about £100. Lovely! I might have to get myself one of these. I mean, I've already got Slax, Knoppix and probably even TomsRTBT lying around somewhere; I have my Palm Tungsten E, which plays ogg vorbis files, not to mention various combinations of lame, oggenc, mpg321, mpg123 and ogg123 on my home and work PCs, and my wonderful Philips DVDR70 which plays MP3s from CD-R. But I haven't got a device which gives me music playback and a live Linux distro in one handy little package!

    One thing is stopping me, though. The minute after I've sent off my order for the 256MB version, as sure as eggs are oeufs, they will launch a 512MB version for the same price.

    --
    Je fume. Tu fumes. Nous fûmes!
    1. Re:Interesting idea by andrewweb · · Score: 5, Insightful

      "Bear in mind that the French percieve the USA as bullies, who throw their weight around and fight dirty when they can't get their own way"

      Actually, I think you'll find it's not just the French who think that....

  16. Supports Popular OS's by homebrewmike · · Score: 2, Informative

    Or so it seems... From the website: Compatibilité OS : Win98/2000/XP/Me/Mac OS ( + 9.X )

    Why, oh why, is this another Linux powered beast that "isn't compatiblilite" with Linux? The Zaurus has this curse, now we have another beast. It boots linux, so you'd think that it would be listed as such.

  17. I think it is a good idea by kbahey · · Score: 2, Informative

    A few months back, I bought my daughter a Benq Joybee 110.

    When we got the bulky box, and then opened it and this puny 2 inch thing came out, she said: "is that it?".

    It has a built in Li-Ion battery, that can be charged via the USB connection.

    This is a good idea, because I don't have to pay for batteries, the music player needs a PC anyway to copy MP3 files to it anyway.

    Of course, the battery will die after a few years, and replacing it will be expensive, but for 99$Cdn after rebates, that is not a bad price.

    Oh, and the Joybee is Linux compatible. It just appears like another drive. That was one of the criteria for buying it.

  18. That's cool by RegalBegal · · Score: 2, Funny

    I'll get one and put it next to my Quaassar and General Electric walkmans.

    --
    "It'll destroy you if you try to make it mean anything to anyone but yourself." - Henry Rollins
  19. We (YDL) did it win an iPOD a while ago by zapp · · Score: 3, Informative

    We at Terra Soft Solutions (Yellow Dog Linux) did this with an ipod a while ago. We had intent to sell ipods partitioned with a 5gb Linux space, and the rest open for music - but Apple informed us that the drive wasn't inteded for frequent read/writes, just burst reads... and that we would probably burn the drive pretty quickly.

    Ah well, it woulda been cool :)

    --
    no comment