Hey there.
First of all i'm pretty new to all of "this" (BT4PF, installing linux drivers/stacks, the remote-exploit forums, etc...).
I've installed kernel headers and created a symlink to the kernel headers:
Code:
apt-get install linux-headers-$(uname -r)
ln -sf /usr/src/linux-headers-$(uname -r) /usr/src/linux
Then i started airdriver-ng to install the ieee80211 stack.
Following error message showed up:
Code:
airdriver-ng install_stack 0
Stack "IEEE80211" specified for installation.
Your current GCC version doesn't match the version your kernel was compiled with.
The build modules will probably not load into the running kernel.
1. Getting the source...OK
2. No extraction needed.
Directory "ieee80211" doesn't exist.
Running "depmod -ae"...
Failed to install the stack.
Look through "/var/log/airdriver" for errors.
My current gcc version can't be the problem, because it matches with the version the kernel was compiled with:
Code:
cat /proc/version
Linux version 2.6.29.4 (root@bt) (gcc version 4.3.2 (Ubuntu 4.3.2-1ubuntu12) ) #1 SMP Thu Jun 18 10:57:32 EDT 2009
Any ideas how to install the ieee80211 stack? I want to use it in combination with madwifi-ng drivers.
Thanks for your help!