NavigationUser loginSpam?See spam posts on this site? If so, please don't reply to the spam! Instead, just report the URL to the webmaster. |
ieee80211 stack installation for wirelessdear friends, i have installed debian 4 on my laptop which is having a intel 3945 card. but the driver is not there for wireless card. while i was installing ipw3945 driver it asked for ieee80211 stack installation. but while i was trying to install 80211 stack it is giving the following error Checking in /lib/modules/2.6.18-4-686 for ieee80211 components... Again in the install read me file of ieee80211 folder the initial condition is : The installation requires the compiled kernel sources or headers /lib/modules/\`uname -r\`/build If that directory does not exist, or is empty, you likely need to SO how to do this?? how to resolve this issue.. |
ieee80211 stack installation
You need to install the headers for your running kernel:
apt-get install linux-headers-$(uname -r)
ieee80211 stack installation
hi friends,
i m not able to resolve this issue. i have installed(linux headers) as you told. it got installed. but when i m trying to install the 80211 stack the same problem it is saying. i m not getting what should i put in " /lib/modules/\`uname -r\`/build " folder. plz help me in details. bye thanx n advance.
ieee80211 stack installation
Installing the headers should have created a link in /lib/modules/$(uname -r) named 'build' and that should point to the installed headers in /usr/src. What headers did you install, and what kernel are you running?