Tips Linux Explorers | ![]() |
All Things Linux Forum | ![]() |
Great Linux Links | ![]() |
LinuxClues.com | ![]() |
Hometown | ![]() |
QUOTE (Julia @ Forum 2005) | ||||||||||||||||||
Installing a windows wireless driver in Linux can be done through the use of a program called ndiswrapper. This is the way to go if your wireless card does not have Linux support. The very first thing you need to do is locate the .inf file in Windows that supports your driver. *) If you do not have Windows on your computer, you will need to search on the Internet or the disks that came with your card for the inf file. Make sure the file is somewhere you have easy access to from Linux. Ndiswrapper does not work with old kernels. You must be running at least a 2.4 or higher kernel. You will also need a package called Wireless Tools installed. This comes with most distributions and is there ready for you to install it. 1. Install Wireless Tools through your control center of your distro. 2. Obtain your copy of ndiswrapper and wireless tools. If it is available through your distribution then go ahead and install it that way. If not download the latest from ndiswrapper on SourceForge. Extract the file with:
3. Now that you have your ndiswrapper and your wireless tools installed, you are ready to get down to business:
This should give you a printout like this:
Now you are ready to continue. 4. Next it is time to probe for your ndiswrapper. It should just continue without any messages. If so, you will then continue to the next step:
This will give you a printout like this:
With this you can continue with:
This will give you all the details to show it is working. Here is mine:
You can see that I have an ESSID of XXXXXX and am using Channel 6. Managed means I am not running WEP at the moment. If you are then you will need to tell it "open" rather than managed. You will take the information from this printout to do your configuration:
If that worked you are now ready to tell it to load it automatically each time you boot up.
In most cases it will finish by saying "Adding "alias wlan0 to ndiswrapper" to /etc/modprobe.conf". Happy wireless browsing. |
Tips Linux Explorers | ![]() |
All Things Linux Forum | ![]() |
Great Linux Links | ![]() |
LinuxClues.com | ![]() |
Hometown | ![]() |