1
Android / Re: [WIP]Hacking with a Acer Iconia A500
« on: September 15, 2012, 09:16:03 am »
Hi,
to resolve the errors during the make of aircrack-ng i've done like this:
apt-get install zlib1g-dev
[install libssl-dev]
wget http://launchpadlibrarian.net/64412492/libssl-dev_0.9.8k-7ubuntu8.6_armel.deb
dpkg --install libssl-dev_0.9.8k-7ubuntu8.6_armel.deb
[add /sbin to PATH]
export PATH=$PATH:/sbin
Now i'll able to compils correctly aircrack-ng
It seem the Iconia a501' wifi chipset isn't reconzie by backtrack?
How to use a wifi dongle?
Thx,
to resolve the errors during the make of aircrack-ng i've done like this:
apt-get install zlib1g-dev
[install libssl-dev]
wget http://launchpadlibrarian.net/64412492/libssl-dev_0.9.8k-7ubuntu8.6_armel.deb
dpkg --install libssl-dev_0.9.8k-7ubuntu8.6_armel.deb
[add /sbin to PATH]
export PATH=$PATH:/sbin
Now i'll able to compils correctly aircrack-ng
It seem the Iconia a501' wifi chipset isn't reconzie by backtrack?
How to use a wifi dongle?
Thx,