4. Install NDISwrapper
Step 1
Download the latest stable version from the NDISwrapper website.
http://ndiswrapper.sourceforge.net/joomla/Main menu > Download
Step 2
In Terminal navigate to the directory where you have saved the ndiswrapper-version.tar.gz file and unpack it like this in CLI for example.
| tar xvzf ndiswrapper-1.48.tar.gz |
Step 3
Install NDISwrapper by navigating to the newly unpacked directory and do these in CLI.
| sudo make uninstall |
| sudo make |
| sudo make install |

