Changes between Version 15 and Version 16 of UserDocs/BuildProblems

Author:
(IP: 212.55.29.254)
Timestamp:
06/18/08 13:46:08 (4 days ago)
Comment:

Translating to Spanish I found that it might be a title. That was error, isn´t it?

Legend:

Unmodified
Added
Removed
Modified
  • UserDocs/BuildProblems

    v15 v16  
    20 20 }}} 
    21 21  
    22   If you’ve just installed a !RedHat kernel package, have all of the correct symlinks, and it still won’t work, then it could be because you don’t have a built/configured kernel. To fix this problem cd into your kernel tree and build it as normal. [Note: previous driver incarnations did not require a built kernel tree, however recent versions (post Dec 2003) have used kbuild in the Makefile, which need to use some parts of the built kernel.] iwconfig reports: No wireless extensions. 
      22 If you’ve just installed a !RedHat kernel package, have all of the correct symlinks, and it still won’t work, then it could be because you don’t have a built/configured kernel. To fix this problem cd into your kernel tree and build it as normal. [Note: previous driver incarnations did not require a built kernel tree, however recent versions (post Dec 2003) have used kbuild in the Makefile, which need to use some parts of the built kernel.]  
      23  
      24 == iwconfig reports: No wireless extensions. == 
    23 25  
    24 26 You need to build a kernel with `CONFIG_NET_RADIO` and `CONFIG_NET_WIRELESS` enabled. Normally selecting the former in menuconfig automatically enables the latter too, but if you’re editing by hand, remember to set both, since its the `WIRELESS` bit that switches on {{{/proc/wireless}}}.