Search found 3 matches

by powARman
Mon Nov 27, 2006 7:42 am
Forum: PSP Development
Topic: Wi-Fi in User Mode
Replies: 5
Views: 5034

I tried it on 271SE-B'', startet from GAME271 directory, so it runs in 2.x mode. I can successfully connect to my access point using WPA, so its definitely 2.x, cause 1.5 does not support WPA. This is the litte program I used, I build it with "make all" using standard pspsdk Makefile: #inc...
by powARman
Sun Nov 26, 2006 7:41 pm
Forum: PSP Development
Topic: problem installing SDL: cannot find input file: Makefile.in
Replies: 5
Views: 2930

specify WANT_AUTOMAKE=1.9 when running autogen.sh

Code: Select all

WANT_AUTOMAKE=1.9 ./autogen.sh
by powARman
Sun Nov 26, 2006 1:23 am
Forum: PSP Development
Topic: Wi-Fi in User Mode
Replies: 5
Views: 5034

I just tried it and it works. Instead of the pspSdkLoadInetModules() use the following: if &#40;sceUtilityLoadNetModule&#40;PSP_NET_MODULE_COMMON&#41; < 0&#41; &#123; printf&#40;"Error, could not load PSP_NET_MODULE_COMMON\n"&#41;; sceKernelSleepThread&#40;&...