LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   Compiling... (https://www.linuxquestions.org/questions/linux-newbie-8/compiling-607428/)

willrs2 12-17-2007 03:00 PM

Compiling...
 
I just got ndiswrapper, and I was wondering how to install it on Backtrack2 linux. I've never installed anything on linux.

Thanks in advance,
Will

elliott678 12-17-2007 03:18 PM

Extract it, then in the main directory, run:
Code:

./configure
make
make install

Then to set it up:
Code:

ndiswrapper -i /path/to/windowsdriver.inf
ndiswrapper -l (to be sure the card is seen)
modprobe ndiswrapper (to load the driver)
ifconfig -a (to be sure wlan0 shows up)


willrs2 12-17-2007 03:35 PM

Thanks again elliot. Problem resolved


All times are GMT -5. The time now is 07:03 AM.