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 Flash Equipment > Is the RT2561 chipset supported by WifiMe ?

#94050 - ckudige - Sat Jul 22, 2006 6:31 pm

I just bought a nintendo DS and I am trying to load Linux on it via WifiMe.
I bought a supported PCI Wifi card (D-Link DWL-G510 rev C1) but the driver rt2560_driver_1_0_0_8 does not start (gives an error 10).

I ran PCITree and looks like the Vendor ID/Device ID is
1814:0302 (This seems to be the right ID for RT2561 chipset).

Does anyone know if this device is supported ? Can I get the source code
for the driver so I can fiddle with it ?

Any pointers appreciated.

Thanks in advance,
/Kudige

#94138 - dshacker - Sun Jul 23, 2006 8:30 am

currently, the rt2561 is not supported by wifime.

#94146 - dualscreenman - Sun Jul 23, 2006 11:42 am

Yes, currently only the non-usb 2000 and 2500 chipsets are compatible.
_________________
dualscreenman wrote:
What about Gaim DS? Gaim pretty much has support for all IM programs.
tepples wrote:
"Goshdammit, the DS is not a Gaim-boy! It's a third pillar!"

#94238 - masscat - Mon Jul 24, 2006 12:11 am

If you use the linux wmb host you maybe able to use the RT61 driver from here. I do not know if this works though (no hardware so have not tested it).

#94270 - ckudige - Mon Jul 24, 2006 5:04 am

Thanks folks.

I just returned the D-Link card and bought myself a Linksys WMP54G.
I made the store assistant search for the "oldest" box (based on the serial number), and guess what, it is indeed the right one!

But now I realised that nintendo DS is not compatible with the windows WMB, however the Linux libnifi based WMB seems promising.

I am just trying to set this up. BTW, is anyone bothered that there is no working WMB on windows for DS Lite (or for that matter a windows WMB with sources?)

I am thinking of porting the libnifi to windows, does anyone have any opinions ? (There could be other todo's I can make myself useful with!)

Regards,
/Kudige

#94285 - HyperHacker - Mon Jul 24, 2006 7:03 am

There should always be multiple programs to do any given job, in case one doesn't work for someone. WMB not working for Lite owners is a good example of this.
_________________
I'm a PSP hacker now, but I still <3 DS.

#94318 - masscat - Mon Jul 24, 2006 10:50 am

ckudige wrote:
But now I realised that nintendo DS is not compatible with the windows WMB, however the Linux libnifi based WMB seems promising.

I am just trying to set this up. BTW, is anyone bothered that there is no working WMB on windows for DS Lite (or for that matter a windows WMB with sources?)

I am thinking of porting the libnifi to windows, does anyone have any opinions ? (There could be other todo's I can make myself useful with!)

I believe libnifi is no longer being maintained and it is not as complete (it cannot do wifime for example) as the linux wmb host I developed. If you do fancy porting a linux wmb host I would suggest you port my one (source code is available on my website).
The OS/platform specific parts (wifi and file access) of the code are seperated out to make porting easier (I have ported the code to DS linux and native nds - both not working for varying reasons). So it should not be too much work to port to Windows.

#94533 - ckudige - Tue Jul 25, 2006 6:32 am

Hi masscat,

That sounds pretty good. Where is your website ?

/Chandan

#94557 - masscat - Tue Jul 25, 2006 10:12 am

ckudige wrote:
Hi masscat,

That sounds pretty good. Where is your website ?

/Chandan

You can click the WWW button under one of my posts or go through this link.

#94574 - ckudige - Tue Jul 25, 2006 12:20 pm

Oops, didnt realise that!

Neat, I really like this version better. Yeah, I found some bugs in libnifi, infact it couldnt download half the E3 demos!

With your wmb I can now download all the demos to my DL Lite. Cool!

I think I will get this version ported, esp. since all the platform related code is already separated out.

Thanks!