| View previous topic :: View next topic |
| Author |
Message |
hrimfaxi
Joined: 23 Nov 2006 Posts: 22
|
Posted: Wed Oct 24, 2007 12:07 am Post subject: loading usb.prx returns 0x80020139 |
|
|
A PSP slim (3.60M33):
| Code: |
kuKernelLoadModule("flash0:/kd/usb.prx", 0, NULL);
|
returns 0x80020139(SCE_KERNEL_ERROR_EXCLUSIVE_LOAD)
Even it's only module in the program. Is this module a legacy from 1.50 firmware?
And
| Code: |
sceUsbStart(PSP_USBBUS_DRIVERNAME, 0, 0)
|
always(with/without usb.prx) returns 0x80243001. |
|
| Back to top |
|
 |
sakya
Joined: 28 Apr 2006 Posts: 190
|
|
| Back to top |
|
 |
moonlight
Joined: 26 Oct 2005 Posts: 567
|
Posted: Wed Oct 24, 2007 2:08 am Post subject: |
|
|
Do you realize that usb.prx is already loaded at system boot?
It can't be loaded again. One of module flags attributes is to avoid other module of same name to be loaded, thus the "exclusive" error.
Btw, can you reduce your avatar size? It makes the page larger... |
|
| Back to top |
|
 |
|