Proyecto de Guía para configurar Playstation 2 Linux y Preguntas Frecuentes

Aquí descargan la Guía para configurar Playstation 2 Linux



Bien ahora Las Preguntas Frecuentes sobre Linux Debian para Playstation 2

1*Como puedo escuchar mp3s?
2*Como puedo ver DVDs en Linux?
3*Como puedo reproducir archivos mpeg/divx ?
4*Como puedo jugar al xmame?
5*Como puedo jugar otros emuladores?
6*Como puedo jugar juegos de PS2 en Linux?
7*Como hago un ejecutable native PS2 ?
8*Como hago para ejecutar programas de MS Windows ?
9*Como hago para hacer funcionar Wine?
10*Como ejecuto SETI@home?
11*En que webs puedo aprender de PS2 Linux?
12*Cuando la primera vez que prendí mi PS2, mi monitor se volvió inestable un momento. Que hay con eso?
13*Como hago para saber si tengo un monitor compatible?
14*Como instalo PS2 Linux sin un monitor de PC?
15*Como ejecuto PS2 Linux en una TV?
16*Yack! Comandos Prompt! Eso no lo tiene Windows! Cuales son los comandos que puedo usar?
17*Porque no tengo acceso al archivo con un nombre largo?
18*Hay alguna manera de trabajar con mas de un Prompt a la vez? Necesito cambiar atrás y adelante entre 2 y + directorios repetidas veces.
19*Como evito tipear la misma linea una vez tras otra?
20*Como novato; Soy alergico a la linea de comandos prompt. Como hago para obtener algo de entorno gráfico?
21*Como hago para instalar RPMs del CD?
22*Entonces como hago para montar el CD?
23*Como hago para desmontarlo?
24*Como hago para obterner archivos de mi PC para mi PS2?
25*Como hago para compartir el Network de la PS2 con un Sistema opertivo Windows?
26*Como hago para tener acceso a Internet?
27*Donde esta el IRC chat de Ps2 Linux?



1*Como puedo escuchar mp3s?
Well, you can try downloading xmms or mpg123. Many other players use x86 asm,
which won't work on the PS2.

2*Como puedo ver DVDs en Linux?
You can't. It is disabled in the RTE. The drive is largely inaccessable while
running Linux. You have to use the regular PS2 bios browser to watch DVDs.

If you are bored, you can try mounting a usb DVD player. However, normal Linux
doesn't have much in the way of DVD programs that actually work. PS2 Linux will
have even more problems because any player optamized with x86 code will not work.
Basically, you would have to be a Linux guru to get it to work.

3*Como puedo reproducir archivos mpeg/divx ?
mplayer is working, kind of. I suggest waiting a week or so for someone to make
an easy-to-use ps2 binary.
You can try smpeg at http://playstation2-linux.com/projects/cfyc, which
also requires SDL at http://playstation2-linux.com/projects/libsdl


4*Como puedo jugar al xmame?
We are working on it. Just wait a bit. :> You want something that can at least
pretend to run easily/fast, right?

5*Como puedo jugar otros emuladores?

Well, alot of emulators have x86 asm for speed reasons. Any such program (emu
or otherwise) will not work. Any C/C++ only emu meant for Linux might run,
but it could be slow.

6*Como puedo jugar Juegos de Ps2 en Linux?
They aren't made to work with Linux, and Linux isn't made to work with them.
Remember, the PS2 has only 38MB ram. :P It is impossible.

7*Como hago un ejecutable nativo de PS2?
More info on that will be available as people mess with the kit. You can make
an ELF binary and run it off a memory card with the RTE disk. However, it will
never work alone, you need the Linux RTE disk. IOW, you can't make programs to
give to all your friends.

8*Como hago para ejecutar programas de MS Windows ?
In normal Linux, you would use Wine.

9*Como hago para hacer funcionar Wine?
You have to do a massive re-write. :P Unfortunately, Wine depends on being
run on an x86 processor. PS2 doesn't have an x86 cpu.

10*Como ejecuto SETI@home?
SETI@home is not an opensource program. You only get to run it if the SETI@home
people make a binary for PS2 Linux. Remember, you can't use Wine to make it work.

11*En que webs puedo aprender de PS2 Linux?

http://www.linuxheadquarters.com/howto/index.shtml
http://www.linuxnewbie.org
http://www.ibiblio.org/pub/Linux
http://playstation2-linux.com/

12*Cuando la primera vez que prendí mi PS2, mi monitor se volvió inestable un momento. Que hay con eso?

Assuming that you are using a compatible monitor, that craziness is temporary.
The PS2 booting logo always is outputted in a TV formatted signal. When the PS2
starts running the actual RTE(Run-Time Environment) you will get your standard
monitor signal.

13*Como hago para saber si tengo un monitor compatible?

Well, you can plug it in and see what happens. :> Or you can go check
against the online database http://playstation2-linux.com/sog.php

14*Como instalo PS2 Linux sin un monitor de PC?
http://playstation2-linux.com/files/cfyc/HOWTO_blindly_install_ps2linux.html

15*Como ejecuto PS2 Linux en una TV?
The easy way is to put the TV mode as your default. Edit the file
/mnt/mc00/p2lboot.Opt and change:
Display=vga
to
Display=ntsc

or
Display=pal

You also need to start x with

startx -- -screen 0 NTSC
or
startx -- -screen 0 PAL

16*Yack! Comandos Prompt! Eso no lo tiene Windows! Cuales son los comandos que puedo usar?

Some basic commands:
alias cat cd chmod find grep gunzip kill ls man mkdir more mv ps pwd rm su
tail tar vi which

Use the manual command to learn about the specific commands.
man ls would tell you about the ls command (it lists files/directories).

17*Porque no tengo acceso al archivo con un nombre largo?

Linux is case sensative. Be sure to get the case on ALL letters correct.
Tab is a wonderous thing. If you've typed enough of a file name to make it
unique (so that only one file would match *) and hit tab,
Linux will fill the rest in for you. :) It's the thing to use when installing
stuff from RPMs.

18*Hay alguna manera de trabajar con mas de un Prompt a la vez? Necesito cambiar atrás y adelante entre 2 y + directorios repetidas veces?

Alt+F1 to F6 are virtual consoles. For example, you can press Alt+F2 to swtich
to virtual console 2, (aka tty2).


19*Como evito tipear la misma linea una vez tras otra? Use the command line history! :> Press the up arrow to see you last command,
press it again to see the previous previous command. Down arrow goes the other
way. Press return to execute the command.

To see the whole command history use the command

history

To execute a command from the history use

!

Replace with the number of the command (eg. !34) .
Also, !! repeats the last command.

20*Como novato; Soy alergico a la linea de comandos prompt. Como hago para obtener algo de entorno gráfico?

You want to get into KDE, a graphical Linux interface.

Type sdr on the command prompt. Use the tab key to change columns (don't press
other buttons or you can mess up other settings). When you are on the right
column, use the arrow keys to select KDE.

Then hit q to quit, y and return to save changes. Then type startx will load KDE.

21*Como hago para instalar RPMs desde el CD?
Mount the 2nd linux cd and run:
rpm -i /mnt/cdrom/scei/rpms/(whatever).rpm

However, you should install Linux with 'Everything' selected so that you get all
the needed RPMs. It is alot easier this way, and with 40GB there is pleanty of room.

22*Entonces como hago para montar el CD?

You will mount in UDF mode to get long filenames.
type
su
to become root if you aren't and then:
mount -t udf /dev/ps2cdvd /mnt/cdrom

23*Como hago para desmontarlo?

umount /mnt/cdrom

24*Como hago para obterner archivos de mi PC para mi PS2?
Use that network adapter! Share files over the network. :>

25*Como hago para compartir el Network de la PS2 con un Sistema opertivo Windows?
First, you need a shared folder/drive on your Windows machine.
My Computer->Control Panel->Network->File and Print Sharing.
Select that you want folders to be shared.
Now you have to make a specific folder(s) shared. Right click the
folder/drive icon that you want to make shared. Now click Properties.
Hit the Sharing tab, and select Share As.
Give the folder a name and password. (the password is important; leave it out
and people can get on your hd from the internet!)

You also need to know your computer's name.
My Computer->Control Panel->Network->Identification tab

Now, on the PS2 side, on the command line type:
smbclient -L //
That should list the shared folders.
smbclient -N ///
Then you can use:
cd , ls, ls , get , put

26*Como hago para tener acceso a Internet?
If you have the network set up, you can use the text-based browser lynx.
On the command prompt type
lynx (url)

Or, if you actually want graphics, type kfm on the command line while in kde.
Now you can type urls in the kde windows just like you can type filenames.



27*Donde esta el IRC chat de Ps2 Linux?
Server: irc.openprojects.net
Channel: #PS2Linux
Epic, an irc client that will run on the PS2, can be found at
http://playstation2-linux.com/projects/cfyc

by Richard Jackson
tiene buena pinta, esta guia debe estar orientada para ps2linux, pero supongo q podre aprovechar alguna cosilla..jeje

por cierto lo del mplayer para ver videos... creo q nanai...

saludos!
1 respuesta