WLAN Sample - Doesn't connect

Discuss using and improving Lua and the Lua Player specific to the PSP.

Moderators: Shine, Insert_witty_name

Post Reply
Venen
Posts: 1
Joined: Wed Jun 13, 2007 1:11 am

WLAN Sample - Doesn't connect

Post by Venen »

Hi all,
when i use the WLAN sample it doesn't connect. It shows:

Code: Select all

available connections:

my conneczion

using first connection...
open server socket...
waiting for WLAN init and determining IP adress...
I waited 10 minutes and nothing happend.
Does it matter whether the WLAN is secrured? This has WLAn has WPA. I set the password in XMB menu, but the WLAN sample doesn't connect.

Venen
emcp
Posts: 14
Joined: Mon Feb 26, 2007 8:16 am

Post by emcp »

im 99% sure that your on 3.03oe-c

theres a problem with 3.03oe-c which doesnt allow you to connect to wlan try using luaplayer 0.15 and that will work anything above wont
infidel
Posts: 3
Joined: Mon Jun 04, 2007 10:02 am

Post by infidel »

Replace:

Code: Select all

Wlan.useConnectionConfig(1)
with

Code: Select all

Wlan.useConnectionConfig(2)
and try again. If it works, from on now do the selected connection index + 1.
Post Reply