gbadev.org forum archive

This is a read-only mirror of the content originally found on forum.gbadev.org (now offline), salvaged from Wayback machine copies. A new forum can be found here.

DS development > Wifi_AutoConnect() broke ? SOLVED !

#121233 - qw3rty - Sat Mar 10, 2007 5:47 pm

Hi, I'm trying to use the newest wifi-lib (0.3d , CVS updated today)

I'm using wifi-example1 as base of my wifi-code.
The initialization seems to work, but when I try to connect via Wifi_AutoConnect, the associate-status stays at "searching".

I can't evenget the unchanged wifi_example1 to connect.
Any idea what's wrong ?

EDIT : I just tried to compile the regular wifi_lib_test, with the same results.
No matter which mode (manual connect, connect using wfc-data, etc) I choose, It always stays at searching. :(


Last edited by qw3rty on Sat Mar 10, 2007 8:29 pm; edited 1 time in total

#121250 - DekuTree64 - Sat Mar 10, 2007 8:18 pm

Have you tried connecting with an official wifi game, or an old version of wifilib? Would be helpful to know for sure that the new lib is the problem.
_________________
___________
The best optimization is to do nothing at all.
Therefore a fully optimized program doesn't exist.
-Deku

#121253 - qw3rty - Sat Mar 10, 2007 8:28 pm

I solved my problem.

I was transfering the binary with wifitransfer, and directly booted the bin from wifitransfer.
It seems that the hardware isn't properly reset by wifitransfer, and hence the wifilib didn't work.

So it was my fault, not the libs :P