PDA

View Full Version : problem during installation of ieee80211-1.2.15


jack.ma
4th December 2006, 04:52
Hi

I met a problem during installation of ieee80211-1.2.15.When I executed "sudo make IEEE80211_INC=/usr/lnclude" in shell command-line, it saied

make[2]:*** No rule to make target `/usr/src/linux-2.6.12.1/ieee80211-1.2.15/ieee80211_module.s`, needed by `/usr/src/linux-2.6.12.1/ieee80211-1.2.15/ieee80211_module.o.` Stop.

And I didn't find ieee80211_module.s in ieee80211-1.2.15 package downloaded from http://ieee80211.sourceforge.net.

My system settings are listed below

1 My laptop is Compaq nx6120
2 OS is ubuntu 5.10 and it's kernel is 2.6.12

Any suggestion is appreciated.

Thanks
-jack

falko
5th December 2006, 18:18
H
make[2]:*** No rule to make target `/usr/src/linux-2.6.12.1/ieee80211-1.2.15/ieee80211_module.s`, needed by `/usr/src/linux-2.6.12.1/ieee80211-1.2.15/ieee80211_module.o.` Stop.

Did you run
./configure before make?

jack.ma
7th December 2006, 04:43
it seems incompatible with kernel from kernel.org.However,it works well with kernel compiled against kernel source from ubuntu by apt-get install linux-source-2.6.12 command.