Aircrack-ng
Welcome, Guest. Please login or register.
February 10, 2010, 09:10:44 am

Login with username, password and session length
Search:     Advanced search
Wiki: www.aircrack-ng.org
Bug tracker + latest devel sources: http://trac.aircrack-ng.org
31125 Posts in 5435 Topics by 14892 Members
Latest Member: Dietaplus
* Home Help Search Login Register
+  Aircrack-ng
|-+  General Discussion
| |-+  Newbie
| | |-+  Issues with installation
« previous next »
Pages: [1] Reply Print
Author Topic: Issues with installation  (Read 1220 times)
ironstove
Newbie
*
Posts: 4


Issues with installation
« on: May 29, 2009, 08:18:20 am »
Reply with quote

Hi, I just recently installed linux mint 6 so I'm relatively new to the entire operating system since I've been a windows user since 3.1 until now.

I am attempting to install aircrack-ng on a Asus Z92K laptop with Linux Mint 6 installed (Gloria)

According to online user manuals the laptop has the BCM43xx wireless card pre-installed in it, but I am unable to figure out whether the system has recognized the card.

I typed all of the commands as specified in the "Installing drivers" manual but I was unable to spot the wireless card.

To get straight to the point, I would like to know how or why the wireless card is not being read by the system (it is on and can see the wireless networks available).

If a method is not solved, is there a way to bypass this step and go forward with the driver installation?

Thanks a lot for the help. I will continue reading the help files and check back up on this thread throughout for advice to the problem.
Logged
sleek
Full Member
***
Posts: 162


Re: Issues with installation
« Reply #1 on: May 29, 2009, 08:46:17 am »
Reply with quote

ironstove,

If this is more or less, your first experience with linux, you should get acquainted with the OS first, before jumping to aircrack-ng.  Otherwise you'll find it rather frustrating dealing with all of it's aspects.

All of the questions you ask have their answers in wiki documentation of the site, which goes to show you haven't read them. To get help around here, you need to at least demonstrate due diligence and read the documentation, because no one's babysitting.
Logged
ironstove
Newbie
*
Posts: 4


Re: Issues with installation
« Reply #2 on: May 29, 2009, 08:50:17 am »
Reply with quote

Yea, I was reading the wiki shortly after posting the thread after I read other users being told to refer to the wiki. I'm currently going through the stage of installing OpenSSL on the laptop and I'm going to proceed forward with the installation and I'll bump this topic up or perhaps start a new one when I run into a problem that neither the wiki or FAQ can answer. Sorry for the spam lol!
Logged
ironstove
Newbie
*
Posts: 4


Re: Issues with installation
« Reply #3 on: May 29, 2009, 09:36:04 am »
Reply with quote

Alright, so I finished installing openssl a while ago, but I have been unsuccessful at installing aircrack. I every time I type in the 'make' and 'make install' command to the console, I get the same error message:

make -C src all
make[1]: Entering directory `/home/bravo/Documents/aircrack-ng-1.0-rc3/src'
make -C osdep
make[2]: Entering directory `/home/bravo/Documents/aircrack-ng-1.0-rc3/src/osdep'
Building for Linux
make[3]: Entering directory `/home/bravo/Documents/aircrack-ng-1.0-rc3/src/osdep'
make[3]: `.os.Linux' is up to date.
make[3]: Leaving directory `/home/bravo/Documents/aircrack-ng-1.0-rc3/src/osdep'
make[2]: Leaving directory `/home/bravo/Documents/aircrack-ng-1.0-rc3/src/osdep'
gcc -g -W -Wall -Werror -O3 -D_FILE_OFFSET_BITS=64 -D_REVISION=0  -Iinclude   -c -o aircrack-ng.o aircrack-ng.c
In file included from aircrack-ng.c:65:
crypto.h:12:26: error: openssl/hmac.h: No such file or directory
crypto.h:13:25: error: openssl/sha.h: No such file or directory
crypto.h:15:25: error: openssl/rc4.h: No such file or directory
crypto.h:16:25: error: openssl/aes.h: No such file or directory
cc1: warnings being treated as errors
In file included from aircrack-ng.c:69:
sha1-sse2.h: In function ‘calc_4pmk’:
sha1-sse2.h:143: error: implicit declaration of function ‘HMAC’
sha1-sse2.h:143: error: implicit declaration of function ‘EVP_sha1’
aircrack-ng.c: In function ‘crack_wpa_thread’:
aircrack-ng.c:3876: error: implicit declaration of function ‘EVP_md5’
make[1]: *** [aircrack-ng.o] Error 1
make[1]: Leaving directory `/home/bravo/Documents/aircrack-ng-1.0-rc3/src'
make: *** [all] Error 2

Despite the fact that I've installed OpenSSL, I continue to get the error stating that the directory/files do not exist. I read the wiki several times but it doesn't go into further detail on how to overcome this issue other than installing OpenSSL which I already did by downloading from the main site. Thanks for the help!
Logged
sleek
Full Member
***
Posts: 162


Re: Issues with installation
« Reply #4 on: May 29, 2009, 09:53:18 am »
Reply with quote

You'll need OpenSSL's development package:

sudo apt-get install libcurl4-openssl-dev
Logged
Fubar
Newbie
*
Posts: 34


Re: Issues with installation
« Reply #5 on: May 29, 2009, 11:50:09 am »
Reply with quote

General Linux tip: don't install stuff from their websites, use Synaptic!

Also, concerning your wireless card's detection, check out the output of the "lspci" and "iwconfig" commands (without the quotes of course).
Logged
sleek
Full Member
***
Posts: 162


Re: Issues with installation
« Reply #6 on: May 29, 2009, 12:14:15 pm »
Reply with quote

General Linux tip: don't install stuff from their websites, use Synaptic!

I beg to differ. Especially when it comes to aircrack-ng.
Logged
Fubar
Newbie
*
Posts: 34


Re: Issues with installation
« Reply #7 on: May 29, 2009, 12:51:59 pm »
Reply with quote

General Linux tip: don't install stuff from their websites, use Synaptic!

I beg to differ. Especially when it comes to aircrack-ng.
OK I agree in this case, but he was talking about openssl. (And Ubuntu 9.04 has aircrack 1.0-rc3 in it's repos, so it's not all that bad).
Logged
darkAudax
Administrator
Hero Member
*****
Posts: 5601


Re: Issues with installation
« Reply #8 on: May 29, 2009, 01:59:37 pm »
Reply with quote

ironstove,

You need to install the development portion of openssl.  I am not sure of the package name on your distro.  You should be able to find which exact package supplies the missing files.  Your distro support fourms should be able to tell you which exact package you need to get the files.

d.
Logged
Mister_X
Administrator
Hero Member
*****
Posts: 3164


WWW
Re: Issues with installation
« Reply #9 on: May 29, 2009, 04:07:54 pm »
Reply with quote

You'll need OpenSSL's development package:

sudo apt-get install libcurl4-openssl-dev

No, not that package and all information and troubleshooting are on the wiki (search for installation in the wiki).
Logged
sleek
Full Member
***
Posts: 162


Re: Issues with installation
« Reply #10 on: May 29, 2009, 04:37:04 pm »
Reply with quote

Right,

Linux mint in essence is ubuntu, which means he needs package called libssl-dev
Logged
ironstove
Newbie
*
Posts: 4


Re: Issues with installation
« Reply #11 on: May 30, 2009, 01:12:51 am »
Reply with quote

You'll need OpenSSL's development package:

sudo apt-get install libcurl4-openssl-dev

Thanks. I think that command pretty much solved my problem. This is the output that I get when I type 'make' and 'make install' now so I think I'll try to proceed with the driver installations.

bravo-laptop aircrack-ng-1.0-rc3 # make
make -C src all
make[1]: Entering directory `/home/bravo/Documents/aircrack-ng-1.0-rc3/src'
make -C osdep
make[2]: Entering directory `/home/bravo/Documents/aircrack-ng-1.0-rc3/src/osdep'
Building for Linux
make[3]: Entering directory `/home/bravo/Documents/aircrack-ng-1.0-rc3/src/osdep'
make[3]: `.os.Linux' is up to date.
make[3]: Leaving directory `/home/bravo/Documents/aircrack-ng-1.0-rc3/src/osdep'
make[2]: Leaving directory `/home/bravo/Documents/aircrack-ng-1.0-rc3/src/osdep'
make[1]: Leaving directory `/home/bravo/Documents/aircrack-ng-1.0-rc3/src'
bravo-laptop aircrack-ng-1.0-rc3 # make install
make -C src install
make[1]: Entering directory `/home/bravo/Documents/aircrack-ng-1.0-rc3/src'
make -C osdep
make[2]: Entering directory `/home/bravo/Documents/aircrack-ng-1.0-rc3/src/osdep'
Building for Linux
make[3]: Entering directory `/home/bravo/Documents/aircrack-ng-1.0-rc3/src/osdep'
make[3]: `.os.Linux' is up to date.
make[3]: Leaving directory `/home/bravo/Documents/aircrack-ng-1.0-rc3/src/osdep'
make[2]: Leaving directory `/home/bravo/Documents/aircrack-ng-1.0-rc3/src/osdep'
make -C osdep install
make[2]: Entering directory `/home/bravo/Documents/aircrack-ng-1.0-rc3/src/osdep'
Building for Linux
make[3]: Entering directory `/home/bravo/Documents/aircrack-ng-1.0-rc3/src/osdep'
make[3]: `.os.Linux' is up to date.
make[3]: Leaving directory `/home/bravo/Documents/aircrack-ng-1.0-rc3/src/osdep'
make[2]: Leaving directory `/home/bravo/Documents/aircrack-ng-1.0-rc3/src/osdep'
install -d /usr/local/bin
install -m 755 aircrack-ng airdecap-ng packetforge-ng ivstools kstats makeivs-ng airdecloak-ng /usr/local/bin
install -d /usr/local/sbin
install -m 755 aireplay-ng airodump-ng airserv-ng airtun-ng airbase-ng /usr/local/sbin
make[1]: Leaving directory `/home/bravo/Documents/aircrack-ng-1.0-rc3/src'
make -C scripts install
make[1]: Entering directory `/home/bravo/Documents/aircrack-ng-1.0-rc3/scripts'
install -m 755 airmon-ng airdriver-ng /usr/local/sbin
make[1]: Leaving directory `/home/bravo/Documents/aircrack-ng-1.0-rc3/scripts'
make -C manpages install
make[1]: Entering directory `/home/bravo/Documents/aircrack-ng-1.0-rc3/manpages'
rm -f /usr/local/man/man1/aircrack-ng.1
rm -f /usr/local/man/man1/airdecap-ng.1
rm -f /usr/local/man/man1/airdriver-ng.1
rm -f /usr/local/man/man1/aireplay-ng.1
rm -f /usr/local/man/man1/airmon-ng.1
rm -f /usr/local/man/man1/airodump-ng.1
rm -f /usr/local/man/man1/airserv-ng.1
rm -f /usr/local/man/man1/airtun-ng.1
rm -f /usr/local/man/man1/ivstools.1
rm -f /usr/local/man/man1/kstats.1
rm -f /usr/local/man/man1/makeivs-ng.1
rm -f /usr/local/man/man1/airbase-ng.1
rm -f /usr/local/man/man1/packetforge-ng.1
rm -f /usr/local/man/man1/airdecloak-ng.1
rm -f /usr/local/man/man1/airolib-ng.1
rm -f /usr/local/man/man1/wesside-ng.1
rm -f /usr/local/man/man1/tkiptun-ng.1
rm -f /usr/local/man/man1/buddy-ng.1
rm -f /usr/local/man/man1/easside-ng.1
install -d /usr/local/man/man1
install -m 644 aircrack-ng.1 airdecap-ng.1 airdriver-ng.1 aireplay-ng.1 airmon-ng.1 airodump-ng.1 airserv-ng.1 airtun-ng.1 ivstools.1 kstats.1 makeivs-ng.1 airbase-ng.1 packetforge-ng.1 airdecloak-ng.1  /usr/local/man/man1
make[1]: Leaving directory `/home/bravo/Documents/aircrack-ng-1.0-rc3/manpages'
Logged
Pages: [1] Reply Print 
« previous next »
Jump to:  

Powered by MySQL Powered by PHP Aircrack-ng | Powered by SMF 1.0.10.
© 2005, Simple Machines LLC. All Rights Reserved.
Valid XHTML 1.0! Valid CSS!