problem during installation of ieee80211-1.2.15

Discussion in 'Kernel Questions' started by jack.ma, Dec 4, 2006.

  1. jack.ma

    jack.ma New Member

    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
     
  2. falko

    falko Super Moderator Howtoforge Staff

    Did you run
    Code:
    ./configure
    before
    Code:
    make
    ?
     
  3. jack.ma

    jack.ma New Member

    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.
     

Share This Page