Results 1 to 2 of 2
Hi, this is my first post on this forum and I'm completely new to linux, so I got stuck in first steps.
I've tried to install ndiswrapper on Backtrack 4 ...
- 04-01-2011 #1Just Joined!
- Join Date
- Apr 2011
- Posts
- 1
Can't install ndiswrapper
Hi, this is my first post on this forum and I'm completely new to linux, so I got stuck in first steps.
I've tried to install ndiswrapper on Backtrack 4 R2 (without internet connection) but I've got a few errors, and I've googled them but nothing helped (error log is attached)
And I have one more question, is it true that when I use ndiswrapper for my wirelles usb I wouldn't be able to crack WEP and other encriptions ?
- 04-04-2011 #2Linux Newbie
- Join Date
- Nov 2008
- Location
- Tokyo, Japan
- Posts
- 243
What version of Linux are you using?
What command did you use to get this output? You should have used these commands:However, is it really necessary for you to install from source? Could you just download a ".deb" file or a ".rpm" file and install it from that? Lets say you are using Ubuntu Linux, you should just execute this command:Code:cd /usr/var/ndiswrapper-1.56 ./configure && make && sudo make install
If you just get internet access, this one command will automatically download and install everything. It is so easy!Code:apt-get install ndiswrapper-common


Reply With Quote