3. Open up a terminal and switch to root account. Switch to the directory where you copied the drivers (/home/wireless_drivers in our example) and issue the command
ndiswrapper –i driver_filename.inf
This will install the Windows wireless drivers to your Linux system. To check if the installation is successful, issue the
ndiswrapper – l (the letter ‘l’ not number ‘1’)
command as the root in the terminal. If you see something like
Installed ndis drivers:
{driver_name} driver present, hardware present
Or
{driver_name} : driver installed
device ({Chipset_ID}) present
you are done.
4. To load the wireless driver into the memory, do not leave the terminal. Issue the following commands in order as the root user:
depmod –a
modprobe ndiswrapper
Users who use sudo instead of using the root account have to issue the commands by preceding with sudo (e.g. sudo ndiswrapper –i driver_filename.inf).
If any of these steps fail, there is abundant information on the Internet. Just note the error/message output and Google it.
But, for the users intimidated by the command line, BrightHub readers have other options: NDISGTK and DriverLoader.