Enlace al video: http://blip.tv/file/3221208
Ya expliqué como compilar remotejoy y usbhostfs para Linux, pero debo admitir que puede ser algo tedioso porque tienes que bajar el SDK de la PSP, y después de todo ese proceso el desempeño no es el mejor que se diga (de hecho alguno juegos ni siquiera inician). Pero no te desanimes, porque tienes otra opción: remotejoy y usbhostfs for Linux using iRShell 5.
Requisitos
- Debes instalar iRShell 5 primero. Si no lo tienes instalado aun, revisa el artículo Instalación de iRShell 5
- Configurar en iRShell 5 la opción Display Redirect to PC via usbhost0
- Debes instalar el siguiente paquete para mostrar remotejoy apropiadamente:
aptitude install libsdl-sge
Instalación y uso de RemoteJoy
- Descarga el archivo usbhostfs18 y el RemoteJoy. (enlaces alternos usbhostfs1.8 y RemoteJoy)
- Descomprímelos en tu computadora, por ejemplo, en tu directorio de usuario.
- Ahora abre un terminal como root y ve a la carpeta donde descomprimiste el archivo, digamos tu directorio de usuario. Una vez allí escribe lo siguiente:
./usbhostfs18
- Abre oro terminal como un usuario regular (no root) y ve a la capeta donde descomprimiste los archivos, por ejemplo tu carpeta de usuario. Una vez allí escribe lo siguiente:
./rj_resize_mod -c -d
- Conecta la PSP al puerto USB.
- En tu PSP, lanza el iRShell y selecciona en el menú la opción Toggle USBHost.
- A disfrutar !!
Planeta Linux
#1 by Deniz Cetin on 03/03/2010 - 1:13
Dude, awesome tutorial, thank you!
But I’ve got one problem- I have a black screen- take a look at this screenshoot:
http://www4.pic-upload.de/03.03.10/lcr2zviu8pen.png
What am I doing wrong? CFW 5.00m33-6, PSP S&L, Linux Ubuntu 9.10 x86, I’ve activated “Toggle OSBHost” but there’s still a blackscreen- and nothin’ works x)
Thank ya,
- Deniz
#2 by Luis Gallardo on 03/03/2010 - 2:46
@Deniz Check all this:
1) Make sure you’ve installed libsdl-sge:
2) I think you are running more than one instance of the usbhostfs18. The “Bind: Address already in use” warning says so (maybe you’ve run it before and one process remains). If it’s the case, kill those processes (killall -9 usbhostfs18) and run it again just once.
3)Maybe the sudo command it’s not enough for grating rights to usbhostfs18. Try logging as root first ( sudo su – ) , and the running usbhoistfs18.
Keep me posted if the problem persists…
#3 by Tim Terboss on 24/03/2010 - 9:01
remotejoy remain a black a screen and I’m not sure why everything seem right http://i184.photobucket.com/albums/x79/LangrisserKnight/remotejoy.png Could a phat psp be a part of the problem any help would be appreciated.
#4 by Luis Gallardo on 24/03/2010 - 11:57
@Tim Terboss Make sure you’ve installed libsdl-sge:
#5 by Sam on 07/04/2010 - 1:55
You have to enable “Display Redirect to PC via usbhost0″ in the IRSHELL Configuration for this to work.
#6 by Luis Gallardo on 07/04/2010 - 4:13
@Sam Yes, you have to set that option on iRShell. Thanks for the tip (I put it as a requisite)
#7 by fanhe on 15/05/2010 - 1:00
Excuse me, I can not download the usbhostfs and remotejoy via your link, can you send me an e-mail with attachment or upload to rapidshare?
Thanks very much!
#8 by Luis Gallardo on 15/05/2010 - 6:19
@fanhe I put alternative links
#9 by fanhe on 15/05/2010 - 6:55
Thanks very much!!!!!
#10 by Luis Gallardo on 15/05/2010 - 3:07
@fanhe You are welcome
#11 by arb on 03/06/2010 - 3:03
que bueno que alguien tiene mirrors a los binarios, pense que ya no los encontraria por ningun lado, muchas gracias!
#12 by Luis Gallardo on 03/06/2010 - 9:13
@arb De nada. No sé que pasó con la página de iRShell, aunque ya pasó una vez y volvieron
#13 by arb on 17/06/2010 - 6:42
en serio? es un alivio un poco, ahora no puedo usar irshell con el Peace walker, supongo que tendra los mismo que los GTA y no lo van a solucionar, si no me equivoco, la pagina de iRShell tiene 2 meses ya de estar off-line. espero que vuelvan y que actulizen los binarios para linux.
#14 by Luis Gallardo on 17/06/2010 - 9:20
@arb Hay juegos que no cargan con el RemoteJoy activo, o que tienes que usarlo después de cargar la partida…iRShell estuvo inactiva por un tiempo hasta que sacaron el iRShell 5. Esperemos que su autor siga desarrollando cosas nuevas!!
#15 by Chris on 28/07/2010 - 12:21
I followed the steps, but when I go to run the remotejoy, I just get this error:
./rj_resize_mod: error while loading shared libraries: libSGE.so.0: cannot open shared object file: No such file or directory
I’ve installed libsdl-sge.
Any idea why?
#16 by Luis Gallardo on 28/07/2010 - 1:38
@Chris check thta it was installed by typing in a terminal:
You should get something like:
The “i” stands for ” installed”!!
#17 by Chris on 29/07/2010 - 6:18
It was installed, but I realised I’m on a 64-bit distro, so it wouldn’t be able to find the libraries.
Fixed it by using Getlibs to install the 32-bit libs, and it works fine now!
#18 by Luis Gallardo on 29/07/2010 - 7:52
@Chris Thanks for sharing the tip
#19 by pba0 on 18/08/2010 - 7:25
I have installed everything and the RemoteJoySDL window pops up.
However IRShell keeps saying “Error: Can’t connect to USB Host” when I try to toggle.
#20 by Luis Gallardo on 18/08/2010 - 8:30
@pba0 Did you run usbhost as well? Check out the video and follow the directions, step by step!!