Slashdot Mirror


How to Turn a PlayStation 3 Into a Linux PC

MahariBalzitch writes "Popular Mechanics shows step by step guide on how to install Ubuntu Linux on a PlayStation 3 and still keep the PS3 gaming functionality. Now I just need to get my hands on a PS3." Not bad specs for the price, either, since Blu-Ray players still aren't cheap. And though the article calls the procedure "somewhat complicated," it's a lot simpler than was installing Linux from floppies not so many years ago.

6 of 276 comments (clear)

  1. On what planet is this 'news'? by iapetus · · Score: 5, Interesting

    This is a documented feature of the system and has been since day one. I installed Linux shortly after the UK launch, and it really isn't anything to write home about - no support for hardware accelerated 3D, and a processor that really isn't designed for general-purpose computing. Novelty value for a couple of minutes, sure, then back to gaming on the PS3 and Linuxing on a real PC.

    --
    ++ Say to Elrond "Hello.".
    Elrond says "No.". Elrond gives you some lunch.
    1. Re:On what planet is this 'news'? by philipgar · · Score: 5, Interesting

      It's actually a pretty smart way for Sony to prevent people from hacking the PS3. I'm sure part of this was at IBMs request, as IBM wants the CELL to be useful for other purposes than just gaming. By allowing Linux to easily run in a limited form, it means that people can play with the machine in Linux, but don't really have control over it. However, it also means fewer people are willing to spend the time required to hack the box and make a real linux media center machine out of it. I wouldn't doubt if this would already be available for the PS3, if not for the fact that it is so easy to get Linux installed on the device already.

      As it stands, researchers already have access to play around with the Cell SPEs, and can do enough that there's no need to break it for their own needs. The general hobbyist who wants all the other stuff tend to not have the knowledge and resources to break in, and install linux, and thus no one has done it. Not a bad tradeoff, the research community gets to use the PS3 to play with Cell processors (helping IBMs goal of encouraging Cell development), and the hacking community has far fewer resources available to break the system, and less demand for it.

      Phil

    2. Re:On what planet is this 'news'? by Anonymous Coward · · Score: 5, Interesting

      Informative? You've been modded +4 Informative at this point, but a fair chunk of what you say is outright wrong. To whit:
      1) Wifi access is not only available but works out-of-the-box with Yellow Dog Linux
      2) Bluetooth access works fine and with only a tiny amount of work the Sixaxis controllers work as Bluetooth joysticks, and get picked up and used for stuff like Dosbox (old two-player dos games with Sixaxis joysticks sitting on the couch with your 47" LCD, anyone?)
      3) Full access to the six special coprocessors, only access to the RSX chip is restricted

      It runs fine at 720p and I have had Age of Empires II running just fine via the wireless connection to a Win98 harddrive image loaded up with qemu.

      It's great.

    3. Re:On what planet is this 'news'? by Doc+Ruby · · Score: 5, Interesting

      There is an X/MPlayer video driver that plays 1080p HD video on the Cell's SPUs quite nicely, while the Cell's PPC core runs the Linux kernel without distraction.

      To use PPC apps, you don't have to "compile them yourself". This is Ubuntu. All you do is apt-get install them from a source package.

      --

      --
      make install -not war

    4. Re:On what planet is this 'news'? by Bootarn · · Score: 5, Interesting

      Here at Uppsala University, Sweden, we have a PS3 that is currently computing molecular dynamics. I'd say the PS3 is not perfect for desktop computing, since most desktop software is poorly written in respect to parallelisation. It is, however, quite good for scientific applications which are designed to run on a cluster. (GROMACS for instance)

  2. Not bad specs, with one exception: by nobodyman · · Score: 5, Interesting

    You only have 256mb RAM. The other 256 is video RAM, and Sony prohibits direct access to it. Unfortunately that means no hardware accelerated graphics either. Kindof a shame, but I imagine it's still neat to play around with, and I doubt you'll find a cheaper Cell dev platform.

    On the 360 side, hobbyist developers have a different set of trade-offs. You can write games C# using XNA Game Studio, 512mb shared memory, and even get hardware acceleration (some of the demos are quite impressive). On the flipside, there's a $100/year membership and fat chance of ever running linux (in any official capacity at least)