Slashdot Mirror


Modded UX490 UMPC Shows Off Years of Community Development

An anonymous reader writes "The community at www.MicroPCTalk.com have spent the last few years devising all sorts of mods and tweaks for the Sony VAIO UX-series UMPC. Now they've thrown nearly all of their major breakthroughs into one machine. Using the latest UX model (UX490) as the base, the original SSD has been swapped for a speedy 128GB SSD, the CPU has been unsoldered from the mobo and replaced with a Core 2 Duo U7700 (making this probably the smallest computer to use said CPU). The original EDGE module has been removed, and carefully put in its place is an E169 Huawei terminal which provides up to 7.2mbps 3G (HSDPA), voice and texting. On top of this, the unit quad-boots Mac OS X, Windows 7, Windows Vista, and Windows XP (and the Huawei terminal works under Mac OS X as well)."

75 comments

  1. Quad-boots, huh? by immaterial · · Score: 0

    Don't you mean Quint-boots? I mean, surely you could boot both Mac OS X 10.5 and Mac OS X 10.6 on there, right? (Rolleyes)

    1. Re:Quad-boots, huh? by mad_minstrel · · Score: 1, Flamebait

      And no Linux? For shame!

      --
      May the source be with you.
    2. Re:Quad-boots, huh? by Anonymous Coward · · Score: 0

      I mean, surely you could boot both Mac OS X 10.5 and Mac OS X 10.6 on there, right? (Rolleyes)

      Actually, that's not necessarily a given. There are some machines out there that can run 10.5 with no problems but that can't run 10.6. This is even before the whole Atom-disabling thing. It's mostly due to certain incompatible ATI video cards.

    3. Re:Quad-boots, huh? by Fred_A · · Score: 1

      And no Linux? For shame!

      I too don't really see the point of all those versions of Windows plus Mac OS and no Linux. Maybe a very dedicated Windows user could have a use for XP on top of 7 since some stuff might run on one and not the other (isn't there a XP mode in 7 though ?), but adding Vista is just weird.

      Also, I notice that 3.11, 95, 98, NT 3.51, Win2K and OS/2 are missing too (to say nothing of BeOS, BSD and Hurd). It's obvious to me that this is still work in progress.
      Maybe you can boot them on flash cards.

      --

      May contain traces of nut.
      Made from the freshest electrons.
    4. Re:Quad-boots, huh? by Thing+1 · · Score: 1

      Flash cards help with memory.

      --
      I feel fantastic, and I'm still alive.
    5. Re:Quad-boots, huh? by Stenchwarrior · · Score: 1

      They probably figured you could shell out in OSX and that would be good enough. Plus, how hard would it be to add another boot option?

      --
      Loading...
  2. Just because you can by counterplex · · Score: 1

    doesn't necessarily mean you should. This might just be a case of that. What's the usability of OSX on this? For that matter what about the resource hungry Vista and 7? XP was probably as far as it needed to go. That and perhaps Linux.

    --
    $x = ($x * 10) % 10 >= 5 ? 1 + int $x : int $x
    1. Re:Just because you can by Anonymous Coward · · Score: 0

      the article says that they replaced the core solo cpu with a 1.4GHz core2 duo. MACOSx should run fine on there.

    2. Re:Just because you can by Darkerx · · Score: 1

      OsX works perfectly on it, as it's only a fraction slower than the Mac Air... :) (It has a 1438mhz CORE2DUO) Oh... it boots windows 7 in 15 seconds, and aero works without a glitch...

  3. Hooray for standardized hardware by BadAnalogyGuy · · Score: 1

    There's no magic here. It's all the same old standardized PC hardware.

    What would be surprising is if they couldn't replace the CPU and peripherals. Or if they did so on a non-Intel platform.

    1. Re:Hooray for standardized hardware by Anonymous Coward · · Score: 3, Insightful

      Actually the U series cpus are BGA. IE they would've needed to hot-air solder them down. Ever since atom and the whole 'lowest wattage possible' the day of the socket is swiftly approaching an end :(

    2. Re:Hooray for standardized hardware by gerryn · · Score: 1

      I'm looking forward to your own modified VAIO! =)

    3. Re:Hooray for standardized hardware by BadAnalogyGuy · · Score: 4, Funny

      I put a Type-R sticker and spoiler on it. I get a 5hp and 38hp boosts respectively from those little additions.

    4. Re:Hooray for standardized hardware by gerryn · · Score: 1

      Sounds like standard "hardware" to me :)

    5. Re:Hooray for standardized hardware by Bromskloss · · Score: 1

      Actually the U series cpus are BGA. IE they would've needed to hot-air solder them down. Ever since atom and the whole 'lowest wattage possible' the day of the socket is swiftly approaching an end :(

      Does a socket require more power?

      --
      Swedish plasma phys. PhD student; MSc EE; knows maths, programming, electronics; finance interest; seeks opportunities
    6. Re:Hooray for standardized hardware by darthflo · · Score: 3, Interesting

      (This is just a somewhat educated guess, any EEs reading this: Please correct me)

      A soldered BGA contact point will probably have a greater contact area with better signal quality. Since all of that signalling is done digitally, they can lower the voltage potential between their ones and zeros to the lowest point where they can still reliably be distinguished, and that point ought to be lower with a neatly soldered BGA chip than a socket with it's tiny contact points. Also, including the socket generates cost for the socket, additional CPU packaging and wastes very precious space. Lastly, keeping the cooling system yet upgrading the CPU isn't a smart move if you're not *really* sure your cooling equipment is up to the job. Thus an enthusiast thing.

    7. Re:Hooray for standardized hardware by dozer · · Score: 1

      A socket adds a significant amount of parasitic capacitance and inductance. At high frequencies, this can cost quite a bit of power. You're right about it also contributing to space and cooling issues.

      BGA has among the lowest parasitics of all IC packages so it's not surprising to see it everywhere nowadays. Except for how hard it is to desolder, it is an awesome way connect ICs to PCBs.

      Contact area (wire size) doesn't really matter... Your connection needs to be big enough to handle the worst case power and no bigger -- any extra metal is just wasted (to a point, but let's not get pathological discussing running 1 GHz signals down 0 gauge wire). The path of the signal tends to be much more important than the wire size.

    8. Re:Hooray for standardized hardware by RattFink · · Score: 1

      While it's true that a socket is going to introduce, the bane of high speed designers, both capactiance, inductance a good socket can add no more of it then one or two PCB vias. In the end the most important thing is PCB design. Practically you probably aren't going to see much play with voltage on a socket vs BGA.

      Cooling, space and cost are still very valid points.

      --
      "I don't necessarily agree with everything I say." - Marshall McLuhan
    9. Re:Hooray for standardized hardware by geminidomino · · Score: 1

      I put a Type-R sticker and spoiler on it. I get a 5hp and 38hp boosts respectively from those little additions.

      Should have gone with the +10 armor upgrade instead. By preventing 15 dmg per hit, it's superior after the third attack in each combat.

    10. Re:Hooray for standardized hardware by Darkerx · · Score: 1

      Of course it is... :) The point is to have it in 524gr... and having it been made by 'amateurs' who did the smallest core2duo in the world...

  4. A: Because it breaks the flow of a message by DNS-and-BIND · · Score: 4, Funny

    Q: Why is starting a comment in the Subject: line incredibly irritating?

    --
    Shutting down free speech with violence isn't fighting fascism. It IS fascism!
    1. Re:A: Because it breaks the flow of a message by AmberBlackCat · · Score: 1

      What's irritating is, they actually force you to come up with a subject line to post a message. There should be a default subject line that is either relevant to the subject of the story or says something like [No Subject].

  5. Yes, but.... by gandhi_2 · · Score: 4, Funny

    ...does it run 3 versions of windows for no reason?

    1. Re:Yes, but.... by drbinofski · · Score: 1

      ...does it run 3 versions of windows for no reason?

      But seriously for a second. Why run 3 versions of Windows?! So yes you *can* - the ostensible reason for doing anything 'adventurous' like climbing a mountain - ''cos it's there like'; but running three versions of windows is hardly adventurous is it? Answers on a post-card puhleeze. Apologies for the hideous punctuation in that last uber-sentence :/

    2. Re:Yes, but.... by Anonymous Coward · · Score: 0

      " On top of this, the unit quad-boots Mac OS X, Windows 7, Windows Vista, and Windows XP (and the Huawei terminal works under Mac OS X as well)."

      the bigger question is: yeah, but does it run linux. XD

    3. Re:Yes, but.... by L4t3r4lu5 · · Score: 3, Funny

      I only see two version of Windows installed.

      Incidently, there are only three Star Wars movies, two Terminator movies, and what the hell does "Back to the Future" mean?

      --
      Finally had enough. Come see us over at https://soylentnews.org/
    4. Re:Yes, but.... by Anonymous Coward · · Score: 0

      Of course... there is a sub-forum dedicated to it : P

      http://www.micropctalk.com/forums/forumdisplay.php?f=23

    5. Re:Yes, but.... by Anonymous Coward · · Score: 0

      > Incidently, there are only three Star Wars movies, two Terminator movies, and what the hell does "Back to the Future" mean?

      "Great Scott!"

    6. Re:Yes, but.... by NightFears · · Score: 1

      I only see two version of Windows installed.

      Hmm, then how come I see four Windows versions on that list?
      The newest one goes first. Not that I see much difference between it and the second, to be honest. And the third. Each time I think that Microsoft is as glamorous as it gets, but NO - here goes the next shiny surprise! It even reminds me that company - err... you know, the dorks who sold mice with a single mouse button.

    7. Re:Yes, but.... by Anonymous Coward · · Score: 0

      Your comment reminds me of Picard: "there are FOUR LIGHTS!"

    8. Re:Yes, but.... by Anonymous Coward · · Score: 0

      The only reason is to be able to compare/review this hardware with the different windozes easily...and I had many useless licenses to waste...

    9. Re:Yes, but.... by socceroos · · Score: 1

      You forgot, there is only one Matrix movie too.

    10. Re:Yes, but.... by Darkerx · · Score: 1

      When will there be a sub-sub-sub-forum dedicated to you? (oh... maybe you are less interesting than a 500gr device...pity...)

  6. Gave one of these to my Mom by TheModelEskimo · · Score: 1

    ...for her birthday. She needed a space heater and also had some problems with needing to use the internet anywhere in the house.

  7. Because by Anonymous Coward · · Score: 1, Funny

    you can.

  8. link dead? by kenji.toyama · · Score: 1

    As of Nov 23rd, 18:05 AEST, the link you have provided is dead.

    1. Re:link dead? by greensoap · · Score: 4, Funny

      Apparently they were using a Modded UX49 for the web server...

    2. Re:link dead? by cfriedt · · Score: 1

      Their server is definitely under some heavy load. I've been loading the page slowly for the last 10 minutes.

    3. Re:link dead? by bain_online · · Score: 1

      hmm i wonder what in the world would cause that? may be its time to have a word for it as well.

      --
      BAIN http://www.devslashzero.com
  9. Not impressed. by Anonymous Coward · · Score: 1

    So lets see, they spent $2500 for the base computer, and probably another $500 for extra parts. All this for basically a netbook. Good job umpc portal, and why would you bother hosting your website on a umpc? (slashdotted already) :/

    1. Re:Not impressed. by mcvos · · Score: 1

      Aren't modern high-end smart phones basically the ultra mobile PCs of today?

      And does it run Android?

    2. Re:Not impressed. by Anonymous Coward · · Score: 0

      57k at crystalmark, 15s to boot W7... the world fastest netbook.... not made by asus/sony/apple/etc.
      524gr/1.1lbs.... the world most little core2duo...

  10. Re:What? by kenji.toyama · · Score: 1

    Almost anything that Windows can boot on, Linux should as well. If not, then NetBSD should....

  11. Re:What? by Starlon · · Score: 1

    What, and add 5+ more boot options? :) Fedora, Ubuntu, SUSE, Mandriva, Gentoo... I could go on...

    --
    Health Freedom is almost as popular as Freedom itself.
  12. A: In the first place, Why? by RuBLed · · Score: 1

    Q: Did the chicken cross the road?

  13. Re:I'm not familiar with it... by mister_playboy · · Score: 3, Informative

    Easier to see it than try to explain:

    http://vaio-online.sony.com/prod_info/vgn-ux17gp/

    --
    Do what thou wilt shall be the whole of the Law ::: Love is the law, love under will
  14. Why by CrackedButter · · Score: 1

    A: It isn't. But every post shouldn't require a title.

  15. Re:Or you could... by Anonymous Coward · · Score: 0

    The problem is... they don't make anything like this, so someone had to go and have it done on their own, and they are super happy with the results.

  16. Re:What? by atilla+filiz · · Score: 2, Interesting

    For 5+ boot options, they should be aware of extenden partitions, and the OSes that can boot from them. Apparently, these guys didn't bother.

  17. Modding Old Hardware by lobiusmoop · · Score: 3, Funny

    In a parallel universe, there's a bunch of space aliens laughing about the mods they made to an old satellite they found drifting in deep space.

    --
    "I bless every day that I continue to live, for every day is pure profit."
    1. Re:Modding Old Hardware by Anonymous Coward · · Score: 0

      ...pfft... sounds like a Star Trek episode.

    2. Re:Modding Old Hardware by Ozlanthos · · Score: 1
      I could swear I've seen that exact scenario in a Star Trek movie.....

      -Oz

    3. Re:Modding Old Hardware by selven · · Score: 1

      So when they come we can immediately arrest them under the DMCA?

  18. yes, so to hell with clearness, I've a field by Anonymous Coward · · Score: 0

    and I damn well use it!

    hint: leave it as it is, if you don't know how to fill it.
    hint of the hint: you should fill it with the subject of the post.
    hint of the hinted hint: ask Postel about subject usage.

  19. A: Top-posting by jonaskoelker · · Score: 1

    Q: What's it similar to?

  20. huh, bug deal? by timmarhy · · Score: 1

    maybe there is something awesome about this i'm not getting? it's commodity hardware thats been tweaked a bit, nothing that should take "years"

    --
    If you mod me down, I will become more powerful than you can imagine....
    1. Re:huh, bug deal? by Eunuchswear · · Score: 1

      maybe there is something awesome about this i'm not getting? it's commodity hardware thats been tweaked a bit, nothing that should take "years"

      Obviously it took years (and how many wrecked machines?) to get the BGA CPU unsoldered and resoldered.

      (But, seriously, the good news is the 128Gb PATA SSD, I've been waiting for that baby for my VAIO TX3).

      --
      Watch this Heartland Institute video
    2. Re:huh, bug deal? by Darkerx · · Score: 1

      We waited a lot for: 1- 128gbssd without jmicron controller, 2- put 2gb of ram in it... but the motherboard can't match any relevant chips on this planet...

  21. It's only by MrKaos · · Score: 2, Funny

    Q: Why is starting a comment in the Subject: line incredibly irritating?

    alittle irritating.

    --
    My ism, it's full of beliefs.
  22. The really sad part... by Civil_Disobedient · · Score: 2, Insightful

    You know, the really sad part about all of this is that Sony could have easily done this themselves. They've got all the fab plants and production facilities at their disposal. All it would have required was a simple "YES" from above and they could have been making money hand/fist.

  23. The 7-vista-XP point by J_Omega · · Score: 2, Interesting

    The point behind installing all of those OSes is to see if it can. Seriously.

    If a system can run those, well then running linux is a non-issue.
    (since it runs on just about any hardware.)

  24. How much? by $1uck · · Score: 1

    So... after all the modding is said and done, how much does this cost? (not to someone buying the finished product, but just how much do all the parts here cost).

    1. Re:How much? by garynuman · · Score: 2, Insightful

      there is this neat place on the interwebs called newegg, i bet if you look there, using the information from the story, you could probably answer it yourself.... just a suggestion...

    2. Re:How much? by Darkerx · · Score: 1

      You don't have to use a 490, any UX with 1gb ram will do=500$ on ebay+ 400$128gbssd+ 130$cpu+ 120$ wifi and vodafone k3520 (to get the modem components within). Then do it yourself, or pay Anh at www.micropctalk.com to do it for you (much easier)

  25. Some words from the owner... by Anonymous Coward · · Score: 0

    Hi, I'm the owner of this device...

    We made this world fastest netbook, or world most little laptop, to show it was possible. Sony discontinued this product line, so it was a fun challenge to go beyond their design and improve it by ourselves. Then it's now the smallest core2duo in the world, it boots W7 in 15 seconds, does 57k at cmark2004, it now has 3.5g/7,2mbps instead of edge (with also cellphone/voice feature), and is also the smallest mac with touchscreen and 3g and voice-call features.

    Sony and Apple didn't do it...we did... if it can only tickle their pride a little and make them think about doing this kind of stuff themselves...

  26. Got the point? by Darkerx · · Score: 1

    I read mostly out of topic posts on these forums... I should precise the point of creating this device: 1- It's the most powerful computer you can have at your belt (57k at crystalmark...) 2- It's the only 'mac' of this size with wifi N working+3.5g+voice+touchscreen 3- It hasn't been made by Sony/Apple... but by a single man... what are their 'engineers' doing? 4- It weighs 524gr/1.1lbs! 5- If only it should 'tickle' those 'innovative' corps to release 'innovative products'..... we wouldn't have to do it ourselves...