Open a terminal and type:
kedit /usr/include/linux/wireless.h
This will open a text editor. Locate the lines:
and after add:Code:#ifndef _LINUX_WIRELESS_H #define _LINUX_WIRELESS_H
#include <linux/if.h>
Should now look like:
Save and exit. In that same terminal follow these steps:Code:#ifndef _LINUX_WIRELESS_H #define _LINUX_WIRELESS_H #include <linux/if.h>
Finally, lets give it a go:Code:cd ~ wget kent.dl.sourceforge.net/sourceforge/airpwn/airpwn-1.3.tgz tar -xzf airpwn-1.3.tgz cd airpwn-1.3 tar -xzf lorcon-current.tgz cd lorcon ./configure && make && make install cd .. configure make madwifing_prep.sh
Code:airpwn -c conf/greet_html -d madwifi -i ath1 -v -v


