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 homebrew announcements > USB Wi-Fi to Nintendo Wi-Fi v1.04 Guide & Downloads

#64904 - Xtreme - Wed Dec 28, 2005 11:25 am

-----------------------------------------------------------------------
Already modified Nintendo Wi-Fi USB v1.04 drivers
-----------------------------------------------------------------------
What's new in version 1.04:
In this version, the below problems in the previous version 1.03 were fixed:

(1) The DHCP performance has been improved.
(2) The problem in which the wireless communication slowed down between DS units using the same USB connector has been fixed.



2007/08/26 - Added "Linksys WUSB54G" drivers, Thanks KayDat.
2006/05/28 - I made modified drivers for ASUS WL-167g, MSI US54G (MS-6861, MSI MS-6865, MSI MS-6869).
2006/05/25 - Minor guide typo fixed. Added version 1.04 drivers (all drivers are hex edited/updated by me).
2006/04/07 - Added Linksys WUSB54GP - Wireless-G (v4 only!)
2006/03/27 - Added Sweex LC100060 drivers, Download links fixed
2006/02/01 - I updated the 7-Zip packages!
YYYY/MM/DD - Y=year, M=month, D=day


You don't have to modify your drivers if your dongle is listed here:

Please do not link directly to these mirror files!
You can instead link directly to this forum thread. Thank you.


ASUS WL-167g
Download: Mirror 1 (Fast - Located in Europe) File size: 496KB

Belkin F5D7050 (v2000)
Download: Mirror 1 (Fast - Located in Europe) File size: 496KB

Buffalo WLI-U2-KG54
Download: Mirror 1 (Fast - Located in Europe) File size: 496KB

Buffalo WLI-U2-KG54-AI
Download: Mirror 1 (Fast - Located in Europe) File size: 496KB

Cnet CWD-854 Wireless-G (rev D)
Download: Mirror 1 (Fast - Located in Europe) File size: 496KB

Conceptronic C54RU
Download: Mirror 1 (Fast - Located in Europe) File size: 496KB

D-Link DWL-G122 (rev B1)
Download: Mirror 1 (Fast - Located in Europe) File size: 496KB

Gigabyte GN-WBKG
Download: Mirror 1 (Fast - Located in Europe) File size: 496KB

Linksys WUSB54G - Wireless-G (v4 only!)
Download: Mirror 1 (Fast - Located in Europe) File size: 496KB

Linksys WUSB54GP - Wireless-G (v4 only!)
Download: Mirror 1 (Fast - Located in Europe) File size: 496KB

MSI US54G (rev MS-6861, MS-6865, MS-6869)
Multipack (includes individual drivers for all those models).
Download: Mirror 1 (Fast - Located in Europe) File size: 519KB

Sweex LC100060
Download: Mirror 1 (Fast - Located in Europe) File size: 496KB



These files can be uncompressed with 7-Zip (Download).
-----------------------------------------------------------------------






-- TUTORIAL --
(Turning a USB Wi-Fi (Ralink) to Nintendo Wi-Fi)
Thanks goes to Krasny for his tutorial that this guide based on.

USB Wi-Fi with Ralink RT2500 chipsets will work with this tutorial. http://ralink.rapla.net



What we need:
* Ralink based USB Wi-Fi adapter
* Nintendo official USB Wi-Fi drivers
* Need to know the PID and VID of the USB device
* a Hex editor (XVI32 for example)

What we are doing is to edit these Nintendo USB driver files to get the Nintendo drivers support our own USB Wi-Fi adapter:
rt25usbap.inf
INST.INI
ICSAPI.DLL
SoftAP/DEVREMOVE.INI
SoftAP/ISCAPI.DLL
SoftAP/WIFICON.DLL


This tutorial uses one example PID & VID values, Please use the right values for your Wi-Fi USB.


-----------------------------------------------------------------------
Finding out the PID and the VID of the adapter
-----------------------------------------------------------------------

We need to know the PID and the VID of our device.
There are several forms to see it.

For example you can find it from your original drivers INI file.

It looks like this:
USB\VID_14B2&PID_3C02\5&39FED2B0&0&8
(that is from Conceptronic C54RU).

We only need that "VID_14B2&PID_3C02" part.

If we still have not installed Nintendo drivers Windows will show us the device as 802.11g WLAN Adapter (for example).


-----------------------------------------------------------------------
Download the drivers and needed software
-----------------------------------------------------------------------

First we need a Nintendo official Wi-Fi drivers (download the latest one).
Official (US) download site (versions up to 1.04)
Direct download link: Latest Wi-Fi driver

We also need a hex editor. I prefer the "XVI32".
http://www.chmaas.handshake.de/delphi/freeware/xvi32/xvi32.htm

When we have downloaded and uncompressed the files we install the xvi32.


-----------------------------------------------------------------------
Editing rt25usbap.inf file
-----------------------------------------------------------------------

We start with the rt25usbap.inf file.
Open the file with Notepad

We look for line that says:
%Ralink.DeviceDesc% = RALINK.ndi, USB\VID_0411&PID_008B

And we replace it with:
%Ralink.DeviceDesc% = RALINK.ndi, USB\VID_14B2&PID_3C02

Now we save and close that file.


-----------------------------------------------------------------------
Editing INST.INI file
-----------------------------------------------------------------------

Next we open the INST.INI with Notepad.

We look for:
[WINXP]
0,Nintendo Wi-Fi USB Connector
1,USB\VID_0411&PID_008B

We replace that with:
[WINXP]
0,Nintendo Wi-Fi USB Connector
1,USB\VID_14B2&PID_3C02

Then we look for:
NO_COMPLETE0=BUFFALO WLI-PCI-OP
NO_COMPLETE1=BUFFALO WLI-U2-KAMG54 Bootloader

And we replace that with:
;NO_COMPLETE0=BUFFALO WLI-PCI-OP
;NO_COMPLETE1=BUFFALO WLI-U2-KAMG54 Bootloader

Now we save and close that file.


-----------------------------------------------------------------------
Editing DEVREMOVE.INI file
-----------------------------------------------------------------------

Then we open the SoftAP folder and open the DEVREMOVE.INI with Notepad.

We look for:
[WLAN]
#WLA-U2-G54
PID0=USB\VID_0411&PID_008B

We will replace that with:
[WLAN]
#WLA-U2-G54
PID0=USB\VID_14B2&PID_3C02

And we save the file and close it.


-----------------------------------------------------------------------
Editing ICSAPI.DLL file
-----------------------------------------------------------------------

Now we will modify the other files with hex editor program.

We start XVI32.

File -> Open -> ICSAPI.DLL

Search -> Find...

(*) Text string
[ ] as Unicode Lation *uncheck*

Write: VID ]
And press "OK".

Look at the right window.
You see the same VID and PID string.
You need to click there and edit the values from:
USB\VID_0411&PID_008B
to:
USB\VID_04B2&PID_3C02

(That 0411 is the default Nintendo aka Buffalo string. Those Nintendo adapters are made by Buffalo.)

Next we do the same edit's for the ICSAPI.DLL and the WIFICON.DLL in the SoftAP folder. The process is exactly the same so I don't make any details about that.

Now the files are DONE!


-----------------------------------------------------------------------
Installing Wi-Fi USB adapter
-----------------------------------------------------------------------

If you have drivers installed for you adapter you need to remove them:

Uninstall the USB connector through the Device Manager:
* Make sure you have the USB Connector plugged into your computer.
* Click the Start button and select Control Panel.
* Click "System" and select the "Hardware" tab. Choose "Device Manager."
* Next to "Network Adapters," click the "+" to expand the list.
* If the USB Connector is in the list, right-click it and choose "Uninstall."

After it's done please remove the adapter.

Now you start the Nintendo USB setup.exe file in the drivers folder.
You will need insert the USB adapter when asked.
That should work.


-----------------------------------------------------------------------
FAQ
-----------------------------------------------------------------------

How do I uninstall the Nintendo Wi-Fi USB Connector software?

Please follow these steps on your computer to remove the Nintendo Wi-Fi USB Connector software:

1. Uninstall the USB connector through the Device Manager.

* Make sure you have the USB Connector plugged into your computer.
* Click the Start button and select Control Panel.
* Click "System" and select the "Hardware" tab. Choose "Device Manager."
* Next to "Network Adapters," click the "+" to expand the list.
* If the Nintendo USB Connector is in the list, right-click it and choose "Uninstall."
* Remove the adapter after it done.

2. Perform the DEVREMOV process.
* Make sure you have the USB Connector plugged into your computer.
* On your computer, click on the "My Computer" icon (found in the Start menu or sometimes on the desktop), and right click on your CD drive containing the Nintendo Wi-Fi connection Installation CD, and choose 'Explore.'
* Open "NintendoWFCReg/SoftAP." Within there, double-click the DEVREMOV.exe application.

During the course of running the DEVREMOV program, you will see three windows pop up successively.
* The first will have a series of question marks. Click "Yes."
* The second will have a picture of wires and lights moving on it while the DEVREMOV utility uninstalls the internet connection sharing for the Nintendo Wi-FI USB Connector. This will disappear on its own.
* The third will also have several question marks on it. Just click "Ok."
* At this point, remove the USB connector from your computer.

3. Check the "Programs" list and, if the "Uninstall" option for the connector is there, run this process.

* Click the Start button , and select "Programs."
* If the Nintendo USB Wi-Fi Connector is listed, click on the "Uninstall" program to remove it.

4. Check Add/Remove Software on the computer and, if listed, remove the USB connector.

* Click the Start button, and select Control Panel.
* Open "Add/Remove Programs."
* If listed, select the Nintendo Wi-Fi connector from the list, and click "Remove."
* Follow the prompts to uninstall the program.
* Reboot your computer to complete the uninstallation.



Credits:
Thank you PJ^_^, Mavromatis, RowanDDR, Njoy and Krasny for making older versions.
_________________
My Theme
DS Lite (FM_V8a) ** R4 Revolution (2GB Transcend) ** SuperCard Lite (2x 2GB Transcend)


Last edited by Xtreme on Sun Aug 26, 2007 7:42 pm; edited 44 times in total

#64905 - MaHe - Wed Dec 28, 2005 11:32 am

Really nice :)
What but what is actually better in 1.02?

#64911 - darkfader - Wed Dec 28, 2005 1:58 pm

Also... why would anyone do this? I use the original software for my Wifi USB stick and it already has some AP software. Does it have limits? Does it only allow DS MAC addresses or something?

#64923 - Dudu.exe - Wed Dec 28, 2005 3:40 pm

amazing =]
_________________
http://flickr.com/photos/stuffbox

#64927 - Xtreme - Wed Dec 28, 2005 5:11 pm

MaHe wrote:
Really nice :)
What but what is actually better in 1.02?

The earlier setup v1.01 did not manage to share Internet connection in every PC (mine for example).
I have no idea if there have been other bug fixes. So you don't need to install that new version if the old one worked fine (if it ain't broken, don't fix it).


darkfader wrote:
Also... why would anyone do this? I use the original software for my Wifi USB stick and it already has some AP software. Does it have limits? Does it only allow DS MAC addresses or something?

You are questioning this guide. I only made it so ppl can use their existing USB dongles with their DS. I have two USB sticks and I can't get them to work with DS (even tried w/o firewall).
Maybe I'm just a noob, but that modified Ni-Fi driver works with other (Ralink) sticks just like the official stick (from Buffalo).
You are very welcome to make a guide how to use common USB Wi-Fi sticks with DS w/o Ni-Fi driver/software.
_________________
My Theme
DS Lite (FM_V8a) ** R4 Revolution (2GB Transcend) ** SuperCard Lite (2x 2GB Transcend)

#64959 - Krasny - Wed Dec 28, 2005 9:52 pm

Xtreme, a lot of thanks 4 translate and improve my how-to, it can be very helpful!. I?ll modify conceptronic drivers to 1.02 :)

Darkfader not every usb-sticks has SoftAp driver, and tweak it for work is a little bit complicated that use nintendo wi-fi driver.

http://rapidshare.de/files/9998262/Nintendo_1.02_C54RU.rar.html --> conceptronic C54RU 1.02 :)

#65003 - Sektor - Thu Dec 29, 2005 10:25 am

SoftAP works on every ralink, it is more complex but offers more control. If you just want to play WFC games and don't care about using your wifi card for anything else then this is fine.

#65014 - Xtreme - Thu Dec 29, 2005 2:43 pm

Krasny wrote:
Xtreme, a lot of thanks 4 translate and improve my how-to, it can be very helpful!.
I?ll modify conceptronic drivers to 1.02 :)

I have updated your Conceptronic v1.02 link, thanks.
Hope this guide helps a lot of ppl. :)
_________________
My Theme
DS Lite (FM_V8a) ** R4 Revolution (2GB Transcend) ** SuperCard Lite (2x 2GB Transcend)

#65027 - coliseu - Thu Dec 29, 2005 5:24 pm

i have the D-link model DWL-G122 but i cant find de VID & PID code. anybody can post de code for me plz?

#65038 - coliseu - Thu Dec 29, 2005 8:00 pm

dont work in D-LinkDWL-G122

cant conect in Nintendo network.

#65093 - Xtreme - Fri Dec 30, 2005 1:50 am

coliseu wrote:
i have the D-link model DWL-G122 but i cant find de VID & PID code. anybody can post de code for me plz?

I made drivers for you, but rapidshare does not work until 2.1.2006. I will upload the drivers to my server when I get home.

btw. .You should learn how to edit your post.
_________________
My Theme
DS Lite (FM_V8a) ** R4 Revolution (2GB Transcend) ** SuperCard Lite (2x 2GB Transcend)

#65106 - adrian783 - Fri Dec 30, 2005 4:54 am

joy....i just ordered my nintendo usb connector yesterday...if i only saw this earlier

#65114 - Xtreme - Fri Dec 30, 2005 10:00 am

adrian783 wrote:
joy....i just ordered my nintendo usb connector yesterday...if i only saw this earlier

Bummer, that Nintendo stick comes with that nice Nintendo logo, heh. :)
_________________
My Theme
DS Lite (FM_V8a) ** R4 Revolution (2GB Transcend) ** SuperCard Lite (2x 2GB Transcend)

#65124 - adrian783 - Fri Dec 30, 2005 11:52 am

heh, thats a compensating thought
and besides, i can always modify it to be the original buffalo stick

#65153 - Krasny - Fri Dec 30, 2005 6:30 pm

DWL-G122 has different hardware versions, only revision b1 has the ralink chip...

#65206 - Dr.Vince - Sat Dec 31, 2005 3:02 pm

Hello !!

the link for download the driver is broken !!
has anybody another else ???

Thanks

#65230 - Sektor - Sun Jan 01, 2006 4:04 am

http://www.nintendowifi.com/consumerservice/downloads/Nintendo_WFC_USB.zip

#65319 - Xtreme - Mon Jan 02, 2006 1:05 am

Dr.Vince wrote:
Hello !!

the link for download the driver is broken !!
has anybody another else ???

Thanks

I have added new links.
They are hosted in my server.
Hope this helps.
_________________
My Theme
DS Lite (FM_V8a) ** R4 Revolution (2GB Transcend) ** SuperCard Lite (2x 2GB Transcend)

#65441 - PJ^_^ - Tue Jan 03, 2006 8:59 am

Thanks for the tutorial! I used it for my gigabyte GN-WBKG wireless LAN usb. I would like to help by uploading my modified driver. Send me a private message with a place where to send the modified files (i used the v 1.02). I would also suggest to put the links for the available modified files at the beginning of the explanation otherwise you might do like I did: i did everything and THEN I saw the available files. Fortunately they were not for my card.

#65464 - Xtreme - Tue Jan 03, 2006 2:25 pm

PJ^_^ wrote:
Thanks for the tutorial! I used it for my gigabyte GN-WBKG wireless LAN usb. I would like to help by uploading my modified driver. Send me a private message with a place where to send the modified files (i used the v 1.02). I would also suggest to put the links for the available modified files at the beginning of the explanation otherwise you might do like I did: i did everything and THEN I saw the available files. Fortunately they were not for my card.

Oh, thanks for the tip. I will edit the first post.
I have sended you a pm.

EDIT: Your modified driver is online. Thank you.
_________________
My Theme
DS Lite (FM_V8a) ** R4 Revolution (2GB Transcend) ** SuperCard Lite (2x 2GB Transcend)


Last edited by Xtreme on Tue Jan 03, 2006 7:12 pm; edited 1 time in total

#65489 - PJ^_^ - Tue Jan 03, 2006 5:29 pm

I sent an archive to you with my modified driver. Hope it'll help someone.

#65492 - Takenover83 - Tue Jan 03, 2006 5:41 pm

Very Nice. But I cant get the registration tool to run after I completed the install :/

#65504 - Xtreme - Tue Jan 03, 2006 7:05 pm

Takenover83 wrote:
Very Nice. But I cant get the registration tool to run after I completed the install :/

What adapter you got there?
_________________
My Theme
DS Lite (FM_V8a) ** R4 Revolution (2GB Transcend) ** SuperCard Lite (2x 2GB Transcend)

#65514 - Takenover83 - Tue Jan 03, 2006 7:31 pm

Sorry. I have a Belkin F5D7050.

#65528 - Xtreme - Tue Jan 03, 2006 8:39 pm

Takenover83 wrote:
Sorry. I have a Belkin F5D7050.


http://ralink.rapla.net/

Belkin F5D7050 v2000 *

* chipset depends on card revision/version (could be Accton, ADMtek, Agere, Atheros, Atmel, Broadcom, Conexant, Envara, Inprocomm, Intel, Marvell, Realtek, SiS, Texas Instruments, VIA, ZyDAS or some other).

Can you mail me your drivers so I can check them for you? If so PM me.
_________________
My Theme
DS Lite (FM_V8a) ** R4 Revolution (2GB Transcend) ** SuperCard Lite (2x 2GB Transcend)

#65530 - Takenover83 - Tue Jan 03, 2006 9:09 pm

PM sent.

#65554 - Takenover83 - Tue Jan 03, 2006 10:56 pm

Corfirming that Belkin F5D7050 works great using modified drivers by Extreme.

Thanks Extreme.

#65919 - Xtreme - Fri Jan 06, 2006 8:26 pm

Has anyone else modified other brand drivers? I'd be happy to host them for all of us.
_________________
My Theme
DS Lite (FM_V8a) ** R4 Revolution (2GB Transcend) ** SuperCard Lite (2x 2GB Transcend)

#66042 - drag0nz - Sat Jan 07, 2006 8:54 pm

Hey Xtreme, i have this dutch USB adapter called "Promedion". No idea what chipset and version it is. I tried the tutorial but it hangs while installing using setup.exe. At the part where it tells you to connect your Wi-Fi USB connector.
Can i mail you the drivers, so you can check them out?

[edit] With the normal drivers included in the USB stick, i can connect to Nintendo WFC, only problem is that searching for friends isn't working.

#66384 - inthearmsofsleep - Tue Jan 10, 2006 7:19 am

thank you so much, the Belkin drivers worked perfectly and now i'm online from home!

#66426 - Krasny - Tue Jan 10, 2006 5:43 pm

Hi!!!

1.03 it?s out.
Original drivers:
http://wifi.nintendo.co.jp/usb-connector/NintendoWiFiUSB103.zip

Modified drivers:

http://rapidshare.de/files/10786767/NintendoWFC_1.03_for_C54RU.rar.rar.html
http://rapidshare.de/files/10787842/NintendoWFC_1.03_for_Buffalo_WLI-U2-KG54.rar.html
http://rapidshare.de/files/10787885/NintendoWFC_1.03_for_Buffalo_WLI-U2-KG54-AI.rar.html
http://rapidshare.de/files/10788559/NintendoWFC_Belkin_F5D7050_v2000.rar.html
http://rapidshare.de/files/10788612/NintendoWFC_D-Link_DWL-G122.b1.rar.html
http://rapidshare.de/files/10788660/NintendoWFC_for_Gigabyte_GN-WBKG.rar.html

Enjoy!!!

#66430 - Mithos - Tue Jan 10, 2006 7:17 pm

Could anyone translate whats been fixed in this version?

Babelfish is NOT any help at all.

#66457 - Xtreme - Tue Jan 10, 2006 11:12 pm

Krasny wrote:
Hi!!!

1.03 it?s out.

Thanks. I added those links + uploaded them to my server.
What is that "b1" in "...DWL-G122.b1"?


Mithos wrote:
Could anyone translate whats been fixed in this version?

Babelfish is NOT any help at all.

Whats new on 1.03:
In this version, the below problems from version 1.02 have been fixed:
1. The error code is now displayed when a shared setting error occurs.
2. The problem that caused error 51303 to occur was fixed.
3. The problem that occurred during Internet connection determination was fixed.
4. Settings are now set to their default values when a shared setting error occurs.
5. The following problem was fixed: if the shared settings fail when the WAN IP is 192.168.0.x, the IP becomes 192.168.2.1 and the installation terminates.


Have anyone had any problems with this new release?
_________________
My Theme
DS Lite (FM_V8a) ** R4 Revolution (2GB Transcend) ** SuperCard Lite (2x 2GB Transcend)


Last edited by Xtreme on Fri Jan 13, 2006 10:35 am; edited 1 time in total

#66479 - Krasny - Wed Jan 11, 2006 3:11 am

Hi!

D-link DLW-G122 has different hardware revisions, only the b1 revision has the ralink chipset. u can see it in:
Supported version:
http://support.dlink.com/prod_img/revisions/DWL-G122_revBv.jpg
Not supported:
http://support.dlink.com/prod_img/revisions/DWL-G122_revDv.jpg
http://support.dlink.com/products/view.asp?productid=DWL%2DG122
d1= chipset: Realtek RTL8180
a1= prism chipset

I dont have time to test 1.03 but it seems works like 1.01 and 1.02

#66566 - STAKED - Wed Jan 11, 2006 11:45 pm

1.03 for Belkin 7050 doesn't seem to work for me. Tried many times before I downloaded the unaltered 1.03 and added the device ID details to each file myself then it was fine. Perhaps a file has missed an edit in that bundle..?

#66834 - Xtreme - Fri Jan 13, 2006 7:59 pm

STAKED wrote:
1.03 for Belkin 7050 doesn't seem to work for me. Tried many times before I downloaded the unaltered 1.03 and added the device ID details to each file myself then it was fine. Perhaps a file has missed an edit in that bundle..?

I can't find any missing settings. I just checked all the files.
_________________
My Theme
DS Lite (FM_V8a) ** R4 Revolution (2GB Transcend) ** SuperCard Lite (2x 2GB Transcend)

#67618 - lucozader - Thu Jan 19, 2006 2:05 pm

i have a belkin 7050 and it doesn't work with that software either

i discovered that i have version 3000

which uses a different chipset and different software to the normal belkin usb adapter 7050 model

check the bottom of the box you bought the belkin with

if it says 3000 then you are shit out of luck

sorry

#69680 - Mavromatis - Wed Feb 01, 2006 4:11 am

Cnet CWD-854's modified driver. Modified according the guide but not yet tested.

#69711 - Xtreme - Wed Feb 01, 2006 2:27 pm

Mavromatis wrote:
Cnet CWD-854's modified driver. Modified according the guide but not yet tested.

Thanks. Added. I will upload it to my server later.

EDIT2: Thank you for hosting the file (mirror 2)
_________________
My Theme
DS Lite (FM_V8a) ** R4 Revolution (2GB Transcend) ** SuperCard Lite (2x 2GB Transcend)


Last edited by Xtreme on Fri Feb 03, 2006 1:23 pm; edited 1 time in total

#69939 - Mavromatis - Fri Feb 03, 2006 3:04 am

Here is the new link then.

#77024 - RowanDDR - Mon Mar 27, 2006 3:55 pm

I've made drivers for Sweex LC100060 USB dongle (VID_148F&PID_2570).

[ edit - moved to 1st post in this thread ]

Many thanks to OP for the walkthru. =]


Last edited by RowanDDR on Sun Apr 09, 2006 12:26 pm; edited 4 times in total

#77059 - RowanDDR - Mon Mar 27, 2006 8:58 pm

Installs ok, but doesnt seem to work.. notice the icon next to my WORKING wifi pci card, and the non-working USB one:

[Images not permitted - Click here to view it]

Does that mean my USB dongle isnt set as an Access Point? If not how can I change that?

#77112 - Xtreme - Tue Mar 28, 2006 10:47 am

RowanDDR wrote:
Installs ok, but doesnt seem to work.. notice the icon next to my WORKING wifi pci card, and the non-working USB one:

Does that mean my USB dongle isnt set as an Access Point? If not how can I change that?


Are you using firewall (other than Windows firewall) with outbound blocking?
I had my problems with ZoneAlarm (use Search to find it).

You can also uninstall the drivers... remove the stick... disable all other networks but Internet-connection, disable any OS/network firewall programs, turn on windows firewall and try to install again. Just for test use of course.

I have to check it out when I come back home.

Network firewall (like ZoneAlarm) = Filter in/out network connections
OS firewall (like ZoneAlarm) = Filter unwanted OS behaviors, like changing network settings

_________________
My Theme
DS Lite (FM_V8a) ** R4 Revolution (2GB Transcend) ** SuperCard Lite (2x 2GB Transcend)

#77121 - RowanDDR - Tue Mar 28, 2006 12:38 pm

Yes I have a firewall, Kerio, but I don't think thats the problem - my PCI WIFI card works fine when Kerio is enabled, its just the USB one that doesn't. Isnt some sort of software needed in addition to these hacked drivers to turn the WIFI card into an access point? Do you know why the icons are different (see pic in previous post)?

#77333 - Xtreme - Thu Mar 30, 2006 11:09 am

RowanDDR wrote:
Yes I have a firewall, Kerio, but I don't think thats the problem - my PCI WIFI card works fine when Kerio is enabled, its just the USB one that doesn't. Isnt some sort of software needed in addition to these hacked drivers to turn the WIFI card into an access point?
Have you tested with Kerio turned off (with windows firewall)? I don't think there is an easy way to use PCI card with Nintendo's drivers/app. You could set up normal AP and set your wifi setting manually to your DS.

Quote:
Do you know why the icons are different (see pic in previous post)?
Blueyonda has a hand.. so it's shared.. so it's your Internet connection?
_________________
My Theme
DS Lite (FM_V8a) ** R4 Revolution (2GB Transcend) ** SuperCard Lite (2x 2GB Transcend)

#77339 - MAD_BOY - Thu Mar 30, 2006 1:00 pm

the software installed perfectly (Sweex LC100060) and i granted the ds access, however when it tries to test the connection, there's no signal being recieved by the ds

#77344 - Xtreme - Thu Mar 30, 2006 2:58 pm

MAD_BOY wrote:
the software installed perfectly (Sweex LC100060) and i granted the ds access, however when it tries to test the connection, there's no signal being recieved by the ds
Did you set the firewall off while testing (just to be sure)? *windows firewall can be turned on*
_________________
My Theme
DS Lite (FM_V8a) ** R4 Revolution (2GB Transcend) ** SuperCard Lite (2x 2GB Transcend)

#77350 - MAD_BOY - Thu Mar 30, 2006 3:56 pm

well, i don't have any firewall installed at the moment

#77359 - Xtreme - Thu Mar 30, 2006 4:59 pm

MAD_BOY wrote:
well, i don't have any firewall installed at the moment

And not any blockin software like PeerGuardian, etc?
Does the green connection icon appear in DS and in the NWIFI app?
_________________
My Theme
DS Lite (FM_V8a) ** R4 Revolution (2GB Transcend) ** SuperCard Lite (2x 2GB Transcend)

#77362 - MAD_BOY - Thu Mar 30, 2006 5:16 pm

yep, green icon is there

at the moment it's saying that it's unable to obtain the IP address

EDIT: tried reinstalling, but now it's telling me that there's something wrong with sharing the connection

#77374 - RowanDDR - Thu Mar 30, 2006 7:53 pm

Xtreme - yes I've tried with no firewall at all, no joy.

And Blueyonda, yes, this is my internet cable modem connection. Everything works fine when I share it with my pci wifi card, but as I say, not when I share it with my usb wifi card. Do you know why the PCI and USB connections have different icons? I'm sure somehow I've set the pci one up at an Access Point (whatever that means), but I dont know how to do the same for the usb one.. assuming thats the reason my DS wont talk to it.

#77383 - Xtreme - Thu Mar 30, 2006 8:58 pm

RowanDDR wrote:
Do you know why the PCI and USB connections have different icons?
I have no idea. Have you modified those drivers or something... that NDS WIFI USB2 icon should look the same as that WIFI

Quote:
I'm sure somehow I've set the pci one up at an Access Point (whatever that means), but I dont know how to do the same for the usb one.. assuming thats the reason my DS wont talk to it.
I assume you have tried to use Nintendo registering tool. And you have allowes DS to connect via the Nintendo registering tool settings.
Uninstall Nintendo drivers and remove the stick. Disable all networks except Blueyonda (be sure it's not shared after uninstalling nintendo).
Run Nintendo setup and put the stick in when asked. Blueyonda should be now shared again. Any luck?
_________________
My Theme
DS Lite (FM_V8a) ** R4 Revolution (2GB Transcend) ** SuperCard Lite (2x 2GB Transcend)

#77393 - RowanDDR - Fri Mar 31, 2006 12:16 am

All I've done is modify and install the drivers in this thread. What is this other nintendo software you speak of?

#77410 - Xtreme - Fri Mar 31, 2006 9:20 am

RowanDDR wrote:
All I've done is modify and install the drivers in this thread. What is this other nintendo software you speak of?
Didn't you know already that the Nintendo driver pack has WiFi stick drivers + Nintendo Wi-Fi USB Connector Registeration Tool (it's the software)?

Follow this guide: Getting Started
_________________
My Theme
DS Lite (FM_V8a) ** R4 Revolution (2GB Transcend) ** SuperCard Lite (2x 2GB Transcend)

#77412 - MAD_BOY - Fri Mar 31, 2006 10:53 am

this is weird, i reinstalled a few times this morning, and now it works, and i have no idea why

#77413 - RowanDDR - Fri Mar 31, 2006 11:27 am

thats a guide? It asks me if I have a wireless router, I click no, then it ends the guide and tells me to buy one.

Quote:
Nintendo driver pack has WiFi stick drivers + Nintendo Wi-Fi USB Connector Registeration Tool (it's the software)?


Is the modified driver pack in this thread the same as the Nintendo driver pack you're talking about? Or do I need both?

#77415 - Xtreme - Fri Mar 31, 2006 11:50 am

RowanDDR wrote:
thats a guide?
Yes, it is a guide how to do it step by step (by Nintendo).

RowanDDR wrote:
It asks me if I have a wireless router, I click no, then it ends the guide and tells me to buy one.
Are you talking about Nintendo WFC setup 1.03? Or Nintendo web page?

RowanDDR wrote:
Quote:
Nintendo driver pack has WiFi stick drivers + Nintendo Wi-Fi USB Connector Registeration Tool (it's the software)?
Is the modified driver pack in this thread the same as the Nintendo driver pack you're talking about? Or do I need both?
Yes, I'm talking about the modified driver pack on the first post. It will install the app if the setup was succeeded.
_________________
My Theme
DS Lite (FM_V8a) ** R4 Revolution (2GB Transcend) ** SuperCard Lite (2x 2GB Transcend)

#77416 - RowanDDR - Fri Mar 31, 2006 1:08 pm

Talking about nintendo web page.

The link you gave me (http://www.nintendowifi.com/consumerservice/gettingStarted.do?entryId=usbInstall) just redirects to a county selection page. After that I click on Getting Started.. At Home.. and this is where it gives me the dead end.

#77421 - tepples - Fri Mar 31, 2006 2:46 pm

After you go to the country selection page and set your cookie, you have to refresh what was the country selection page.
_________________
-- Where is he?
-- Who?
-- You know, the human.
-- I think he moved to Tilwick.

#77423 - RowanDDR - Fri Mar 31, 2006 2:51 pm

tepples - that didnt work, it always takes me back to country selection.

Xtreme - how do you navigate to this link manually?

#77428 - Xtreme - Fri Mar 31, 2006 3:53 pm

RowanDDR wrote:
tepples - that didnt work, it always takes me back to country selection.

Xtreme - how do you navigate to this link manually?

Oh, my bad, sorry. I didn't know it uses cookies.


You need some cookies to be able to open the right page so:

First click:
http://www.nintendowifi.com

Then click:
http://www.nintendowifi.com/global/index.jsp?locale=en_US

After that click:
http://www.nintendowifi.com/consumerservice/gettingStarted.do?entryId=usbInstall


EDIT: Sorry, I forget the first link!
_________________
My Theme
DS Lite (FM_V8a) ** R4 Revolution (2GB Transcend) ** SuperCard Lite (2x 2GB Transcend)


Last edited by Xtreme on Fri Apr 07, 2006 5:22 pm; edited 1 time in total

#78291 - Njoy - Thu Apr 06, 2006 2:56 pm

PM me if you want the modified Linksys-G Drivers..

#78323 - RowanDDR - Thu Apr 06, 2006 8:59 pm

Xtreme - that link combination still doesnt work for me. How do you manually navigate to the page you are referring to?

Ok, www.nintendowifi.co.uk sucks. I'm using firefox (default install) and everytime I click any link, it just takes me back to the country selection page. I'd love to try in IE but IE doesnt work on my pc coz installing the latest IE beta b0rked it up real good.

#78510 - RowanDDR - Fri Apr 07, 2006 8:20 pm

Thanks for fixing the link - I got it working now! Working with commercial games anyway... but homebrew stuff (like Win2DS) seems to need an access point.. is there any way to set the USB dongle to act as an access point?

#78513 - Xtreme - Fri Apr 07, 2006 8:37 pm

RowanDDR wrote:
Thanks for fixing the link - I got it working now! Working with commercial games anyway... but homebrew stuff (like Win2DS) seems to need an access point.. is there any way to set the USB dongle to act as an access point?
Yes
_________________
My Theme
DS Lite (FM_V8a) ** R4 Revolution (2GB Transcend) ** SuperCard Lite (2x 2GB Transcend)

#78517 - Xtreme - Fri Apr 07, 2006 9:02 pm

Njoy wrote:
PM me if you want the modified Linksys-G Drivers..

Thanks for the drivers. Added.
_________________
My Theme
DS Lite (FM_V8a) ** R4 Revolution (2GB Transcend) ** SuperCard Lite (2x 2GB Transcend)

#78525 - RowanDDR - Fri Apr 07, 2006 10:27 pm

Yes there is? So.. erm.. how?

#78545 - Xtreme - Sat Apr 08, 2006 12:34 am

RowanDDR wrote:
Yes there is? So.. erm.. how?
Look at the link and what Waffle wrote.
_________________
My Theme
DS Lite (FM_V8a) ** R4 Revolution (2GB Transcend) ** SuperCard Lite (2x 2GB Transcend)

#78982 - RowanDDR - Tue Apr 11, 2006 12:29 am

Waffle's post was a great help. I've now got my Sweex LC100060 USB2 wifi dongle functioning as an Access Point, using the official untouched Sweex drivers, and ASUS SoftAP software (http://dlsvr01.asus.com/pub/ASUS/wireless/WL-167g/eng_2371.zip and replacing all the exe's with hex edited for Sweex USB by Waffle ones - http://rapidshare.de/files/17695083/ASUS__modded_for_Sweex_USB_.rar.html).
This works for official games, and homebrew..

So why would anyone want to use hacked Nintendo drivers.. homebrew stuff won't work though Ni-Fi.. well it didn't for me anyway.


Last edited by RowanDDR on Wed Apr 12, 2006 11:42 am; edited 2 times in total

#79086 - fintendo - Tue Apr 11, 2006 3:08 pm

RowanDDR wrote:
Waffle's post was a great help. I've now got my Sweex USB2 wifi dongle functioning as an Access Point, using the official untouched Sweex drivers, and ASUS SoftAP software (hex edited for Sweex USB by Waffle - http://rapidshare.de/files/17695083/ASUS__modded_for_Sweex_USB_.rar.html).
This works for official games, and homebrew..

So why would anyone want to use hacked Nintendo drivers.. homebrew stuff won't work though Ni-Fi.. well it didn't for me anyway.


Hi. I've been watching this board for quite a while now and finally decided to register.
I have a Swwex LC100060 USB2 Wifi stick and I'm able to install the Asus software etc. and get it all working except I'm not able to configure the AP settings. I always get some error about ICS and Bridge settings and access violation in Wireless.exe. I don't have any connections shared or bridged. I'm a bit desperate as I really want to play Mario Kart online ... Thanks in advance.

#79093 - RowanDDR - Tue Apr 11, 2006 4:28 pm

Did you install the official sweex drivers or the hacked Nintendo ones?

Have you tried with Waffle's "modded sweex LC100060 usb" software that I just posted?

You should share your internet connection via ICS with your sweex dongle. Try doing that before you run the ASUS software.

#79419 - kr@ym - Thu Apr 13, 2006 4:22 pm

I`m total noob in WiFi ... so :
1. If I have Nintendo USB Connector, what version of modified drivers do I need : Buffalo_WLI-U2-KG54-AI or Buffalo_WLI-U2-KG54
2. This guide says only about editing some files, installing and uninstalling Wi-Fi USB adapter, so do I only have to install modified drivers to make my connector as AP, or use this guide?

PS. Sorry for my english.

#79425 - msa - Thu Apr 13, 2006 5:06 pm

ok, so i am very confused now xD

i have: - nintendo ds

thats all xD

now i just read, that some official demos are leaked and available to download. fine. i wanne play them.
then the text said, that USB-sticks will NOT work. wtf?

as i do not have any online-game, i wouldn't buy a wifi-usb-stick for nothing.
my question: will these usb-sticks listed on the ralink-page word for downloading game-demos to my ds?

/edit

thats the page where it says that usb-sticks will not work:
Quote:
NOTE: USB version (RT2570) will not work


/edit 2:
ok, the ralink-page (http://ralink.rapla.net/) says that the devices listed are rt2500-based. so that means i can buy one of them and download the demos and it will work?

#79431 - tepples - Thu Apr 13, 2006 5:52 pm

msa wrote:
ok, the ralink-page (http://ralink.rapla.net/) says that the devices listed are rt2500-based. so that means i can buy one of them and download the demos and it will work?

Any listed PCI or PCMCIA card will work in Microsoft Windows. Any listed PCI, PCMCIA, or USB card will work in GNU/Linux provided that all the other peripherals connected to your computer are supported by Linux.
_________________
-- Where is he?
-- Who?
-- You know, the human.
-- I think he moved to Tilwick.

#80118 - Xtreme - Tue Apr 18, 2006 10:31 pm

kr@ym wrote:
I`m total noob in WiFi ... so :
1. If I have Nintendo USB Connector, what version of modified drivers do I need : Buffalo_WLI-U2-KG54-AI or Buffalo_WLI-U2-KG54
2. This guide says only about editing some files, installing and uninstalling Wi-Fi USB adapter, so do I only have to install modified drivers to make my connector as AP, or use this guide?

PS. Sorry for my english.

1.Look at the back of your stick... it says in Buffalos:
Model: WLI-U2-KG... etc...

2.yes, only install modified drivers setup same way as the Nintendo's official ones
_________________
My Theme
DS Lite (FM_V8a) ** R4 Revolution (2GB Transcend) ** SuperCard Lite (2x 2GB Transcend)

#82658 - antony5124 - Mon May 08, 2006 8:14 am

1.04 is out!
Download page is here
Download

#82662 - Xtreme - Mon May 08, 2006 9:20 am

antony5124 wrote:
1.04 is out!
Download page is here
Download

Ok, what's new?

I would also say to everyone: If it ain't broken, don't fix it!

Updated drivers downloads of all the existing ones are coming soon.
_________________
My Theme
DS Lite (FM_V8a) ** R4 Revolution (2GB Transcend) ** SuperCard Lite (2x 2GB Transcend)

#83856 - Edelnutte - Fri May 19, 2006 12:15 am

Could someone please help me im Using D-link Dwl-g122 rev b1 and I always get Internet Connection error 6 or 4 during Setup. Im so desperate!

#84861 - Xtreme - Thu May 25, 2006 1:40 am

Sorry for such a delay...

Version 1.04 updated files are online!
Enjoy! :-)


What's new in version 1.04:
In this version, the below problems in the previous version 1.03 were fixed:

(1) The DHCP performance has been improved.
(2) The problem in which the wireless communication slowed down between DS units using the same USB connector has been fixed.
_________________
My Theme
DS Lite (FM_V8a) ** R4 Revolution (2GB Transcend) ** SuperCard Lite (2x 2GB Transcend)

#85066 - MikeDX - Fri May 26, 2006 9:35 pm

I really wish this would work. I bought a Belkin F5D7050 purely for this and no matter what I try it doesnt work :( Do I have the wrong model?? (Wrong revision?) Help please :D

#85075 - Xtreme - Fri May 26, 2006 10:21 pm

MikeDX wrote:
I really wish this would work. I bought a Belkin F5D7050 purely for this and no matter what I try it doesnt work :( Do I have the wrong model?? (Wrong revision?) Help please :D


It is for Belkin F5D7050 version 2000.
It must have the right chipset (Ralink RT2500).


http://ralink.rapla.net/ wrote:

F5D7050
v2000 *

* chipset depends on card revision/version (could be Accton, ADMtek, Agere, Atheros, Atmel, Broadcom, Conexant, Envara, Inprocomm, Intel, Marvell, Realtek, SiS, Texas Instruments, VIA, ZyDAS or some other).


Have you checked that yours is v2000?
_________________
My Theme
DS Lite (FM_V8a) ** R4 Revolution (2GB Transcend) ** SuperCard Lite (2x 2GB Transcend)

#85085 - MikeDX - Fri May 26, 2006 11:50 pm

Xtreme wrote:


* chipset depends on card revision/version (could be Accton, ADMtek, Agere, Atheros, Atmel, Broadcom, Conexant, Envara, Inprocomm, Intel, Marvell, Realtek, SiS, Texas Instruments, VIA, ZyDAS or some other).

Have you checked that yours is v2000?


How can I check?

#85098 - Xtreme - Sat May 27, 2006 1:12 am

MikeDX wrote:
How can I check?

Back of the case there should be model number, et cetera.
_________________
My Theme
DS Lite (FM_V8a) ** R4 Revolution (2GB Transcend) ** SuperCard Lite (2x 2GB Transcend)

#85145 - MikeDX - Sat May 27, 2006 1:13 pm

The only model number on the back of the case is the F5D7050 :(

#85151 - Xtreme - Sat May 27, 2006 2:10 pm

MikeDX wrote:
The only model number on the back of the case is the F5D7050 :(

You have those drivers that came with the device. Could you upload them somewhere so I can take a look?
_________________
My Theme
DS Lite (FM_V8a) ** R4 Revolution (2GB Transcend) ** SuperCard Lite (2x 2GB Transcend)

#85159 - MikeDX - Sat May 27, 2006 4:07 pm

Of course.

Send me a gmail to mikedx and I'll send the infs and whatnot by return email.

#85227 - Xtreme - Sun May 28, 2006 1:19 am

2006/05/28

2006/05/28 - I made modified drivers for ASUS WL-167g, MSI US54G (MS-6861, MSI MS-6865, MSI MS-6869).

Enjoy!


EDIT: product name fixed
_________________
My Theme
DS Lite (FM_V8a) ** R4 Revolution (2GB Transcend) ** SuperCard Lite (2x 2GB Transcend)

#85595 - DracoWong - Thu Jun 01, 2006 4:30 am

any Cnet CWD-854 Wireless-G (rev F) yet?

#85608 - Xtreme - Thu Jun 01, 2006 9:19 am

DracoWong wrote:
any Cnet CWD-854 Wireless-G (rev F) yet?

Sorry, I have been busy.
I sent you a PM.
_________________
My Theme
DS Lite (FM_V8a) ** R4 Revolution (2GB Transcend) ** SuperCard Lite (2x 2GB Transcend)

#86210 - DracoWong - Mon Jun 05, 2006 2:52 pm

PID and VID is still the same showing the error ask me to insert the USB

#86464 - boblen - Wed Jun 07, 2006 11:43 am

Hey Guys,
I just bought a D-Link DWL-G122 its Ver: C1

Does any one know where the drivers are?
B1 starts to install but gets half way with an error asking to re-insert USB.

PLEASE I NEED THIS TO WORK!
Thanks :)

#86629 - DracoWong - Thu Jun 08, 2006 12:24 pm

boblen wrote:
Hey Guys,
I just bought a D-Link DWL-G122 its Ver: C1

Does any one know where the drivers are?
B1 starts to install but gets half way with an error asking to re-insert USB.

PLEASE I NEED THIS TO WORK!
Thanks :)



is the same thing happen to me....i try to chance the PID and VID but is still no working

#86796 - boblen - Fri Jun 09, 2006 12:53 pm

Please Guys,
I badly need this too work!

ANYONE OUT THERE PLEASE!

#86913 - bessiebenny - Sat Jun 10, 2006 1:23 pm

Hi all, I have just bought a GIGABYTE WB01GS for home use. (Not for NDS)

But it's an Ralink usb adapter. (FCC ID: JCK-GN-WB01GS
Device Instant id : USB\VID_1044&PID_8008\5&F7BE307&0&1

I have done all the correct modifications to the Nintendo driver.
But the driver fails to install while copying the rt25usbap.sys.

It just hangs. Does this on 3 PCs I have.

So the driver never finishes the install and hence no network connection.
Am I missing something here? Or is this adapter totally not supported?

Any help would be very much appreciated~! =)

#88558 - trazom - Tue Jun 20, 2006 7:26 am

Hi Im sorry im confuse ? .. ,, , can i use flashme ? with this modified drivers ?

#88568 - Sektor - Tue Jun 20, 2006 9:32 am

No, these drivers are for playing WFC games using a non nintendo USB adapter. You don't need these drivers to do that but I guess it makes it easier for some people.
_________________
GTAMP.com/DS

#88916 - bessiebenny - Thu Jun 22, 2006 5:30 am

So, is there another method to connect the DS to my usb ethernet adapter? or any wlan adapter for that matter?


Or do these drivers/package has to be used by modifying the dll/inf files?

#89135 - Waffle - Fri Jun 23, 2006 8:24 am

For those people having trouble getting this working, perhaps you could try this: http://forum.gbadev.org/viewtopic.php?p=64608#64608

#104238 - Lotti - Wed Sep 27, 2006 10:40 am

LINKSYS WUSB54GP version 4


hello guys i noticed the my VID e PID is different from the VID e PID bundled for my pen linked on first post of this forum..

this are mine: USB\VID_13b1&PID_0011

this are bundled with 1.04: USB\VID_13b1&PID_000d


ok. i'm trying to change them on all files but i can't find the string to modify on the icsapi.dll file..

any help?

#104241 - Lotti - Wed Sep 27, 2006 10:51 am

Lotti wrote:
LINKSYS WUSB54GP version 4


hello guys i noticed the my VID e PID is different from the VID e PID bundled for my pen linked on first post of this forum..

this are mine: USB\VID_13b1&PID_0011

this are bundled with 1.04: USB\VID_13b1&PID_000d


ok. i'm trying to change them on all files but i can't find the string to modify on the icsapi.dll file..

any help?


ok! i modified also the 3 .dll files but when i finish the installation of ni-fi modified driver it says to me: "please plug the ni-fi usb device on your pc".

something doens't work :\

http://lotti.palib.info/LOTTI%20-%20Nintendo%20WFC%20v1.04%20for%20Linksys%20WUSB54GP%20-%20Wireless-G%20V4.7z

#104282 - Xtreme - Wed Sep 27, 2006 7:03 pm

Lotti wrote:
ok! i modified also the 3 .dll files but when i finish the installation of ni-fi modified driver it says to me: "please plug the ni-fi usb device on your pc".

something doens't work :\

http://lotti.palib.info/LOTTI%20-%20Nintendo%20WFC%20v1.04%20for%20Linksys%20WUSB54GP%20-%20Wireless-G%20V4.7z

It must have Ralink RT2500 chipset to work. Can you confirm?
Is there different kind of version 4's out?
_________________
My Theme
DS Lite (FM_V8a) ** R4 Revolution (2GB Transcend) ** SuperCard Lite (2x 2GB Transcend)

#104283 - Lotti - Wed Sep 27, 2006 7:16 pm

my linksys wusb54gp vers 4 doesn't work like a NIFI dongle but works well with ASUS SOFTAP. don't know why, i hacked both driver in the same way.

however this is the directory structure of my pen driver:

driver.zip
|-->other directories
|-->driver
........|----->wusb54gpv1
........|----->wusb54gpv4
....................|-------->ME98SE
....................|-------->2KXP
.....................................|-------->rt2500.sys
.....................................|-------->rt2500.cat
.....................................|-------->rt2500.inf

and this is the .inf
Code:

;*******************************************************************************************
;
;FILE:
;
;    rt2500usb.inf
;
;DESCRIPTION:
;            Wireless-G Portable USB Adapter
;            Linksys Wireless-G USB Network Adapter
;            Copyright (C) 2004, Cisco System, Inc. All rights reserved.
;
;
;
;*******************************************************************************************

[Version]
Signature       = "$Chicago$"
Class           = Net
ClassGUID       = {4d36e972-e325-11ce-bfc1-08002be10318}
Provider        = %Provider%
Compatible      = 1
DriverVer       = 07/15/2004, 1.02.00.0000
CatalogFile    = rt2500usb.CAT            ;for WHQL certified

[ControlFlags]
ExcludeFromSelect = *


[Manufacturer]
%V_Provider%=Adapters


[Adapters]
; DisplayName                   Section                   DeviceID
; -----------------------       ---------------           ---------------------
%WUSB54GPv4.DeviceDesc% =       WUSB54GPv4.ndi,           USB\VID_13b1&PID_0011
%WUSB54Gv4.DeviceDesc% =        WUSB54Gv4.ndi,            USB\VID_13b1&PID_000d


;*******************************************************************************************
; Windows 9X specific entries
;*******************************************************************************************

[WUSB54GPv4.ndi]
AddReg=Common.reg, WUSB54GPv4.ndi.reg
CopyFiles               = win9x.CopyFiles

[WUSB54Gv4.ndi]
AddReg=Common.reg, WUSB54Gv4.ndi.reg
CopyFiles               = win9x.CopyFiles


;*******************************************************************************************
; NT specific entries
;*******************************************************************************************

[WUSB54GPv4.ndi.NT]
AddReg=Common.reg, WUSB54GPv4.ndi.NT.reg
Characteristics         = 0x84                      ; NCF_REMOVABLE | NCF_HAS_UI | NCF_PHYSICAL
BusType                 = 15                        ;USB
CopyFiles               = NT.CopyFiles

[WUSB54Gv4.ndi.NT]
AddReg=Common.reg, WUSB54Gv4.ndi.NT.reg
Characteristics         = 0x84                      ; NCF_REMOVABLE | NCF_HAS_UI | NCF_PHYSICAL
BusType                 = 15                        ;USB
CopyFiles               = NT.CopyFiles

; NT services sections
[WUSB54GPv4.ndi.NT.Services]
AddService=WUSB54GPV4SRV, 2, WUSB54GPv4.Service, common.EventLog

; NT services sections
[WUSB54Gv4.ndi.NT.Services]
AddService=WUSB54GPV4SRV, 2, WUSB54GPv4.Service, common.EventLog


;*******************************************************************************************
; common regs for NT and W9x
;*******************************************************************************************


[Common.reg]
;*******************************************************************************************
; System Level Property

;
; Current Profile
;
HKR, ,                    CurProfile,      0,""
HKR, Default,             CurProfile,      0,""

;
; Radio On/Off
;
HKR, ,                            Radio,           0, "0"
HKR, NDI\params\Radio,            ParamDesc,       0, "Radio On/Off"
HKR, NDI\params\Radio,            type,            0, "enum"
HKR, NDI\params\Radio,            default,         0, "0"
HKR, NDI\params\Radio\enum,       1,               0, "Disable"
HKR, NDI\params\Radio\enum,       0,               0, "Enable"

;
; Auto Reconnect Mode
;
HKR, ,                                  AutoReconnect,      0, "1"
HKR, NDI\params\AutoReconnect,          ParamDesc,          0, "Auto Reconnect Mode"
HKR, NDI\params\AutoReconnect,          type,               0, "enum"
HKR, NDI\params\AutoReconnect,          default,            0, "1"
HKR, NDI\params\AutoReconnect\enum,     0,                  0, "Disable"
HKR, NDI\params\AutoReconnect\enum,     1,                  0, "Enable"

;
; Show Hidden SSID in Site Survey Page
;
HKR, ,                                  ShowHiddenSSID,     0, "0"   ; 0=disable(default), 1=enable

;
; Select Config Utility
;
HKR, ,                                  ConfigSelect,       0, "0"   ;0=RaConfig, 1=ZeroConfig

;
; Country Region
;
HKR, ,                                  CountryRegion,      0, "0"
;HKR, NDI\params\CountryRegion,         ParamDesc,          0, "Country Region"
;HKR, NDI\params\CountryRegion,         type,               0, "enum"
;HKR, NDI\params\CountryRegion,         default,            0, "0"
;HKR, NDI\params\CountryRegion\enum,    0,                  0, "FCC (Channel 1 - 11)"
;HKR, NDI\params\CountryRegion\enum,    1,                  0, "IC (Channel 1 - 11)"
;HKR, NDI\params\CountryRegion\enum,    2,                  0, "ETSI (Channel 1 - 13)"
;HKR, NDI\params\CountryRegion\enum,    3,                  0, "Spain (Channel 10 - 11)"
;HKR, NDI\params\CountryRegion\enum,    4,                  0, "France (Channel 10 - 13)"
;HKR, NDI\params\CountryRegion\enum,    5,                  0, "MKK (Channel 14)"
;HKR, NDI\params\CountryRegion\enum,    6,                  0, "MKK1 (Channel 1 - 14)"
;HKR, NDI\params\CountryRegion\enum,    7,                  0, "Israel (Channel 3 - 9)"

;*******************************************************************************************
; Advance Page

;
; WirelessMode
;
HKR, ,                            WirelessMode,    0, "0"

;
; Enable TX Burst
;
HKR, ,                            TXBurst,         0, "0"

;
; Use Short Slot Time
;
HKR, ,                            ShortSlot,       0, "0"

;
; Use Turbo rate
;
HKR, ,                            TurboRate,       0, "0"

;
; Use Ofdm rate in adhoc mode
;
HKR, ,                            AdhocOfdm,       0, "0"

;
; Use BG Protection
;
HKR, ,                            BGProtection,    0, "0"

;*******************************************************************************************
; Profile

;
; SSID
;
HKR, ,                            SSID,            0, %SSID_DEF_STR%
HKR, Default,                     SSID,            0, %SSID_DEF_STR%
HKR, NDI\params\SSID,             ParamDesc,       0, "SSID"
HKR, NDI\params\SSID,             type,            0, "edit"
HKR, NDI\params\SSID,             limitText,       0, "32"
HKR, NDI\params\SSID,             default,         0, %SSID_DEF_STR%

;
; Network Type
;
HKR, ,                            NetworkType,     0, %NETWORK_TYPE_DEF_STR%
HKR, Default,                     NetworkType,     0, %NETWORK_TYPE_DEF_STR%
HKR, NDI\params\NetworkType,      ParamDesc,       0, "Network Type"
HKR, NDI\params\NetworkType,      type,            0, "enum"
HKR, NDI\params\NetworkType,      default,         0, %NETWORK_TYPE_DEF_STR%
HKR, NDI\params\NetworkType\enum, 0,               0, "802.11 Ad Hoc"
HKR, NDI\params\NetworkType\enum, 1,               0, "Infrastructure"

;
; Channel
;
HKR, ,                            Channel,         0, %CHANNEL%
HKR, Default,                     Channel,         0, %CHANNEL%


;*******************************************************************************************
; System Configuration Page

;
; Local Administration MAC Network Address
;
HKR, ,                            NetworkAddress,  0, ""
HKR, Default,                     NetworkAddress,  0, ""
HKR, NDI\params\NetworkAddress,   ParamDesc,       0, "Local Administration MAC Network Address"
HKR, NDI\params\NetworkAddress,   type,            0, "edit"
HKR, NDI\params\NetworkAddress,   limitText,       0, "12"
HKR, NDI\params\NetworkAddress,   default,         0, ""

;
; Power Saving Mode
;
HKR, ,                            PSMode,          0, "0"
HKR, Default,                     PSMode,          0, "0"
HKR, NDI\params\PSMode,           ParamDesc,       0, "Power Saving Mode"
HKR, NDI\params\PSMode,           type,            0, "enum"
HKR, NDI\params\PSMode,           default,         0, "0"
HKR, NDI\params\PSMode\enum,      0,               0, "CAM (Constantly Awake Mode)"
HKR, NDI\params\PSMode\enum,      1,               0, "Max_PSP (Max Power Savings)"
HKR, NDI\params\PSMode\enum,      2,               0, "Fast_PSP (Power Save Mode)"

;
; CAM when AC Power
;
HKR, ,                            ACPowerCam,      0, "0"
HKR, Default,                     ACPowerCam,      0, "0"
HKR, NDI\params\ACPowerCam,       ParamDesc,       0, "CAM when AC Power"
HKR, NDI\params\ACPowerCam,       type,            0, "enum"
HKR, NDI\params\ACPowerCam,       default,         0, "0"
HKR, NDI\params\ACPowerCam\enum,  0,               0, "Disable"
HKR, NDI\params\ACPowerCam\enum,  1,               0, "Enable"

;
; Preamble Type
;
HKR, ,                            PreambleType,    0, "0"
HKR, Default,                     PreambleType,    0, "0"

;
; RTS Threshold
;
HKR, ,                            RTSThresh,       0, "2347"
HKR, Default,                     RTSThresh,       0, "2347"
HKR, NDI\params\RTSThresh,        ParamDesc,       0, "RTS Threshold"
HKR, NDI\params\RTSThresh,        type,            0, "int"
HKR, Ndi\params\RTSThresh,        default,         0, "2347"
HKR, NDI\params\RTSThresh,        min,             0, "0"
HKR, NDI\params\RTSThresh,        max,             0, "2347"
HKR, NDI\params\RTSThresh,        step,            0, "32"
HKR, NDI\params\RTSThresh,        optional,        0, "0"

;
; Fragment Threshold
;
HKR, ,                            FragThresh,      0, "2346"
HKR, Default,                     FragThresh,      0, "2346"
HKR, NDI\params\FragThresh,       ParamDesc,       0, "Fragment Threshold"
HKR, NDI\params\FragThresh,       type,            0, "int"
HKR, Ndi\params\FragThresh,       default,         0, "2346"
HKR, NDI\params\FragThresh,       min,             0, "256"
HKR, NDI\params\FragThresh,       max,             0, "2346"
HKR, NDI\params\FragThresh,       step,            0, "32"
HKR, NDI\params\FragThresh,       optional,        0, "0"

;*******************************************************************************************
; Authentication & Security Page

;
; Authentication Type
;
HKR, ,                AuthenType,      0, "0" ; Open System
HKR, Default,         AuthenType,      0, "0"

;
; Encryption
;
HKR, ,                Encryption,      0, "1" ; Disable
HKR, Default,         Encryption,      0, "1"

;
; WEP Keys Length
;
HKR, ,                WEPKeyLen,       0, "0"
HKR, Default,         WEPKeyLen,       0, "0"

;
; WEP Key to use
;
HKR, ,                WEPKeyUse,       0,"1"
HKR, Default,         WEPKeyUse,       0,"1"

;
; WEP Key1
;
HKR, ,                WEPKey1,         0,""
HKR, Default,         WEPKey1,         0,""

;
; WEP Key2
;
HKR, ,                WEPKey2,         0,""
HKR, Default,         WEPKey2,         0,""

;
; WEP Key3
;
HKR, ,                WEPKey3,         0,""
HKR, Default,         WEPKey3,         0,""

;
; WEP Key4
;
HKR, ,                WEPKey4,         0,""
HKR, Default,         WEPKey4,         0,""


;*******************************************************************************************
; APConfig use
;

;
; WPA Group-Key ReKey Interval
;
HKR, ,                RekeyInterval,   0, "60"

;
; WPA Group-Key ReKey Method
;
HKR, ,                RekeyMethod,     0, "0"


[WUSB54GPv4.ndi.reg]
HKR, ,                            NTMPDriver,       0, rt25u98.sys
HKR, Ndi,                         DeviceID,         0, "USB\VID_13b1&PID_0011"

HKR, ,                            BusType,          0, 15
HKR, NDI,                         CardType,         0, "PNP"

HKR, ,                            RunningWin9X,     0, "1"
HKR, ,                            DevLoader,        0, "*ndis"
HKR, ,                            DeviceVxDs,       0, "rt25u98.sys"
HKR, ,                            EnumPropPages,    0, "netdi.dll,EnumPropPages"

HKR, Ndi\Interfaces,              DefUpper,         0, "ndis3"
HKR, Ndi\Interfaces,              DefLower,         0, "ethernet"
HKR, Ndi\Interfaces,              UpperRange,       0, "ndis3"
HKR, Ndi\Interfaces,              LowerRange,       0, "ethernet"

;
; NDIS Info
;
HKR, NDIS,                        LogDriverName,   0, "WUSB54GPV4SRV"
HKR, NDIS,                        MajorNdisVersion, 1, 03
HKR, NDIS,                        MinorNdisVersion, 1, 0A


;
; Interfaces
;
;
; Install sections
;HKR,Ndi\Install,ndis3,,"rt25u98.install"

;
; Vendor Description
;
HKR, ,                            VendorDesc,      0, %VENDOR_DESC_DEF_STRP%
HKR, Default,                     VendorDesc,      0, %VENDOR_DESC_DEF_STRP%

[WUSB54Gv4.ndi.reg]
HKR, ,                            NTMPDriver,       0, rt25u98.sys
HKR, Ndi,                         DeviceID,         0, "USB\VID_13b1&PID_000d"

HKR, ,                            BusType,          0, 15
HKR, NDI,                         CardType,         0, "PNP"

HKR, ,                            RunningWin9X,     0, "1"
HKR, ,                            DevLoader,        0, "*ndis"
HKR, ,                            DeviceVxDs,       0, "rt25u98.sys"
HKR, ,                            EnumPropPages,    0, "netdi.dll,EnumPropPages"

HKR, Ndi\Interfaces,              DefUpper,         0, "ndis3"
HKR, Ndi\Interfaces,              DefLower,         0, "ethernet"
HKR, Ndi\Interfaces,              UpperRange,       0, "ndis3"
HKR, Ndi\Interfaces,              LowerRange,       0, "ethernet"

;
; NDIS Info
;
HKR, NDIS,                        LogDriverName,   0, "WUSB54GV4SRV"
HKR, NDIS,                        MajorNdisVersion, 1, 03
HKR, NDIS,                        MinorNdisVersion, 1, 0A


;
; Interfaces
;
;
; Install sections
;HKR,Ndi\Install,ndis3,,"rt25u98.install"

;
; Vendor Description
;
HKR, ,                            VendorDesc,      0, %VENDOR_DESC_DEF_STR%
HKR, Default,                     VendorDesc,      0, %VENDOR_DESC_DEF_STR%
;*******************************************************************************************
; DestinationDirs
;*******************************************************************************************

[DestinationDirs]
NT.CopyFiles            = 12    ; system32\drivers subdirectory on NT
win9x.CopyFiles         = 11    ; system32 subdirectory on win9x

[NT.CopyFiles]
rt2500usb.sys                   ; NT Installation

[win9x.CopyFiles]
rt25u98.sys                     ; Win9x Installation

[SourceDisksNames]
1                       = %INSTALL_DISK_STR%,,,

[SourceDisksFiles]
rt2500usb.sys           = 1
rt25u98.sys             = 1


;*******************************************************************************************
; NT specific
;*******************************************************************************************
[WUSB54GPv4.ndi.NT.reg]
HKR, Ndi,                   Service,            0, "WUSB54GPV4SRV"
HKR, Ndi\Interfaces,        UpperRange,         0, "ndis5"
HKR, Ndi\Interfaces,        LowerRange,         0, "ethernet"

;
; Vendor Description
;
HKR, ,                            VendorDesc,      0, %VENDOR_DESC_DEF_STRP%
HKR, Default,                     VendorDesc,      0, %VENDOR_DESC_DEF_STRP%

[WUSB54Gv4.ndi.NT.reg]
HKR, Ndi,                   Service,            0, "WUSB54GPV4SRV"
HKR, Ndi\Interfaces,        UpperRange,         0, "ndis5"
HKR, Ndi\Interfaces,        LowerRange,         0, "ethernet"

;
; Vendor Description
;
HKR, ,                            VendorDesc,      0, %VENDOR_DESC_DEF_STR%
HKR, Default,                     VendorDesc,      0, %VENDOR_DESC_DEF_STR%


[WUSB54GPv4.Service]
DisplayName=%WUSB54GPv4.Service.DispName%
ServiceType                 = 1                             ;%SERVICE_KERNEL_DRIVER%
StartType                   = 3                             ;%SERVICE_AUTO_START%
ErrorControl                = 1                             ;%SERVICE_ERROR_NORMAL%
ServiceBinary               = %12%\rt2500usb.sys
LoadOrderGroup              = NDIS

[common.EventLog]
AddReg=common.AddEventLog.reg

[common.AddEventLog.reg]
HKR, , EventMessageFile, 0x00020000, "%%SystemRoot%%\System32\netevent.dll,%%SystemRoot%%\System32\drivers\rt2500usb.sys"
HKR, , TypesSupported,   0x00010001, 7


;*******************************************************************************************
; Strings
;*******************************************************************************************

[strings]
Provider=         "Linksys"
V_Provider=         "Cisco-Linksys, LLC."

WUSB54GPv4.DeviceDesc=      "Wireless-G Portable USB Adapter"
WUSB54GPv4.Service.DispName=   "Wireless-G Portable USB Adapter Driver"
WUSB54Gv4.DeviceDesc=      "Linksys Wireless-G USB Network Adapter"
WUSB54Gv4.Service.DispName=   "Linksys Wireless-G USB Network Adapter Driver"
INSTALL_DISK_STR=      "Linksys Wireless-G USB Adapter Installation Disk"

;
; Don't put spaces around=sign otherwise installer will not be able to
; find these lines.
SSID_DEF_STR                = ""
VENDOR_DESC_DEF_STR          = "Wireless-G Portable USB Adapter"
VENDOR_DESC_DEF_STRP         = "Linksys Wireless-G USB Network Adapter"
NETWORK_TYPE_DEF_STR        = "1"
CHANNEL                     = "1"

#105155 - biohazard_star - Fri Oct 06, 2006 1:47 pm

I was wondering. Would it be possible to make this work with a >router<?
I don't really have the money to shell out on a wireless adapter. >.<

#110880 - MaGmA - Sat Dec 02, 2006 4:03 pm

i have the Cnet CWD 854 , I didn't install the original drivers that are in the box.
If i want to install the WiFi drivers for it, the prog asks if i want to put the usb stick in the usb ports and wait for a bit , then i put the usb stick in the port and the prog won't do anything anymore :s

I followed the tutorial and everything went fine , but i still have the same problem

plz help^^

grtz

#110895 - MaGmA - Sat Dec 02, 2006 6:28 pm

Its the F version :(

Can someone make the F version driver for me?

grtz

#111138 - Mazinkaiser - Mon Dec 04, 2006 10:28 am

hi guys, i have a Conceptronic C54Ri... a PCI version of wifi cards listed in the first page C54ru... mh, there is any way to fix the driver (i guess PCI is different from USB guide) for this card?

#111433 - wiispect - Wed Dec 06, 2006 2:55 pm

I'm using a Linksys Compact Wireless-G USB Network Adapter with Speedboost, model no. WUSB54GSC.

Edit: I got everything to work up until it starts installing drivers. It will install about 90-99% of the drivers, and then it just stops. What can I do to fix this?

#111864 - rz2 - Mon Dec 11, 2006 3:41 am

Anyone with a D-link DWL-g120? - I'm trying one: H/W Ver. B1 F/W Ver. 2.4.3.4

I modified the driver as specified and as it goes through the setup it asks to insert the nintendo usb device, so i put in the d-link and it continues installing for a minute and comes up with an error saying to insert the nintendo usb device, if i click ok or reinsert it it comes up with an APPLICATION ERROR.

I double checked the VID&PID (2001, 3701)

#113171 - Otaku - Sat Dec 23, 2006 11:47 pm

Hi, i a have a UsRobotics Wireless Usb Adapter 5423, anyone knows where to find modified drivers for it, or maybe make them?
Thanks.

#114387 - psboy - Sun Jan 07, 2007 1:09 pm

Hi,
Does there any driver for buffalo WLI2-USB2-G54?
I can not find it driver for Nintendo wifi.
Does this usb wireless nic not support?

#114970 - miek - Thu Jan 11, 2007 11:32 pm

Anyone know what chip the Syntax USB-400 uses? I am trying to hack the Ni-Fi to work with my Wii. The Syntax was a dirt cheap 802.11b USB adapter from 3 or so years ago.

Just changing the VID/PID in the nintendo files doesnt work. It kind of installs but fails towards the end. So I've been trying to replace the rt25xx drivers with the ones supplied with the USB-400. no luck yet.

If anyone has any more info on it or wants to take a crack at the drivers let me know.

#115994 - simprule - Sat Jan 20, 2007 11:47 pm

Problem with installing the modified belkin driver.

I uninstalled the current driver, then restarted my computer. When running the NWiFi setup, when prompted to insert my USB stick, my computer automatically recognises it as a Belkin 54g USB Adaptor, even though it still requires a driver.

Therefore, this means the NWiFi setup does not recognise it at all, and the setup stalls.


Is this because of what my computer recognises?

I would apperciate any help, but I can't verfiy whether or not is v2000 or v3000 nor supply a driver now that it's uninstalled!

#116025 - HyperHacker - Sun Jan 21, 2007 5:24 am

A few months ago I uninstalled the hacked drivers for my DWL-G510(?) and installed official ones so I could grab a wifi signal, and after doing that there was just no way it'd take the hacked ones anymore. Same problem you had. I had to just use System Restore to go back to before I'd installed them. :-/
_________________
I'm a PSP hacker now, but I still <3 DS.

#116287 - allegrosurf - Wed Jan 24, 2007 3:36 am

just bought WUSB54G V4, NiFi driver (which i downloaded from the fist post) installation getting error when it setting the connection sharing. my pc behind the router, the question is. do i need change my router ip? my router ip is 192.168.0.1

#124445 - lycosluke - Fri Apr 06, 2007 1:11 am

I am using an Conceptronic C54RU and tried the modified driver but it didn't work. The Wi-Fi USB Connector Installer didn't recognized the device and woudn't go on with the installation. After checking the VID's ans PID's I noticed that the PID of my C54RU was different than the one used in the modified driver. My PID is "PID_3C22". So I changed it in the files link in the tutorial described and now the Wi-Fi USB Connector Installer recognizes the C54RU and starts to install the driver but stops allmost in the middel of the installation. I'm trying it now for hours but can't get a solution. Is there somebody who had a similar problem and/or maby a solution?

#127109 - crashnutter - Mon Apr 30, 2007 12:56 am

Hey guys,

Firstly good effort on the amount of work thats gone into all this - I'm glad I've found this site!

Is it safe to say that the Belkin F5D7050 v3000 is not going to happen as a hacked-nds-wifi adaptor thingy? I've learnt a lot tonight about chipsets and VID/PID's and followed all of the instructions to the letter, but when I launch the program it gets to the bit where it says put the USB adaptor in, and it says "Found Belkin USB 54g", brings up the "Found New Hardware" wizrad in the background, the Nintendo install-o-tron stalls, launches SoftAP, which then hangs, if I taskman out of SoftAP, the Nintendo installer finishes, asks me to put the USB back in (even when its already in) then gives application error and bombs out.


Would be muchly grateful if anyone has a hack for the drivers/completely new way of getting this to work!

Update: For people with the lovely Belkin thingy, have found out how to tell which version you own:

Look at the FCC number on the actual stick:

K7S-F5D7050 = version 1000
K7S-F5D7050A = version 2000
K7S-F5D7050B = version 3000
RAXWN4501H = version 4000


SOOOO I definately have a version 3000, the difference on that RaLink table thing, shows that it means I have a Ralink2501USB chipset, so I guess the new questions are

1) is it because the NDS Drivers/software ONLY supports Ralink2500 chipsets that it won't work,

2) has anyone written any software that will make a Ralink 2501USB chipset recognisable as a NDS USB Wifi stick AND

3) Will the actual N-DS even recognise a Ralink2501USB chipset stick (I would have thought it would if the PC is broadcasting it as one, but still gonna ask)

I'm not even gonna pretend I know what I'm talking about here, so any advice would be most appreciated!

#128527 - aimoto - Sat May 12, 2007 9:35 am

success! (after literally 50 tries with this and waffle's guide.)

i have a WLI-U2-KG54 and modded it using this guide and nintendo's 1.04 USB install.

before installing--for the 50th time--i made sure that any traces of the previous orignal and nintendo drivers/programs were removed/uninstalled from the computer and then rebooted just to be safe. (rebooting to a clean slate is key!)

i then double checked the files i modded to make sure i did everything right, and with my USB unplugged, i ran the setup.exe in /NintendoWFCReg.

i followed the instructions:
http://www.nintendowifi.com/consumerservice/gettingStarted.do?entryId=usbInstall

and it did NOT work.

i was able to nintendo USB connector, but after a few seconds the signal would turn from green to red, and fail.

after some more restarting, i figured i'd try and bridge the USB and my LAN connection.

did it, restarted once again, and voila~ it connected.[/url]

#129030 - avongenesis - Fri May 18, 2007 2:30 am

Can someone make a driver for the wifi max? It doesnt seem to work with its own driver so i was wondering if it would work with this one.
The driver can be downloaded from
http://digispace2008.storesecured.com/wifi.rar

#129050 - ps2aich - Fri May 18, 2007 3:21 pm

lycosluke wrote:
I am using an Conceptronic C54RU and tried the modified driver but it didn't work. The Wi-Fi USB Connector Installer didn't recognized the device and woudn't go on with the installation. After checking the VID's ans PID's I noticed that the PID of my C54RU was different than the one used in the modified driver. My PID is "PID_3C22". So I changed it in the files link in the tutorial described and now the Wi-Fi USB Connector Installer recognizes the C54RU and starts to install the driver but stops allmost in the middel of the installation. I'm trying it now for hours but can't get a solution. Is there somebody who had a similar problem and/or maby a solution?


I just bought a C54RU adapter, and it has Version 2.0, and unfortunately uses the RT73 chipset from Ralink. That means that the modified Nintendo driver does not work.
But you can download this original driver, which includes a SoftAP, that also works with the Nintendo DS, but you have of course configure it yourself, similar as described here for PCI/PCMCIA.

But I have an additional question, perhaps someone in this forum had the same problem:
I have a special setup, that means I use two wireless connections:
Code:
Inet <--> DSL-Router with Wifi <---> Laptop with builtin Wifi + C54RU <---> NDS


Problem is, that even I choose Zero-Configuration Utility (the windows built in Wifi config), after starting the SoftAP, the Zero-Configuration-Service of Windows is halted. My Internetconnection works then further on for a non-determitive amount of time (e.g. 10 to 30 minutes), and then fails. To fix it, I have to stop the SoftAP, start the Zero-Configuration-Service again, and then the SoftAP again, and it works again.

My impression is, that the Internet Connection Sharing is meant for a wired WAN port and an additional LAN/Wlan port, but not for two wireless connections (nevertheless i can switch on Internet connection sharing on my primary Wireless connection).

Has anyone had this configuration before and knows a solution for this?

Thanks in Advance,

ps2aich

Edit: Solved: I now not use the Zero-Configuration Tool of windows anymore, but downloaded a compatible (same chipset Atheros AR5005G) 3rd party tool (in my case Belkin, so it should work now

#137721 - jacko168 - Tue Aug 14, 2007 11:36 pm

Hi

I have been trying to do your hack tutorial with my Netgear adapter WG111T. The setup program keeps freezing at the registration bit.

Do you have any drivers for this adapter??

Thanks

jacko168

#138482 - KayDat - Fri Aug 24, 2007 4:37 pm

I've got a Linksys WUSB54G (not 54GP), and I also had troubles installing the drivers. I gaveup, went the softAP route, then tried to give the NiFi a try again, and you know what? I missed a step.
Guys, MAKE SURE YOU CHANGE THE NO_COMPLETE FIELDS IN THE INST.INI FILE. If you don't, the install freezes just after installing drivers.
But yeah, I wanted a NiFi because I already have a WiFi router, and didn't want to make my internet open, which having a softAP does.

#138491 - Dood77 - Fri Aug 24, 2007 6:19 pm

I think you're confusing Nifi with ad-hoc, and I don't think either of those terms are correct in your situation, I could be wrong though.

Nifi is Nintendo's way of doing ad-hoc, its got its own specialized protocol that we don't understand yet.
_________________
If I use a term wrong or something then feel free to correct, I?m not much of a programmer.

Original DS Phat obtained on day of release + flashme v7
Supercard: miniSD, Kingston 1GB, Kingston 2GB
Ralink chipset PCI NIC

#138498 - KayDat - Fri Aug 24, 2007 7:02 pm

Dood77 wrote:
I think you're confusing Nifi with ad-hoc, and I don't think either of those terms are correct in your situation, I could be wrong though.

Nifi is Nintendo's way of doing ad-hoc, its got its own specialized protocol that we don't understand yet.


When I say NiFi, I mean the software for the Nintendo WiFi Connection USB dongle. I'm just lazy that way =p

#139546 - Magistus - Fri Sep 07, 2007 11:29 am

So the Asus WL-167g modded drivers are tested or not..? cause i'm about to buy one..

Plus.. i need a bit of help with a situation at work.

I'm using a pc at work with xp-pro-sp1 that is connected to an open network from the upper floor just to run a program that does some printing.. this router is conencted to the internet and gives it freely to me and another pc at the 2nd floor. I've got full access to the router admin panel, "but" heh, my boss came in 3 days ago and said that i "must" "only" use the company program from "now" on. So no surfing no nothing.. i was thinking to port some of that network to my ds just like i have it home with my linksys router. If i buy the asus dongle what must i do to the windows xp so i use the internet through the dongle to my ds.. i've got the opera and i'd like to play some wfc games! maybe some homebrew too..

thanx in advance and sorry for the big msg and the typo's

-Greek Fans Salute You! ;)
_________________
-= Carpe Noctem =-

#139879 - KayDat - Tue Sep 11, 2007 4:30 am

The ASUS WL-167g drivers are modified by Xtreme himself, so I think it's safe to say that they work.
Also, I think I'll be nice and until further notice, if you have a USB Ralink RT2500 chipset based WiFi adapter which doesn't already have a custom driver listed, I'm willing to make one for you, as long as you provide VID and PID of your WiFi adapter. PM me.

#139895 - Magistus - Tue Sep 11, 2007 7:56 am

Thank you veeeery very much..
_________________
-= Carpe Noctem =-

#139979 - Magistus - Wed Sep 12, 2007 8:38 am

Yesterday i purchased an ASUS WL-167g but the VID/PID is different than the driver.. my asus it's not the 1706 but the 1723 VID/PID.. i changed the ini and the dll's with notepad++ and xiv32 like the guide says, no prob easy stuff, but it hungs at about 50% of the installation.. what's up now..

I used :
The Magistus_... is my modified driver.. please some one can check it up..

And take a look at the screenshot on 2 pc's.. my laptop and my work does the same..
wfc_prob01.jpg

THank you very much!

P.s. sorry'bout my english

edited : screenshots
_________________
-= Carpe Noctem =-

#140110 - KayDat - Thu Sep 13, 2007 5:50 pm

So the PID is 1723, how about VID? Is it the same?

The fact that the numbers have changed at all makes me wonder...perhaps Asus have changed chipset? I'm not entirely sure though...have you double checked that you followed everystep?

#140209 - Magistus - Fri Sep 14, 2007 7:18 am

The Pid is diff but the Vid is the same.. and i'm almost asure.. that they've chaned chipsets.. it has both rt2500 files but some rt27 files too.. and if i install it normaly with the cd.. it uses the rt27 files (inf dll etc..)..

they changed it.. didn't they.. fcuk.. what i'm gonna do now..

and i can't even make it to work as a normal Access Point.. i just need to fw the net-connection to my ds and surf with my opera browser and use dslinux like i use'em at home with my linksys wag54gs.. no probs there..

does someone know how to make it work at least with the asus AP drivers..? i'm stuck at some ICS settings..
_________________
-= Carpe Noctem =-

#140429 - Magistus - Sun Sep 16, 2007 9:55 am

sorry for 2ble posting... but anyone.. help is needed!!!!

HEEEEEEEEEEEEEEELP.. (;>)
_________________
-= Carpe Noctem =-

#140894 - KayDat - Thu Sep 20, 2007 2:02 pm

Does the included software on the disk allow for Soft-AP?

#141019 - Magistus - Fri Sep 21, 2007 10:05 am

Yes.. but i just can't make it to work.. the nds finds it but doesn't connect.. something with damn ics..

i've got a pc that get the inet from the lan (router) and i want to forward the inet to the ds.. is it possible or not, cause i've read some ics help files and said that if you are with gateways etc. you cannot use it..

some help please.. not a n00b generaly.. but n00b @ ICS (damn ics)
_________________
-= Carpe Noctem =-

#141428 - KayDat - Tue Sep 25, 2007 10:35 am

Have you got any other WiFi devices to see if the SoftAP works in general?

#143434 - Magistus - Sun Oct 21, 2007 9:42 am

Look.. i can connect e.g. with laptop and use only proxy from the desktop so the laptop has internet through proxy..

but for the nds.. damn nothing.. some nds errors.. you know..

what now..?
_________________
-= Carpe Noctem =-

#143533 - fallak - Tue Oct 23, 2007 12:43 pm

Hi guys i need your help. I joined this forum just to find an answer to this.

Is it possible for me to use my iPhone on the access point created by my Wii Usb WiFi adapter from Buffalo???

Please help me if yoiu can or provide me a link to a modified driver that would allow me to do so...

I would appreciate it.


Thanks!!!

#146676 - Da_ALC - Fri Dec 07, 2007 2:03 pm

Hi there, I have read thru this whole forun and not got any further.
I have a Belkin F5D7050 (v2000)

I tried removing my old drivers, I run the setup for the 7050 as found here, but the setup freezes on asking me to "Connect the Nintendo Wi-Fi USB Connector.
Once the device is connected, please wait a moment."
I have unplugged it plugged it back it, restarted my pc, removed all belkin drivers, etc etc but its still just asking me to connect the device.

Anybody know what im missing?

#146678 - Da_ALC - Fri Dec 07, 2007 3:19 pm

OK I still needed to edit the files for the belkin adaptor.. needed to replace a 0 for a D for the PID VID code4s throughout.. Now its locked up at seeting up connection sharing... Joy.



--------
INstalled!
----------

#146680 - Da_ALC - Fri Dec 07, 2007 3:37 pm

Okay so I have it all installed. I dont see anything when I run the Nintendo Registration tool.. I see the process running ashould there be any dialogue...
I cant get my DS to detect it either.

I have my PC wired up to a router connected to the net, and my belkin adaptor plugged into my pc.
Would I need to allow anything on the router? The router is wireless and I can connect my DS to it, but i have a big metal wall between my room where my pc is and the router (its in a Pub) and so im cabled up to it.
This is why I am trying to setup the adapter in my room.

As I tell my DS to search for the nintendo USB connector.. my PC shows the belkin as sending packets as its trying to connect, but not receiving.

#150692 - Jui - Sun Feb 10, 2008 8:13 pm

Thanks a lot it works fine with Vista32 and my Dlink DWL-G122!

Jui

#152094 - arixc - Sun Mar 09, 2008 9:03 pm

Hi! I'm on Vista64, and nintendo USB 1.04 don't work. I've donwloaded the new 1.06 and tried to customize it for a DLink DWL-G122B1 with no luck. I've done every modification shown here but two things happen, the setup freezes when the SoftAPinstDrv opens with it at the start leaving no choice but to kill it with Ctrl+Alt+Del, and then when you close it (the SoftAPinstDrv app) the setup continues trying to configure the internet connection share but at the end and error says that the USB dongle is not connected and the setup ends with Error and no other choice but Close.

Any help? Thanks!

#153391 - mightydrive - Sat Mar 29, 2008 3:09 pm

Anyone worked out USB Wi-Fi Nintendo Wi-Fi 1.06 on Vista32?
I tried to get every files modified but no luck to success. Anyone can offer help?

Cheers.

#170449 - oursencolere - Sat Sep 26, 2009 6:13 pm

hi (sorry for my english but im french so), i have a probleme withe the step Editing ICSAPI.DLL file , i have the log i open i folow instruction but i cant find VID ]

i use vista and i have 1.07 nintendo driver

FINALLY i have found i change vid ] by VID_0411&PID_008B and found next step now lol

#171560 - kobatz - Fri Nov 27, 2009 7:08 am

Is there any slight possibilty that linksys usb adapter wusb54gc will work with some miracle?I tried everything and no sucess :( Thank you very much in advance

#171988 - mrman - Wed Jan 06, 2010 10:17 pm

Will this work with an edimax ew-7318ug?
Or is there a different way to get this usb device to work?
Thanks...

#173015 - rocket1975 - Mon Mar 15, 2010 4:12 pm

Hi, i have the D-link model DWL-G122 but have not got a clue where to go from here. i do not have any driver software for device as its an old adaptor i found shoved in my drawer lol. i haved downloaded official nintendo usb drivers but i am stuck. what i want do do is use adaptor to connect wii to my laptop to share its internet connection. i use my phone plugged into my laptop as my connection though. Any advice would be very helpfull and much appriciated.

#175443 - s1rr34l - Mon Nov 22, 2010 3:53 am

maybe this should have been posted in a different thread...

I was hoping to be able to use this solution with my DWL-G122 C1, since it uses a ralink chipset (rt2501/rt2573/rt73).

However, I got it working in Windows XP as an softAP using ralink's own
utility. And even better, I was able to connect using my NDS Lite. Was able to confirm that it works when I was able to connect to the online gallery function in Colors 1.1.

I should also mention that I got an M3 DS Real and is using sakura 1.49x.

I used the driver that is linked to on this page : http://wikidrivers.com/wiki/Ralink_RT7x (I think this specific driver might have been mentioned in some earlier post in this thread)

I installed the driver and chose to install both driver and utility.
Also chose to use the utility instead of Windows Zero Configuration.

After this I plugged in my USB adapter. Windows found the hardware and automatically installed D-Link drivers.

At first the Ralink utility icon was black and said that no wlan card was found. I wanted to try to replace the drivers with ralink's rt73 drivers.
I went into device manager and chose update drivers on the usb device.
I found some drivers located in the System32/DRVSTORE folder where a folder named rt73-something was located. However after installing, it seems it was the same D-Link drivers I had already installed.

The utility was still black. Started to almost lose all hope. Then I went into the Ralink utility folders and took a look. found an interesting file in the c:\program files\ralink\common folder that was called HWID.ini

Looked through it and found the [RT73] section. Looked for my cards VID and PID, but it was not there. However, there was another D-Link adapter there DeviceID_49=USB\VID_07D1&PID_3C06 .... then simply changed it to read DeviceID_49=USB\VID_07D1&PID_3C03 instead.
Saved the file. And Voil?. The utility worked.

Right clicked on the utility and chose switch to AP Mode. Then I chose my WAN connection (internet). I also had a 3G device connected and chose it as my WAN connection. Then I chose a name for my AP (TEST-NDS) and selected channel 6, security settings was configured to use WEP HEX (10 Characters Passcode) and that wireless protection was set to ON.

After that I found my new SoftAP on the NDS and was able to connect.