Find the answer to your Linux question:
Page 2 of 2 FirstFirst 1 2
Results 11 to 15 of 15
Alsa when I install the source of kernel I hava the same error,the log of error is: debian:/home/feplusplus/Desktop/ieee80211-1.2.17# make Checking in /lib/modules/2.6.18-4-686 for ieee80211 components... find: /lib/modules/2.6.18-4-686/build/: No such file ...
  1. #11
    Just Joined!
    Join Date
    Feb 2007
    Posts
    13
    Alsa when I install the source of kernel I hava the same error,the log of error is:
    debian:/home/feplusplus/Desktop/ieee80211-1.2.17# make
    Checking in /lib/modules/2.6.18-4-686 for ieee80211 components...
    find: /lib/modules/2.6.18-4-686/build/: No such file or directory
    grep: /lib/modules/2.6.18-4-686/build//.config: No such file or directory
    grep: /lib/modules/2.6.18-4-686/build//include/linux/autoconf.h: No such file or directory
    find: /lib/modules/2.6.18-4-686/build/: No such file or directory
    make -C /lib/modules/2.6.18-4-686/build M=/home/feplusplus/Desktop/ieee80211-1.2.17 modules
    make: *** /lib/modules/2.6.18-4-686/build: No such file or directory. Stop.
    make: *** [modules] Error 2

    It's a problem if th system try to find the kernel source in the folder 2.6.18-4-686 while I install the kernel source of 2.6.18?
    Thanks in advance for your support, I very need that

  2. #12
    Linux Engineer aliov's Avatar
    Join Date
    Dec 2006
    Location
    Geneva,Beirut
    Posts
    1,078
    You have to have the following links ,for example in /lib/modules/2.6.21
    build -> /usr/src/linux-2.6.21/
    source -> /usr/src/linux-2.6.21/

    Otherwise you can't compile any extra Kernel Modules, but this is not a extra one because it's build inside the Kernel so (I'm sorry ) i don't understand why you want to build it ? if a google search yes there is some Old documentation related to the ipw2200/ipw3945 but all these stuff are know inside the kernel !

    Check this /lib/modules/2.6.21/kernel/net/ieee80211

    Regards.
    Linux is not only an operating system, it's a philosophy.
    Archost.

  3. #13
    Just Joined!
    Join Date
    Feb 2007
    Posts
    13
    Sorry (my gulty), what can I do for links source and build /lib/modules/2.6.21 ?
    I have to start any process for activate this subsystem? Luckily there are you...I hope to solve this problem

  4. #14
    Linux Newbie rudie_rage's Avatar
    Join Date
    Jun 2007
    Location
    Canada
    Posts
    133
    Quote Originally Posted by feplusplus View Post
    Because when the module of my wirelesse device (intel bg3945) try to start don't found the ieee80211...I read in some how to that i have to install this subsystem for my wireless network card....I wrong something?
    I have that card in my laptop. The ieee80211 subsystem that came with the ipw3945 driver didnt work for me, however if i didnt install the ieee80211 subsystem provided and just used the one that came with my kernel (slack 12, but if you dont have it you could just make your own kernel and add support, or just make the module if you have the kernel source in /usr/src [i think] ) then it all worked.

    I only used 2/3 parts for the driver install. I grabbed the ipw driver and daemon. the rest was easier to use what came with my system, rather than what the driver developers provided.
    Living the digital dream....
    Disclaimer: I may be wrong since I was once before.
    Breathe out so I can breathe you in ~~Everlong

  5. #15
    Linux Engineer aliov's Avatar
    Join Date
    Dec 2006
    Location
    Geneva,Beirut
    Posts
    1,078
    Quote Originally Posted by feplusplus View Post
    Sorry (my gulty), what can I do for links source and build /lib/modules/2.6.21 ?
    this is my version of kernel only for you this should be something else , just install the kerenl devel and the kernel source code from the Debain dvd/mirrors.

    the ipw3945 and usually all the intel wifi are completely supported by the Kernel and you don't have to play with the kernel modules to make it work !
    Linux is not only an operating system, it's a philosophy.
    Archost.

Page 2 of 2 FirstFirst 1 2

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •