loading usb.prx returns 0x80020139

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

Moderators: cheriff, TyRaNiD

Post Reply
hrimfaxi
Posts: 20
Joined: Thu Nov 23, 2006 5:40 pm

loading usb.prx returns 0x80020139

Post by hrimfaxi »

A PSP slim (3.60M33):

Code: Select all

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: Select all

sceUsbStart(PSP_USBBUS_DRIVERNAME, 0, 0)
always(with/without usb.prx) returns 0x80243001.
sakya
Posts: 190
Joined: Fri Apr 28, 2006 5:48 pm
Contact:

Re: loading usb.prx returns 0x80020139

Post by sakya »

Hi! :)

Read here:
http://forums.ps2dev.org/viewtopic.php?t=9181

Ciaooo
Sakya
moonlight
Posts: 567
Joined: Wed Oct 26, 2005 7:46 pm

Post by moonlight »

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...
Post Reply