You are not logged in.
Pages: 1
Topic closed
Ok, im Alex and im here to tell you how to play ps2 games on the new ps3...
What you need!:
Windows xp cd
Xubuntu 7.04 (I used..) or YDL 6.0
Quemu 0.9.1
-------------------------------------------------------------------------
Ok so lets get started on how to install linux (Xubuntu or YDL)!!
What you need
PS3
USB Keyboard
USB Mouse
Ethernet Cable
Computer with Internet (semi fast because you need to download a 700mb ISO file)
CD or DVD Burner
Blank CD or DVD
------------------------------------------------------------------------------------------------------------
Preparing Your PS3: Part 1
1.Plug your PS3 into your TV, plug in the power cable, plug in your keyboard, mouse, and plug in your ethernet cable
2.Turn on your PS3 Scroll Left, Go to Settings> System Settings> Format Utility> Format HDD. (NOTE: This deletes all savedata on your PS3 backup your data before hand with the backup utility if you don’t want to lose your saves).
3.Now select Either Option it doesn’t bother I recommend only giving 10GB to Linux and keeping the rest for the PS3’s side.
Obtain your Linux Distro
1.Download your favorite version of Ubuntu (I recommend Xubuntu 7.04 Feisty) or try Yellow Dog Linux.
2.Burn the ISO to a disk either a CD or DVD, using a program such as ImgBurn, Nero, Clone CD, etc
Preparing Your PS3: Part 2
1.Put in your Newly burned Linux CD/DVD in the PS3
2.Scroll Left go to Settings> System Settings> Install Other OS, it will search and install otheros.bld off the disk
3.Scroll Left go to Settings > System Settings > Default System, Select Other OS, select otheros, and press x to reboot
4.Your console now won’t boot to that XMB you’re aware of, it will load kboot instead, if you want to load the XMB again just hold down the power button when you turn it on and it will change the default system to the XMB.
Installing Xubuntu
1.Assuming you’re installing Xubuntu, press enter at kboot. Otherwise the steps will be similar with a different Linux distro.
2.Wait for it to load the live distribution of Xubuntu (About 5 min)
3.Click the install shortcut on the Desktop
4.Follow all the prompts, when the window exceeds your TV screen, hold alt and left click to slide the window around.
5.Remember your username and password, it’s real simple just follow all the prompts, it should take about 30-40 mins
6.Here are the install prompts:
1.Select English, Forward
2.Select the city with the time zone you want, forward
3.Select your Language (English), and Keyboard (US English)
4.I recommend to Select Guided Use Entire Disk, forward
5.It’ll complain hit continue (don’t worry it’ll work)
6.Hit forward, you shouldn’t have any accounts to import
7.Enter your Name, Login Name, Password, and what Network Name you want your PS3 to be. DO NOT FORGET YOUR LOGIN OR PASSWORD, or you will have to reinstall Linux, click Forward
8.Click forward to accept all your settings you provided, it will now start self installing
9.Go find something to do for at least 30 min I think mine took 45 min to do this step.
10.When finished it will pop up a window, just click restart now
7.When it reboots take out the cd, press enter at kboot, wait, then login at the login screen with your username and password. (If it didn’t reboot right and it just displays a flashing underscore, just take the CD out, and flip the power switch in the back off then on, and it should load kboot).
Freeing Up Some RAM
1.Click Application> System> Services, type your password in
2.Uncheck everything but Cpu Frequency Manager, Graphical Login Manager, Hotkeys Management, and System Communications Bus
3.Consider Installing Fluxbox (Only if you feel ok with the risk of having to reinstall linux.)
Changing Screen Size
This step is not needed if you have just a regular non-HDTV as there won’t be other screen options available.
1.Open Terminal (Applications> System> Accessories> Terminal)
2.Type “sudo apt-get install ps3pf-utils�� , this will install the ps3videomode command
3.Now type “ps3videomode -v�� , this will provide all options for the command
4.Now you want to discover which video modes work, just start guessing. Personally I use “ps3videomode -v 3″, if you try an option and it garbles your text press the up arrow delete the number and type 1 and press enter. This should bring it back to the way it was if not press enter, and type ps3videomode -v 1.
5.Keep trying your options, if an option garbles your text it probably works but you just need to change it in the kboot.conf file before Linux boots. If it displays just a black screen it’s probably a bad mode, try another.
6.Now to assign your video mode at startup type “sudo su�� , you should now be root be careful in this mode as you can screw some stuff up and have to reinstall.
7.Type “nano /etc/kboot.conf�� . This opens the kboot in a text editor. Add “ps3fb:mode:xx�� at the end of each quote, it should look like the following.
Linux=’/boot/vmlinux blah blah blah quiet splash video=ps3fb:mode:xx’
Old=’/boot/vmlinux blah blah blah quiet splash video=ps3fb:mode:xx’
Remember to change the xx to whatever video mode you decided upon.
8.Now Press Control-X, y, save as kboot.conf by pressing enter
9.Now type “sudo reboot��
--------------------------------------------------------------------------------------------------------------------
Ok so now that We are done installing linux lets get on to xp.
1. Reemember to install linux all the way up there lol
2.Download Qemu 0.9.1
3.Install by opening a terminal (System > Accessories)
4.Type “sudo apt-get install qemu�� in the terminal, then press “y��
5.To install Windows XP, create a folder on your desktop labeled “Windows��
6.Open the folder, right click in the blank space, and click open terminal here
7.In terminal type “qemu-img create xp.img 2G�� . This creates a 2GB hard disk drive for use in Qemu
8.On your computer (not your PS3) create a Windows XP install disk with nLite. Search around the web for a good guide on making a decent nLite ISO with minimal system requirements. My disk is down to about 95MBb in size, but it can go much further lower in size, this is just with some of the minor stuff removed.
9.When finished copy the WinXP ISO to your PS3 either by USB stick, iPod, burning the ISO file to a disc (the actual ISO file not an image from ISO), or whatever means you got.
10.Copy the ISO in the “Windows�� folder you made on the desktop, this should be the same folder as xp.img
11.Rename it to something simple such as xpinstallcd.iso
12.Open the Windows Folder, right click, click open terminal here
13.Type “qemu -cdrom xpinstallcd.iso -hda xp.img -m 64M -boot d�� . Note the 64 is the amount of RAM you would like to reserve for Qemu, remember you’re running Linux already and more isn’t always better
14.A new window should open running a virtual machine (emulation) of an Intel x86 Processor which can run WinXP
15.After Windows XP is installed all you need to do to run XP is to type “qemu -hda xp.img -m 64M��
16.BONUS: To transfer files to Windows XP, first make an ISO of the files with a tool such as PowerISO, MagicISO, etc
17.Copy the ISO file to your PS3 and put it in your Windows folder on your desktop, and mount it as a CD-ROM. Here’s what the command may look like: “qemu -cdrom my_files.iso -hda xp.img -m 64M��
18.Copy the files off your CD drive in XP
--------------------------------------------------------------------------------------------------------------------
Ok so now that we are running on XP...everyone knows theres a ps2 emulater for windows !! so....
go on youtube or google on your ps3 and type in ps2 emulater download it on your ps3 pop in a ps2 game or .iso and and play it and there is how to play ps2 games on your ps3!! :P:P
Last edited by hacking ginger (2009-08-05 08:07:15)
Offline
alot of easier methods
Offline
it NOT HACKING IT ANYWAY
you just installing Linux and using Quemu 0.9.1 to get Xp and the ps2 emulator to run
with is something the ps3 CAN do
also
why was you time
to play it SLOW as hell
and the ps2 emulator is NOT GOOD AT ALL
an
the otherOs on the PS3 is like emulator, right,
so is like emulating an emulator on a emulator, it WILL BE SLOW
if you need to play ps2 games
buy a REAL $99.99 ps2 and soft mod it
Last edited by Ryu (2009-08-05 09:30:50)
Offline
wow, some people have far to much time on their hands, if your that desperate do what "Ryu" said and buy a PS2. You'll get better GFX of the PS2 for PS2 games any way.
Offline
That's re-tard-ED... An emulator is not a HACK, in any way, shape or form. Since the title OF this thread is HACK, and is it NOT:
*CLOSED*
Offline
Topic closed
Pages: 1