[SOLVED] Problem with pspsh and resetting PSPLink.

Discuss the development of new homebrew software, tools and libraries.

Moderators: cheriff, TyRaNiD

Post Reply
ColeZero
Posts: 4
Joined: Mon May 26, 2008 3:55 am

[SOLVED] Problem with pspsh and resetting PSPLink.

Post by ColeZero »

i can start pspsh and it works i can shutdown my psp or get debug information but if i try the command "reset vsh" my psp restarts, but not the way it should.
It simply returns to the black screen with the greetings text from PSPLink. So my psp goes of and back on with the "PSPLink Bootstrap TyRaNiD...." - text.
But nothing happens in my pspsh shell, it says : Resetting psplink and thats it. Nothing more, the cursor stays on an empty line and i cant excute any commands, i mean i can execute them, but nothing happnes. So i need to reboot my psp.

Hopefully you understand me, because my english is not the best, thou.
What for informations to you need?

greetings.
Last edited by ColeZero on Fri May 30, 2008 2:21 am, edited 1 time in total.
Insert_witty_name
Posts: 376
Joined: Wed May 10, 2006 11:31 pm

Post by Insert_witty_name »

You need to start vshmain.prx too.

Like so...

Code: Select all

host0:/> reset vsh
Resetting psplink
ldstart flash0:/vsh/module/vshmain.prx
host0:/> ldstart flash0:/vsh/module/vshmain.prx
Load/Start flash0:/vsh/module/vshmain.prx UID: 0x04DF8C35 Name: vsh_module
ColeZero
Posts: 4
Joined: Mon May 26, 2008 3:55 am

Post by ColeZero »

yeah thats the problem, i can't execute "ldstart flash0:/vsh/module/vshmain.prx".
After typing "reset vsh" my psp restarts with a black screen and the "PSPLink Bootstrap "- Text and this is what the shell says:

Code: Select all

host0:/> reset vsh
Resetting psplink
nothing more.
if i now type "ldstart flash0:/vsh/module/vshmain.prx" and press enter nothing happens.


[/code]
Insert_witty_name
Posts: 376
Joined: Wed May 10, 2006 11:31 pm

Post by Insert_witty_name »

When you start usbhostfs, try starting it like so:

Code: Select all

usbhostfs -t 10
This sets the timeout value.
bullcrap0
Posts: 3
Joined: Thu Apr 17, 2008 10:32 am

Post by bullcrap0 »

I have a somewhat related problem. When I try 'ldstart flash0:/vsh/module/vshmain.prx' i get an error 0x8002013C. Any idea what might be causing this?
ColeZero
Posts: 4
Joined: Mon May 26, 2008 3:55 am

Post by ColeZero »

UPDATE: I now it works. I simply restarted usbhostfs and after that pspsh...now it works. Thanks anyway.
Post Reply