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 > What is changed in the new devkit/wifilib

#120959 - HtheB - Wed Mar 07, 2007 6:57 pm

Well..

I got some major problems with beup.

Since devkit is updated.. I couldnt compile beup :)
That is being fixed now :)
but it will stay at "doing handshake" part..

So what I want to know is: what is changed at the devkitpro/wifilib?

Beup used wifilib 0.3c before..

:)

Well... anyone guys? :(
(on the other hand.. DLDI works fine.. since it saves the the login info on the DS :) )


EDIT: @moderators: please place this post to the DS development topic
_________________
check out my projects:
http://www.HtheB.com
Donations are welcome ^^

#120974 - simonjhall - Wed Mar 07, 2007 10:27 pm

I had wifi problems too, but they were easy enough to fix.
Is the ARM9 wifi not talking to the ARM7 (during the wifi init step)?

If that's the problem, I took the new ARM7 template and added all the wifi init and FIFO code but I missed one vital line:
REG_IPC_FIFO_CR = IPC_FIFO_ENABLE | IPC_FIFO_SEND_CLEAR;
...once I added that I was fine!
_________________
Big thanks to everyone who donated for Quake2

#121039 - HtheB - Thu Mar 08, 2007 11:20 am

No that is not the problem..
I can connect to the router etc.

But It wont send/receive data......

That's my problem :(
_________________
check out my projects:
http://www.HtheB.com
Donations are welcome ^^