| View previous topic :: View next topic |
| Author |
Message |
e_boris
Joined: 19 May 2007 Posts: 25
|
Posted: Sun May 20, 2007 4:48 pm Post subject: sceUtilityCheckNetParam fails all the time |
|
|
On my PSP (FW 3.10OE-A’), I cannot find any network configure preset by sceUtilityCheckNetParam, it returns non-zero all the time. I tried all possible config_id to feed sceNetApctlConnect, it always returns 0x80110601 (PSP_NETPARAM_ERROR_BAD_NETCONF).
But the build-in web browser works correctly. Then I found all 1.50 homebrews cannot enumerate network configure preset either including irShell and PimpStream. And the PSPPet’s WIFI example code (wifisimp03) also fails due to the same 0x80110601 problem.
On the other hand, I found 3.10 Homebrew, which has to be copied in \PSP\GAME310 folder, works correctly such as PSPRadio and Wifile Transfer. Network configure preset can be enumerated and successfully connected. Unlucky, I cannot find source code of Wifile and get lost in PSPRadio’s huge source tree.
Anyone has any idea on the problem?
and also how can I make a 3.10 Homebrew? Simply placing 1.50 homebrew to GAME310 folder dose not work. XMB says failed to load (80020148).
Thx a lot in advance.
Last edited by e_boris on Sun Jun 03, 2007 5:10 pm; edited 2 times in total |
|
| Back to top |
|
 |
gambiting
Joined: 17 Aug 2006 Posts: 154
|
Posted: Sun May 20, 2007 5:38 pm Post subject: |
|
|
| The possible problem is that you have WEP/WPA encryption on your connections,and thus your program can't use them.Try to delete all your connections,make a dummy one,with ip,dns set,without encryption,and see if it works. |
|
| Back to top |
|
 |
e_boris
Joined: 19 May 2007 Posts: 25
|
Posted: Sun May 20, 2007 9:33 pm Post subject: |
|
|
| I did not use any encryption on my AP settings, I use MAC filtering for security. and also I tried static IP and DHCP settings. However those help nothing. |
|
| Back to top |
|
 |
gambiting
Joined: 17 Aug 2006 Posts: 154
|
Posted: Mon May 21, 2007 12:33 am Post subject: |
|
|
| So I guess that 3.10 uses some diffrent system call for network(not sceUtilityCheckNetParam).Keep looking on forums,maybe someone already solved that problem... |
|
| Back to top |
|
 |
Insert_witty_name
Joined: 10 May 2006 Posts: 376
|
Posted: Mon May 21, 2007 1:25 am Post subject: |
|
|
| Try deleting your connections on your PSP completely and enter them again. |
|
| Back to top |
|
 |
e_boris
Joined: 19 May 2007 Posts: 25
|
Posted: Mon May 21, 2007 3:47 am Post subject: |
|
|
I just deleted all connection presets and reboot. Then create a new connection by scanning my AP. The problem remains the same. Since psppet's example code fails in the same way, I believe it may be something different on FW3.10.
Thanks gambiting and Insert_witty_name, I just keep looking. |
|
| Back to top |
|
 |
SamuraiX
Joined: 31 Jan 2006 Posts: 76 Location: USA
|
Posted: Mon May 21, 2007 5:41 am Post subject: |
|
|
I was having the same problem until I read this thread....
But I'm on 3.40 OE. Seems strange as It used to work without any issues on 2.71 OE. Then when I upgraded to 3.40 OE upgrade my code stopped working properly....
Which then required me to delete them all and re-enter AP's again. Perhaps something is getting corrupt in the access point tables during an OE upgrade? |
|
| Back to top |
|
 |
Insert_witty_name
Joined: 10 May 2006 Posts: 376
|
Posted: Mon May 21, 2007 6:21 am Post subject: |
|
|
| SamuraiX wrote: | I was having the same problem until I read this thread....
But I'm on 3.40 OE. Seems strange as It used to work without any issues on 2.71 OE. Then when I upgraded to 3.40 OE upgrade my code stopped working properly....
Which then required me to delete them all and re-enter AP's again. Perhaps something is getting corrupt in the access point tables during an OE upgrade? |
It was the same for me, that's why I suggested it as a solution.
Maybe something changed slightly across the firmwares (regardless of OE). |
|
| Back to top |
|
 |
e_boris
Joined: 19 May 2007 Posts: 25
|
Posted: Mon May 21, 2007 3:44 pm Post subject: |
|
|
| Quote: | | just deleted all connection presets and reboot. Then create a new connection by scanning my AP. The problem remains the same. Since psppet's example code fails in the same way, I believe it may be something different on FW3.10. |
I delete AP setting entries one-by-one in XMB's network settings. and then create an new one, am I right? But I still can not retrieve the AP tables. |
|
| Back to top |
|
 |
e_boris
Joined: 19 May 2007 Posts: 25
|
Posted: Sun Jun 03, 2007 5:00 am Post subject: |
|
|
I am turing to build a homebrew like wifile transfer does, which runs only in GAME310 folder. But XMB always says it can not start the game due to 80020148 error code.
Can anyone helps me? Thanks a lot |
|
| Back to top |
|
 |
|