Mini2440 tplink driver for WinCE need help...

Hussain Aftab
Hi i am using mini2440 with wince5.0 i want to use 
TPlink TL-WN321G+ for wireless lan.
can anybody have the driver for tplink for wince..???

Nikolay
I use this for same adapter :
http://driverscollection.com/?aid=4001823787533f6a92f52b7ec72
You only need these two files : RT2501USB.dll and rt2501usb.reg
Regards!

Hussain Aftab
Thanks it works..

Gianni
I used "CEFileWiz.exe" in order to insert "RT2501USB.dll" into my image.In
platform builder I inserted my existing project and I copied
"rt2501usb.reg" into "myDriver.reg".
But when I "build current project", I obtain this error:

Error: Unknown memory type found 'Memory'
Name Path Memory Type 
Error: failed setting line
makeimg: FATAL ERROR: Command returned non-zero exit code 1 (dec).
makeimg: FATAL ERROR: Command returned non-zero exit code 1 (dec).

Can you help me?

Gianni
Now I risolved this error, but when I insert my usb-wifi-pen I don't see
any change or request by winCE

Hussain Aftab
Hi Gianni,

Download the files 
RT2501USB.dll and rt2501usb.reg
from the following link
http://driverscollection.com/?aid=4001823787533f6a92f52b7ec72

Go to folder
C:\WINCE500\PLATFORM\smdk2440\FILES
and copy the file "RT2501USB.dll"

Now open platfrom builder
In platform builder you can see on the Left side the OS design view
Click on the Parameter view tab below it..
now click the plus sign in smdk2440 
you can see different files
    1-hardware specific files
    2-Project specific files
expand both..

double click platform.reg file inside hardware specific files
and Add the contents of rt2501usb.reg in the end of the files (bottom of
file)
repeat this process for Project.reg inside the Project specific files.

Now double Click Project.bib inside Project specific files and
Add the following line(without Quotes) just above the FILES heading
"RT2501USB.dll      $(_FLATRELEASEDIR)\RT2501USB.dll  NK  SH"
(NOTE: This is one line)

Now repeat this process for Platform.bib in the Hardware specific files
add the line just above the FILES heading..

Now build the image..


I did it for TPLINK TL-WIN321 G+ USB wifi device and it works fine..

Hope it Helps..

Thanks and Regards
Hussain Aftab

pegah
Would you please tell me a way for TPLINK TL-WIN321 G USB wifi device(not
G+)??
Thanks!