Linux On Unmodded Xbox, Improved
An anonymous reader writes "It looks like pSyCo from XEmulation.com Has found a way to boot Xbox Linux Live on an unmodified Xbox with nothing but an Xbox and Linux PC (no memory card of any kind, etc). Also a guide to using this method to flash your Xbox's onboard TSOP with the bios of choice, making the Xbox modded without an actual mod-chip. $5 to rent 007 to mod my xbox sounds nice =) Check it out at: XEmulation.net Forum or XboxHacker.net BBS. *Wonder what the DMCA would think about this...*" This builds on the "007"-based method discussed earlier. Update: 04/15 01:11 GMT by T : XEmulation.com, not .net. Sorry.
Just thought y'all should be the first to know!!!!
What you'll need:
"Soldering Iron + Solder (and torx screw drivers)
Now you must open up your Xbox *which I don't think I need to explain how to do*, take out the motherboard, and solder the 2x2 jumpers. Now put everything back together, but leave the case top off, and keep the Xbox near your pc!
While this method might not require you to use a mod chip, it definately requires you to mod the xbox in that you have to take it apart, and solder stuff. The only think that will make me run linux on my xbox is if I can install a working system withou touching a screw driver.
The guy who came up with the 007 method gets whatever rewards were for booting Linux first on an Xbox. Yeah, this seems more like what "people want". But that wasn't the challenge. It was to boot Linux.
I'm sorry but the fuss around the backdoor-ness of the 007 method was blown way out of proportion.
What is music when you despise all sound?
How did you file your taxes?
Make your vote count.
fart!
I mean, ok, very cool...linux on my xbox. But what, exactly, does this do for me, besides letting me put a finger in M$'s eye?
Don't use the Troll mod just because you disagree with me.
The previous method that they're talking about involved a buffer overflow in the savegame handling from 007:Agent Under Fire.
You were able to execute code (in most cases, a BIOS flash to flash the internal TSOP) tacked on to the end of your save game.
Hopefully this comes as a lesson to ALWAYS ALWAYS sanity check ANY USER INPUT, even if it comes in the form of a file that you THINK you know the layout of.
Prevent linux based DDOS's!
http://linux.denialofservice.org/
I think the first link should read Xemulation.com and point there, too.
C'mon editors - don't you check your stories and links before you post?
[Connection closed by foreign host]
[l337 kid returning xbox]
kid: g1bb0r m3 my m0n3y b4ck, f4gg0rz. My k-r4d Xb0x0r 15 fux0r3d.
clerk: Ok.. let's see.. Hmm.. the screw heads are worn, indicating you've opened this XBox up. Oh, I see solder splattered on the board.. wait a sec, this isn't even an XBox board, it's from an old Betamax!
I tried the NetBSD on Dreamcast thing a while back (much simpler process -- burn a disc and boot) but kind of wondered what the point was after getting it to boot. Walmart sells $200 Lindows machines with more functionality, particularly factoring in the hard drive, so why do folks sink lots of time and effort into this?
Try not. Do or do not, there is no try.
-- Dr. Spock, stardate 2822-3.
Whatever Microsoft TELLS THEM to think about this.
(I may get an -1 redundant since that is the whole reason for the DMCA. Oh well. )
Wouldn't this be self defeating? To get a Linux PC you need..a Linux PC? :> Although I guess the XBox is smaller, and it has the cool factor going for it.
Has anyone made progress on hacking the nvidia drivers to work on the XBox? If so, there is software, called Chromium I belive, that can take advantage of multiple OpenGL rendering nodes, making the XBox a very cost effective platform for such a project.
All first posters are gay.
SAVE THEIR SERVERS: Ok, I've never written a tutorial of any kind in my life... so if this is posted anywhere, you can edit it (to a point ... keep the main writing.. but adding photo's, etc are fine by me,
just give me a lil credit) And with that said .. I'll start...
/usr/src and
extract. This should leave you with a folder named "linux-2.4.20".
Next, get the "Kernel" folder from the Xbox-Linux team's CVS
*sourceforge tells you how to get on their CVS server... just user
kernel as the module name*. After doing so, move the contents of the
"kernel" folder to the "linux-2.4.20" folder.
... but seriously, if something goes wrong here, you can
be left with a bunk HD if you don't have a backup!*
/mnt (I used /mnt/xbox myself). Now, look
in the /dev folder, you should see "hda50 hda51 hda52 hda53, etc..."
*it may not be hda, it could be hdb, hdc, or hdd...*. After seeing what
block device it is, type this command into console" /dev/hda50 /mnt/xbox" ... if it works, you will see
no error message. Go into the folder in which you mounted the partition
to, and guess what! You should see TDATA and UDATA folders!
This tutorial will explain how to go about mounting your Xbox HD's game save partition under Linux on a PC, in order to get habibi_xbox's 007:Agent Under Fire game save along with raincoat and your bios of choice onto the Xbox's HD, eliminating the need for a Mega-X-Key!
What you'll need:
Xbox
PC running Linux (distro of choice)
Linux kernel 2.4.20 source ( http://www.kernel.org )
"Kernel" folder from xbox-linux's CVS ( http://xbox-linux.sf.net)
007: Agent Under Fire retail DVD
Soldering Iron + Solder (and torx screw drivers)
*Warning... i installed a fresh copy of Slackware Linux on an old PC just to do this, following this tutorial can cripple your linux system if you don't revert back to your old kernel... or compile a new one... unless you know what your doing*
1st things 1st! Now you must open up your Xbox *which I don't think I need to explain how to do*, take out the motherboard, and solder the 2x2 jumpers (one's on top, ones on the bottom of the mobo) pictures: http://www.xbox-scene.com/articles/tsop.php . Now put everything back together, but leave the case top off, and keep the Xbox near your pc!
Now, download the Linux 2.4.20 kernel source from http://www.kernel.org *look in the archives!*, move the tar.gz or tar.bz2 file to
Go into the linux-2.4.20 folder and read the README.xbox file! Follow it's instructions to the point right before compiling the kernel! Next, run "make xconfig" or "make menuconfig" in console while in the folder. Configure the kernel as you normally would *I assume you have some knowledge about Linux*, remove USB support, and turn off all Xbox specific functions... Make sure to leave FatX support in though! When done, run *without quotes* "make dep ; make modules ; make bzImage ; make modules ; make modules_install ; make install" This will automatically do everything needed. Next, shutdown, and use the Xbox HD swap trick to unlock your Xbox's HD and connect it to your PC (Turn on your pc, wait for it to boot RIGHT BEFORE it gets to your Linux boot loader screen press the Pause / Break button. Turn on Xbox, wait for it to boot to the dash, unplug IDE cable from Xbox, connect an IDE cable from your PC into the Xbox's HD and press any key. Your pc should boot as normal, into Linux... except now it see's your Xbox's HD!
*NOW, BACK UP YOUR XBOX HD! MAKE AN IMAGE FILE OF THE HD!!! I don't know the command do to so under linux, but I used HDD Driver under windows to do it
Now, make a new folder in
mount -t fatx
Congratulations, you've succeeded on running Linux on a lesser box. Superb. Apart from the "wow thy fellow geeks" factor, this doesn't seem to have any practical applications - and don't tell me about those who can now get an Xbox and run Linux on it, because God knows that the vast majority of people who run Linux don't need more computers :)
;D
Although I might be underestimating the "wow thy fellow geeks" factor here...
"The power of accurate observation is frequently called cynicism by those who don't have it." - G.B. Shaw
Um, no!
It's true you don't need a memory card, but you still need 007 Agent Under Fire to do this.
I think it's less work and easier to do it with a memory card though. This method requires hooking the xbox drive up to your pc and a lot of recompiling kernel stuff.. the other way just requires you putting some files on a memory card (you can do it with a previously modded xbox or a couple of other ways) and that's it. Once you've got that memory card you can reuse it on each xbox you want to mod too. It takes about 90 seconds to get an unmodded-xbox to run linux with the memory card:
is that I believe the goal of the whole boot linux on your xbox without a modchip was to make it so you don't have to void your warranty. Also, this sounds like it has tons of potential for a bad solder and then some kind of power surge thus frying your xbox. I think I'll stick with my matrix.
NJ Local Music Scene
My guess is that the DMCA would have the same contented papery thoughts that other printed documents have, not to mention an intense dislike for fire.
Try not. Do or do not, there is no try.
-- Dr. Spock, stardate 2822-3.
So, like, if you want to install and play with Linux, buy a computer. If you want to play console games on your TV, buy an Xbox. How hard is that to understand?
What's next, trying to install Linux into the front door, then the family dog, and so forth?
Makes one wonder why we just get sick of Linux after awhile.....
The thought of this insightful first post and running Linux on my X-box ALWAYS makes me touch my "screw driver"!
I'm not opening up my xbox just to flash it, nah, I'll be fine with windows strip down
Please note : this is not flamebait or trolling!
:)
I honestly just want to know - why would you want to boot Linux on an XBox?
I'm totally serious here. I've been out of gaming for too many years now, but... would you still be able to play XBox games on a mod'ed XBox running Linux (would you have to dual boot to do that)? Or... not? If not, then whats the point of running Linux on your XBox? Is it a really cheap way of hooking up w/ a cool looking Linux box? Or, is booting Linux on an XBox about the 'vandalism' vibe, of running a non-MS OS on an MS-made machine?
For all the hype in the media about running Linux on an XBox, why isn't there similar press about running Linux on, say, a Nintendo Cube (or, does that one already run Linux? or Unix?) I believe that Playstation already runs Linux... right? Anyway... the whole concept of 'run linux on your xbox' has always garnered a 'who gives a sh*t' from me, so I was hoping that someone could let me know why this idea gets so much coverage, contests, and attention from the tech community in general.
Thanks!
that you still can't use the xbox to play unsigned code without modifying it. So yeah you can boot linux, but I can't just bring some software I wrote over to my friend's house and pop it in and show him. He needs to have it modded which is still a big problem.
NJ Local Music Scene
This wonderful example shows how even hardware-enforced media protection schemes aren't going to work, as long as there are any vulnerabilities in the "trusted" software.
:)
e.g. say you have a DVD player program that is "trusted" and prevents you from taking a screenshot or recording anything from a DVD. If you can find a buffer overflow or any other kind of exploit in the program, you can just have it execute your own code (rip the whole DVD) at its super-trusted privilege level.
Given that MS has a hard time keeping its HTTP server secure, I don't think buffer overflows will be too hard to find in typical razzle-dazzle media player programs
The DMCA is a law. You know, words and stuff on paper. It's an inanimate, errr, concept, it doesn't think.
Are they running their web server on such an Xbox ?
Already slashdotted.....
for the last time people, I am "frodo from middle eaRTH", not "middle eaST".
Not very much, I would imagine. Given that's it a law. It's not even an object, let alone an animate one capable of thought.
If it doesn't think, how is it it speaks to me?
Does the word "metaphor" give you goosebumps?
Um, nothing. Its a copyright act, a bunch of words on paper (or some other storage medium) it isn't conscious so it can't think :)
I like that "Wonder what the DMCA would think about this...*" makes it sound as if the DMCA monster robot is going to come and attack me in my sleep if I mod my xbox.
While it's true that the DMCA is a law that clearly supports companies and not people, it would still be better to phrase this more along the lines "It will be interesting to see how this act is interpreted under the DMCA"
a powerful processor
enough memory
dvd drive
high-end graphics card
and more
All for only $200. You can't get a PC with the same specs for near that price.
Did you vote?
Isn't the TSOP just the name for a chip package type? I thought it meant Tiny Small-Outline-Package or something like that. Why are they throwing the word around like it has something to do with the funtion of the chip itself.
http://www.operationprojectx.com/main.asp posted on /. a few months ago. i was reading about new distributed computing projects and ran across this old one. cracking they're 2048 bit key? hmm i don't think i'll be supplying any cpu cycles for this one heh. it would be cool though if they break it and don't get in trouble.
I believe you mean "personification." Do the words "Dictionary" and "joke" give you goosebumps?
NJ Local Music Scene
The only think that will make me run linux on my xbox is if I can install a working system withou[t]> touching a screw driver.
If I bought an x-box; I'd mod it the first chance I got.
All you have to do is open a case(which any moron should be able to do) and solder some jumpers to get a working, usable, system.
Has anyone claimed that prize money yet, or does the X-box have to be completely unmodded?
You can't judge a book by the way it wears its hair.
Is there a .exe for Linux or Windows?
.exe and then I can flash roms over?
I just run the
God spoke to me
It's getting pretty sad.
It seems the mods don't know what a bastard file is. If they did know what a bastard file was, they would have modded you up as +1 FUNNY.
Stupid mods...
The DMCA should be trashed and the whole issue rethought. Who is being hurt by people modding XBoxes? Nobody.
"Why Xbox Linux?" Well I have a legitimate reason for wanting Linux on an unmodded Xbox.
My Xbox is going back to MS as they have attempted to fix a problem several times and have so far been unsuccessful. This time, they're considering swapping systems for a new one, which I'm fine with except for one thing: Loss of saved games.
They will not just swap drives as it would save them at least 5 minutes of work, so I will lose all of my info on the HD.
With Linux running on my unmodded Xbox, I could possibly FTP the data elsewhere and restore it on the new system. This makes so much sense to me that I wonder why there is no way of doing it by default.
Microsoft's idea is to purchase their Memory Units and backup this way. Problem is, since each Xbox comes with a hard drive, no developer tries to make the smallest possible size save file. I would need several MUs to backup my data. Plus, some files cannot even be copied to a MU which means they cannot be backed up at all.
the cop says: "I want body armor the size of a handkerchief that can stop a howitzer."
the fireman says: "i want a firehose that weighs less than a pound that can fight fires 250 feet away."
the scuba diver says: "i want an oxygen tank that holds 10 hours of air, and fits in my back pocket - those backpack tanks are HEAVY!"
the hot rodder says: "i want a car that goes from 0-60 in 1 second with a top speed of 400mph in the quarter mile and i don't want to spend over $500."
the alwsn says: "i want to make some electronic equipment i own do something it was never intended to do without opening the case, changing anything, and i want it to work flawlessly every time."
ALL RIDICULOUS.
Other than it annoys Billy Gates there is no point to this effort. The hardware is now outdated, and not even suited for any applications due to the limited storage and memory.
The most common question here seems to be why? Well, for my, XBMP is the answer. Few months ago, I installed a mod chip in a friend's Xbox. One of the first things he did was get XBMP running. Wow, all I can say is XBMP is the killer application for the Xbox. Just to run XBMP, I picked up a used Xbox and DVD remote just before the initial exploit was discovered, and I grabbed 007 off ebay for like $10. Though when trying to bridge the 2 resistor pads, I knocked another resistor off the board, so I need to obtain a replacement resistor (soldering iron I was using was WAY too big) to finish this project Really though, if you haven't seen XBMP, look at it. It is a killer app-ESPECIALLY for college students. For $150 or so I have a box that will play damn near any media file I through at it, off CD, DVD, or SMB share, and is designed to be hooked to the TV, with an interface designed for it too. To me, the Xbox with XBMP is the media PC Microsoft has been trying to create.
Does anyone know what type of operating system Commander Data runs? It seems that if Linux really does take over the world some day that an android such as Data would be running Linux. I've never seen him crash, so I'm assuming he isn't running OS X or the equivalent.
Why isn't anyone trying to get Windows to run on one of these things, as well? Sure, Linux is nifty and all, but some of us actually *prefer* using Windows. Just curious.
If you were me, you'd be good lookin'. - six string samurai
Isn't the TSOP just the name for a chip package type? Why are they throwing the word around like it has something to do with the funtion of the chip itself.
Because they don't know anything about hardware. Speaking as a programmer, I don't really blame them...
<rant>BTW, TSOP flash is the bane of my existence. Those pins are always getting bent when I take the chip out of the socket.</rant>
Wonder what the DMCA would think about this...
Even if you didn't have to open the box and do some soldering, I think this would still violate the DMCA, because MS will claim that there's no way anyone could have discovered this method without reverse-engineering either their BIOS or the assumably proprietary 007 save game format and code.
Probably the only way you can get Linux or any other software to run on an unmodified XBox would in some way involve using MS's Xbox SDK. Most likely, that includes code that must be licensed from MS. I don't know that to be the case, but that's my guess.
We don't have a state-run media we have a media-run state.
Walmart sells $200 Lindows machines with more functionality, particularly factoring in the hard drive, so why do folks sink lots of time and effort into this?
I swear this question gets asked each time the Xbox-Linux topic comes up.
Because it's there!
Why did people used to buy Heathkit TV's when you could buy a pre-built similar TV for less money?
Why should some kid build a linux-workalike when there were already other OSes that ran on his hardware?
Why build a motorized car out of lego bricks when you can buy a ready made motorized car for less?
Why do people do pointless things? Model railroading? Build their own automobile from a kit? Fix their own car? Why does a kid with a soldering iron to spend $30 bucks on parts to build his own radio, when he could have bought a ready made transistor radio for $5? Why does my straight cute neighbor build all kinds of things out of wood when he could purchase ready made items? (Mailbox, Playhouse, Swingset) Why would someone spend many hours learning to program a simple no-frills text editor for the millionth time when many people already have notepad pre-installed?
I'll see your senator, and I'll raise you two judges.
Oh sure. It just WANTS you to think that.
Indeed.
This is meant to be an honest question, not a flame: What's the point of running Linux on your Xbox? Linux runs fine on a PC. Is it just the "because we can" factor, or are there any really useful things you can do with Linux on an Xbox that you can't do on a PC?
I mean, where's the point in hot-plugging devices which by design are not supposed to be hot-plugged (i.e. the IDE/ATA bus), "for safety" doing backups seemingly no less risky than the patches that follow this way afterwards, but then reassembling your Xbox with the tiny hard drive still in place, once the TSOP does hold a BIOS that should also support huge replacement HDDs of 120(+) GB (or shouldn't it)?
Sure, you still need the original hard drive to boot one last time before flashing the TSOP, but wouldn't it be easier to use the "first 007 method" (i.e. Agent Under Fire + USB memory stick) up to this point, power down the flashed Xbox, and then just replace the unchanged hard drive with a much larger unit (in other words, using the original drive as the very physical "backup" of itself, which you can still plug back in should the need ever be)?
Or am I missing something, as -minutes after the article has been posted- of course I haven't tried the method myself yet?
I'd find it REALLY neat if some game write would write a game for Linux which will compile without much change for Linux/XBox as well as Linux/PS2 (and even Linux/PC). Or are there games out there now? I wouldn't mind buying an XBox or PS2 if someone would release/sell Linux games for it.
(They'd have to use the game controller, of course)
You hit the nail on the head. From the beginning, the Linux-on-Xbox challenge was never about functionality. It was an ideological statement against Microsoft, nothing more, nothing less. The point was to boot Linux, not to get any real software running on top of it.
It's worth nothing that to all but the most passionate anti-Microsoft and/or pro-Linux geeks, ideology isn't a good enough reason to spend $150 (or whatever the deals are at now) on an Xbox that they won't even use for its intended purpose. Nor is it logical to compare the cost of Xbox+Linux to the cost of a real computer running Windows XP, as I've seen done so many times, because a market for the use of Xbox+Linux as one's exclusive computing device simply does not exist.
The coolest voice ever.
Your example defeats your point! A new DC costs $50, you can probably get a keyboard (or adapter, or make one) for $10, $5 RF adapter, and then get a crappy TV from a yard sale for $5. Customize NetBSD for yourself and you have a fun little server. Cram it anywhere! Put it on the network at the office and hide it in the ceiling!
I'd like to see Walmart try and sell me a server for less than $100.
And of course when you get bored you can take the server down and play some sweet games on it (they sell for peanuts now).
Escape Pod Films: Sketch Comedy and Web Series
kid: g1bb0r m3 my m0n3y b4ck, f4gg0rz. My k-r4d Xb0x0r 15 fux0r3d.
clerk: uh, ok. You got your receipt?
Receipts are all powerful. Clerks are dumb.
Happy goldfish bowl to you.
Modding an XBox is unAmerican
You will ROT in HELL for trying to take away the RIGHTFUL profit of a GREAT American company, Microsoft.
Why would you want to mod a perfectly good XBox to put opensource CRAP in it
America is GREAT
Microsoft is American
opensource is unAmerican and EVIL
DEATH to opensource.
Watch some TV you liberal SCUM
Look at the iraqi people who are rejoicing and praising our GREAT President for getting rid of saddam and his THUGS (and guiding the stupid iraqis through with government---of course they will not say this parentisized part because they are too stupid to understand they are stupid)
ONLY the American way is RIGHT.
This is YET ANOTHER PROOF
If you want to buy a game console, buy one.
"On the Internet, nobody knows you're a dog!" - a dog
has a 2x4 up their ass.
Sorry that my world doesn't revolve around making more money for media and software monopoly. I suppose I need to go to reeducation camps so I can remember who pays the bills in this fine country of ours.
Unless you got really lucky and found one a while back, you will not be getting ethernet on your Dreamcast. While the DC might be cheap, the broadband adapter is as reare as hen's teeth.
Boobies never hurt anyone. - Sherry Glaser.
Hello? This hack still requires 007. It's a good thing timothy is reading the stories he posts.
As a self-confessed surface-mount and soldering newbie, can I ask if soldering is absolutely necessary for this trick? Could something such as a conductive pen successfully bridge the contacts? I have seen this used to bridge contacts on the AMD Duron/Athlon, and it seems like a similar process. For my mind, the pen is mightier than the soldering iron.
Well, if "Information wants to be free" then "The DMCA wants to be an asshole".
Yes it does. As do the words simile and connotation. In fact, all forms of non-literal expression give me an urge to run screaming from the room and dunk my head in a bucket of freezing cold water. I just can't handle them, you see. For I am an idiot, with no ability to handle sarcasm or irony.
:-P
Oh wait. That's you, isn't it?
Yep that is right if you can run linux you can boch windows and run windows just slower. And once linux is stable a special mod of boch can be built to directly run windows.
Ie they are just working on the first stage.
Microsoft could end this just by giving in.
I hear so many people talking about the TSOP. "the TSOP this," "the tsop that" - TSOP stands for Thin Small Outline Package.
It's just a flash chip. You can get much more than memory in TSOPs.
Why don't people call it what it really is?
How about "the flash chip" or "the firmware chip"?
Desperation is a stinky cologne
Just thought of this...
Has the fellow who first figured out the 007 hack come forward with his real identity yet? Seems like awfully good fortune to find this vulnerability lurking around.
<Conspiracy Theory>
I can't help but wonder if Microsoft didn't plant this 'hack'. Follow me out here--MS doesn't really care if Linux runs on XBox. Sure it's a black eye, but it doesn't hurt their bottom line. But--all of a sudden there's a flaw in the closed system, and it's in --gasp-- a program written by someone other than MS. Now when future software is released for the Xbox (or Palladium) MS can use this 'incident' as an excuse to call for complete code disclosure from 3rd parties
I can hear Microsoft saying "You need to show us all your code so we can test it--otherwise how can we be sure it won't break our 'perfect' security system?"...
</Conspiracy Theory>
I don't mean to say this to take away from the guy who came up with this, but it's just an interesting, plausible scenario.
Of course, you can also get a DVD/CD player from your local big box retailer for $59 these days :-)
Bill Stewart
New Fast-Compression-only CPR http://preview.tinyurl.com/dy575ks
Microsoft has crushed sun from it very powerfull days. Microsoft could end the xbox project any time they like just place a way for open source linux to run on it. Number one linux prides it self of being able to run on almost any thing. That is hand helds to mainframes. PS2 and Dreamcast can be made run linux.
IBM and Sun are American companys are you say that they are wrong. Sun run the open office project the most useful open source project to date in my opion. IBM runs many small open source projects too.
Basicly wake up microsoft has made enemys it is now paying the piper.
And the game has not began yet just see some time gnome will come to windows then the war will be on.
Basicly this is war with IBM and SUN and other companys supporting linux the battle will only get stronger.
And you call it RIGHTFUL profit. What about ripping Netscape off and destory them. Basicly it is come back to them. You undermine someone else proft just because they are not prepare to give up there product. If any american company is truely great it is cisco if anyone can beat what they have they allow the company to use there brand name ie for a fee of course.
And if any IT company is a Saddam with thugs it is Bill Gates and Microsoft.
Basicly the Microsoft Thug acts are long and harmful. Breaking global aggrements, keep secrets and being pig headed. Yep Microsoft has done all of the above.
Now you are just as fool who belives what you are told with out finding the truth.
Maybe the things do work loose after a while, but I'm not planning on shaking the box around a lot, and I'd be *much* more comfortable buying something and adding a couple of jumpers than buying something and soldering on it.
Bill Stewart
New Fast-Compression-only CPR http://preview.tinyurl.com/dy575ks
You can get a pretty comparable machine from Walmart in the low $200's range, except for the DVD player, and those are in the $50 range. Until MS drops the price, which I think is still $199 in the US, they're still pretty close, though of course the Walmart box is conveniently expandable.
Bill Stewart
New Fast-Compression-only CPR http://preview.tinyurl.com/dy575ks
The DMCA is a law, it has no feeling.
Wow, that's a flame-worthy sig, dude! :P
What's the difference between a PC and a game console? Peripherals are a bit different, and expandability is much different, but they're basically the same thing, and if the game console does the job you need and has almost all the same parts, why not go for it?
Bill Stewart
New Fast-Compression-only CPR http://preview.tinyurl.com/dy575ks
A paperclip would work.
I recently installed a xecutioner lite mod chip in my xbox (1mb rom), and have found tons of awsome uses for it for $200 i can buy a set top box divx player (kiss technologies), or i could buy a $50 or less modchip and a 150 refurbished xbox (EB) First, it makes for a great NES/snes/mame gameing machine, despite the D-pad being a little crappy second Xbox-media player can play XVID/WMP files/OGG/DIVX/mp3/jpg's/bmp's you can sort your music into playlist/folders with alblum art for the icons even, you can have slideshows with background music unfortunetly your going to have to find it allready compiled illigaly under microsofts compiler XDK (look of efnet, xbox channels for it) third, you can backup games to the hardrive, so if you scratch/loose games a lot, you don't have to worry about where they are or what you did to them you can backup your games, and then use burned copies while your legit copies sit in a safe somewere, you can backup your saves, and trade em with friends (all done thru FTP) Heck, for those of you too lazy to set the clock, will find there is an app that does it automaticaly online for you if you also boot with linux you can have a webtv like thing, and spending 7$ for a controler extender, and soddering/electrical tapeing it together with a spare usb header i have, yeilds a usb converted (and you can atually mount those things into the controller as they do have a hub) throw in some cathode lights, and a cooler fan, and you have a party in a box
come comment on the madness at http://slashdot.org/~phreak03/journal/
Hmm wonder if a pencil or wire and tape would do the job. The AMD where hacked with a simple pencil to join a jumper. Just depends on the curent. There many be several ways around the solder bit. It just depends on the current and how good the contact has to be. As the mod is only need once. Ie a writable bois could lead to system death from a bad program.
If it does work what happens when the processor chip dies how in heck will you get your data back. First question is allways this. Second question what will stop a non Palladium chip from accessing the drive to get the data. If you say encryption and protected key how are we going data back in the case of first. Now what if you want to upgrade to another brand chip ie AMD instead of INTEL. Basicly every thing about Palladium is trouble with a captial T.
What about poeple who break there laptops. What about people who have there house burn down. Basicly all of these can be fix in a data recoverly lab now. In the furture with Palladium this will become a problem. Ie there is a chance that the chips and id numbers could be all destoryed and the notes with the id numbers detroyed as well.
Basicly the harddive in a fire is normal the last thing to be completely destroyed in a computer.
There was an old quote on l0pht a while back, before they went corporate and scrubbed the site with the wire brush of PC-ness, that went something like:
.45 will put a hole in one side, a bigger hole in the soft squishy thing in the middle, and a bigger hole in the back. The bulletproof vest will stop it, and probably only leave you with a big briuse and possibly a cracked rib or 3. The vest cost less than 1/10th of the armor, weighs about 1/100th of the weight, and is more readily available.
"That problem is strictly theoretical" -Microsoft
"L0pht, making the theoretical possible since...."
What you are decrying is innovation, not MS style word corruption, but the real thing. My parents bought a building in the 70's. It was ~75,000 sq feet, 30 foot ceilings, and a HUGE air conditioner, but almost no heater. It was built in the 1950s to house a computer. I shudder to think what it cost, much less cost to run. Today, my $27 timex wristwatch has over 10x the computing power of that HUGE computer, runs for about 3 years on a button battery, and never breaks, can work under water to 100m, survive heat, cold shock, and me beating it.
Looking down the list of 'rediculous' things you mention, that is far and away 'more rediculous' than any of the things you mention.
For another example, my roommate has a bullet proof vest. Another friend makes plate mail armor. The plate costs ~$2500 and takes months to build. A
Rediculous!
So, what is your problem with innovation. The very best things that you use came from the same spirit that the people doing XBox hacks have. I mean, why bother with things like transistors, antibiotics, lasers, nuclear power, and CIA mind control lasers. Oops, you aren't supposed to know about that one.
Rediculous!
Before you decry cool stuff that others do, I suggest you try the following in order.
1) Take a deep breath.
2) Try ignoring things that bother you.
When that fails
3) Don't bitch at people doing things you don't like.
4) Move out of your mother's basement
5) Do something usefull yourself.
Rediculous!, I know.
Seriously, the world needs more cool things, be they useful or frivolous. Strange things come from seemingly random events, and noone tends to see the next killer app ahead of time. Don't be a roadblock.
-Charlie
This has probably been asked but I am going to ask anyway: Why put Linux on an XBox? XBox sucks compared to the PS2. PS2 has way more gamez and a kewl blue LED! Who the heck would buy an XBox in the first place?
I'd buy a PS2 for a teenager so they could have a DVD player and a gaming station, and a Linux box to write book reports on in their room for cheap, but seriously, do you think a kid would want an XBox over a PS2? Come on!
Eat at Joe's.
You are going to pay MS for a machine that is all locked down. You are going to screw up that machine and buy another one. You are going to spend hours and cash to get the unit to run linux and or hacked games. To "poke" MS in the eye you are going to buy an XBox from MS and you are going to buy 007, which will send more money to MS. You will defile linux by making it an excuse to give MS a stronger market share. You are going to get XBox in the news more often than Nintendo or Sony.
I can understand the thrill of hacking. Isn't the real definition of hacking to get a machine to do something it was never intended to do or to do it better. And to those genius's with enough time and money to throw into figuring this hack, in all honesty..Way to go!
However, to those who think they are somehow getting something for free out of MS, or helping out Linux, or "poking their finger in MS's eye", give it up. This shows people that linux can be hard, it shows people that MS gets boxes sold, even to geeks, and it shows software companies, that geeks will buy Xbox software, just to get linux running. And with the prices of computers, Xbox Linux can hardly be considered a bargain.
However, I don't think it would be possible to get a generic OpenGL implementation to run well on a PS2, even with inside information--with its 300 MHz CPU and no L2 cache, single-texturing, 4MB VRAM, no hardware clipping, etc, it would perform very poorly on platform-agnostic code and data. It would also be very slow to convert 32-bit textures into palettized on the fly unless you did a really crappy job of it. The PS2 will perform poorly unless you carefully structure your game around it's unique needs, and memory will be very scarce if your driver has to copy and translate your geometry and textures into a hardware-friendly format. PC-based graphics cards are designed around running DirectX and OpenGL efficiently--the PS2 has no such requirement. You might have a chance for some performance at the expense of memory if the game drew huge portions of the world into a display list, allowing the driver to convert this into a big DMA chain.
You've all seen how the first PS2 games often looked worse than Dreamcast games, and these were from professional developers who were coding for the PS2!
I suppose if you just wanted to run Minesweeper or something you'd be okay...
I would prefer to buy Doom 3 over 007 if I'm going to buy a MS product. I know Johns code is solid but he does know how to hide useful things and seems to have a soft spot for linux.
Take a look at Buttercup. It's getting a GeForce 4MX 440SE 64MB with 64MB DDR. It has 512MB RAM, the highest an i815 motherboard can go up to. And it will probably do much, much more than anything a modded XBox can do. And even though the case is a bit bigger than an XBox, it isn't much bigger than a VCR or an audio receiver. Put a TV tuner card in there with MythTV and you have a TIVO.
Knowledge is power. Knowledge shared is power multiplied.
The fact is, the vast majority of the vocal followers of this project want to use copies of games that they didn't pay for.
Wait, did I just call all the fans of this project crooks? No. The vast majority of the vocal followers are, however.
We all realize that Agent Under Fire is a $20 game right?
It's a Platinum title.
Xbox.com/007agentunderfire/
They like being slasdotted!. From a comment posted after the article (how's that for RTFAing?):
... a link to this topic was posted on slashdot ... so, me may have a bit of a server overhaul ...
... when you make front page on your 3 most visited sites *slashdot, xboxhacker, xbox-scene* ... it puts a warm fuzzy feeling in your heart =p
guys
(I didn't think this was slashdot worthy, but hey
_________________
I don't like p00!
--pSyCo
What changed under Obama? Nothing Good
there a products that allow you to save files from a memory card to your computer LEGALLY. Without the hassle of hacking. Besides, I'm an avid gamer and these saves shouldn't matter to you that much. You're there to play games, you don't need no saves to do that.
Has anyone tried to jtag into an xbox yet??
It's common proc. for hacking DVD players, DTV and E* IRD's.....
With jtag you truly own it, nothing is sacred..
- Turn on xbox with no cd in drive, but with memory card in controller.
- Use the MS dashboard to copy the 007 save game to the harddrive.
- Put in 007 Agent Under Fire and reboot.
- Wait for lots of annoying intro stuff.
- Choose "Load Mission", pick the game off the hard drive.
- Linux boots!
-Profit!!!
Thanks. That comment made my last cup of coffee the second one that slashdot has fired onto my keyboard. I'm going to start billing.
Someone who doesn't know the topic in any depth modded this post off-topic. Please mod this back up. and bitch-slap trigger happy cop-mods.
My name is Torvalds, Linus Torvalds.
Nicole De Boer Great! Now here is a reason to watch Cube and Deep Space Nine!
I wouln't go as far as to say 99.9%. You are forgetting all of the excelent homebrew programs out there for the xbox. They are the only reason I bought an XboX. I don't use it to play warezd xbox games, I use it to watch warezd divx dvd rips and listen to warezed mp3s with xbox media player. And to play warezed super nintendo roms with Xsnes9X. Haven't tried to run linux on it. It'd be nice to browse the web on my tv sometimes, or to play tux racer :), but I don't play on doin that untill I can run linux for a year on a PC without messin somethin up.
An asshole looks like this: *
You are not logged in. You can log in now using the convenient form below, or Create an Account. Posts without proper registration are posted as Anonymous Coward. Oh dear.
As you said to build a better machine costs considerably more (it's utterly obvious and simple really).
130 UKP is not a lot to pay for this spec of system, in fact you won't find any other new similary capeable system this cheap in any other retail outlet.
Don't underestimate the speed of the system, the optimisations to processor and memeory mean you'd need to spend twice that to get a system which can deliver the same frame rate in something like Unreal Tournament - and the speed is not simply due to the raw power of graphics card, it comes from the other design elements which are noticeable when running main stream productivity applications.
That's why people want to run Linux on it - it's cheaper than buying a similar PC simly because it's more efficient.
(Also: Don't pay 40 USD for a memory card - that's way too much, and for 007 - you can get it for less than 20 UKP, so I'm sure you can get it for less than 20 USD.)
If MS makes a Linux port for the XBox, this one will work on un-modshipped ones. Will Microsoft win the $100K price ?
Use two-pass encoding. This way you know that your rate control variables are always at their optimal setting. Highest quality for any bitrate is this way, at the expense of 50-75% longer encode times. (The second pass goes quicker on more recent DivX versions that allow you to save the motion vectors to a file, the second time around the codec doesn't need to do motion estimation a second time.)
In the end it's faster, since you don't have to constantly tweak the RC settings depending on source material via trial and error.
retrorocket.o not found, launch anyway?
From the first /. article (March 30, linked to from this one), the poster mentions, "Apparently you can even build this memorycard yourself using a standard USB memstick.", regarding Xbox memory cards that are accessible from a PC.
Where can I find more info on doing this? I can't find anything about memory card mods on xboxhacker or xbox-scene so far.
retrorocket.o not found, launch anyway?
Microsoft.
Because people pirate games with modchips.
HA. You know it's true.
Microsoft deserves it though.... hehehehe.
No they're not Mickeysoft makes a loss on every xblock sold. If you dont want to give htme money for a game then go rent 007. its only about 7$ or so. Either way you'll still be ahead if you bought the console and the one game. MS might get bragging right to having sold another console but it wont be in the way they wanted.
Anyway getting linux on the xblock like this is just another step forward in running code on mickeysofts 'protected' platform. who knows who programming developments will lead from this.
that should read 'who knows what programming developments will lead from this'.