| View previous topic :: View next topic |
| Author |
Message |
Venen
Joined: 13 Jun 2007 Posts: 1
|
Posted: Wed Jun 13, 2007 1:29 am Post subject: WLAN Sample - Doesn't connect |
|
|
Hi all,
when i use the WLAN sample it doesn't connect. It shows:
| Code: | 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 |
|
| Back to top |
|
 |
emcp
Joined: 26 Feb 2007 Posts: 14
|
Posted: Sat Jun 23, 2007 6:10 am Post subject: |
|
|
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 |
|
| Back to top |
|
 |
infidel
Joined: 04 Jun 2007 Posts: 3
|
Posted: Sun Jun 24, 2007 10:13 am Post subject: |
|
|
Replace:
| Code: | | Wlan.useConnectionConfig(1) |
with
| Code: | | Wlan.useConnectionConfig(2) |
and try again. If it works, from on now do the selected connection index + 1. |
|
| Back to top |
|
 |
|