ingegomez
Group: Members
Posts: 7
Joined: June 2006 |
|
Posted: June 18 2006,17:54 |
|
How Use NDISWRAPPER for the RT2500:
First, get the RT2500 Driver for WINDOWS 2000 (the XP Driver causes PC Freeze)... In your case vattek The driver can be found in the official page of your NOTEBOOK (if is HP, search in hp.com, if is toshiba search in thosiba.com or something), search for the Windows 2000 driver...
Now... Do this:
1.- Copy the Folder Windows 2000 Driver (in some cases the drivers are in a folder called Win2k) to your "/" root directory in damm small linux... "/win2k" <--- this is the view after copy in the root directory... (all this need do as ROOT user)
2.- Change to the DSL User and do this: sudo ndiswrapper -i /win2k/RT2500.inf (if the .inf is called RT500, maybe the .inf name is diferent, exemple m2500.inf, or other name).
3.- sudo ndiswrapper -l This should display the message "Installed ndis drivers: rt2500 driver present, hardware present"
4.- sudo ndiswrapper -m
5.- sudo depmod -a
6.- sudo modprobe ndiswrapper
7.- sudo ifconfig -a
with this, the wlan0 appears in the ifconfig list
8.- Now, just configure the card with the NETCARD CONFIG in system tools or something, i dont remember where is that, but is in the main menu of the damm small linux...
|