Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
WIRELESS_EXT missing from gentoo-sources 2.6.33-r1 [SOLVED]
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Kernel & Hardware
View previous topic :: View next topic  
Author Message
d_logan
n00b
n00b


Joined: 09 May 2006
Posts: 73

PostPosted: Tue Apr 20, 2010 12:01 am    Post subject: WIRELESS_EXT missing from gentoo-sources 2.6.33-r1 [SOLVED] Reply with quote

It's just not in menuconfig, how do I enable it?

Last edited by d_logan on Tue Apr 20, 2010 3:41 pm; edited 1 time in total
Back to top
View user's profile Send private message
d2_racing
Bodhisattva
Bodhisattva


Joined: 25 Apr 2005
Posts: 13047
Location: Ste-Foy,Canada

PostPosted: Tue Apr 20, 2010 1:49 am    Post subject: Reply with quote

Hi, can you post this :

Code:

# cd /usr/src/linux
# cat .config | grep -i ext
Back to top
View user's profile Send private message
DaggyStyle
Watchman
Watchman


Joined: 22 Mar 2006
Posts: 5909

PostPosted: Tue Apr 20, 2010 5:46 am    Post subject: Reply with quote

try enabling the following:

NETDEVICES support at:
Code:

Location:                                                                     │   
  │     -> Device Drivers                                                           │   


WLAN support at
Code:

Location:                                                                     │   
  │     -> Device Drivers                                                           │   
  │       -> Network device support (NETDEVICES [=y])                               │   


IEEE 802.11 for Host AP (Prism2/2.5/3 and WEP/TKIP/CCMP) at
Code:

Location:                                                                     │   
  │     -> Device Drivers                                                           │   
  │       -> Network device support (NETDEVICES [=y])                               │   
  │         -> Wireless LAN (WLAN [=y])


that should enable it by default.
_________________
Only two things are infinite, the universe and human stupidity and I'm not sure about the former - Albert Einstein
Back to top
View user's profile Send private message
d_logan
n00b
n00b


Joined: 09 May 2006
Posts: 73

PostPosted: Tue Apr 20, 2010 3:40 pm    Post subject: Reply with quote

I can't find the thread, but for whatever reason, in 2.6.33, it can't be enabled directly. I had to enable CONFIG_HOSTAP to get CONFIG_WIRELESS_EXT enabled. It's working now. Marking solved.
Back to top
View user's profile Send private message
hujuice
Guru
Guru


Joined: 16 Oct 2007
Posts: 336
Location: Rome, Italy

PostPosted: Fri Apr 29, 2011 8:48 pm    Post subject: Reply with quote

Kernel help wrote:
...
See <http://hostap.epitest.fi/> for more information about the
Host AP driver configuration and tools. This site includes
information and tools (hostapd and wpa_supplicant) for WPA/WPA2
support.
...


8O

It has been very hard to find for me too...

Regards,
HUjuice
_________________
Who hasn't a spine, should have a method.
Chi non ha carattere, deve pur avere un metodo.
Back to top
View user's profile Send private message
solamour
l33t
l33t


Joined: 21 Dec 2004
Posts: 698
Location: San Diego, CA

PostPosted: Mon Jan 15, 2018 8:30 pm    Post subject: Reply with quote

I know this is an old, old thread, but I recently encountered the same problem and ended up spending more time than I expected with the kernel 4.9.x. I'd like to share what I found in case it might help others.

Yes, you need to enable HOSTAP to get WIRELESS_EXT (I'm not sure WIRELESS_EXT exists on its own entry in the kernel configuration). But HOSTAP is buried in WLAN_VENDOR_INTERSIL, so if WLAN_VENDOR_INTERSIL is not enabled, you won't see HOSTAP either.

Code:

Device Drivers
    Network device support (NETDEVICES)
        Wireless LAN (WLAN)
            Intersil devices (WLAN_VENDOR_INTERSIL)
                IEEE 802.11 for Host AP (Prism2/2.5/3 and WEP/TKIP/CCMP) (HOSTAP)

__
sol
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Kernel & Hardware All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum