Hola a todos, estoy intentando configurar correctamente la intel 4965agn de mi portatil bajo ubuntu 8.10. Encontre el siguiente tuto que enseña a configurarla pero tengo una duda.
http://www.aircrack-ng.org/doku.php?id=iwl4965primero dice
Preparing the kernel
You need to make sure that your kernel configuration includes these options. Pay attention which are to be build as modules and which can be built-in.
Networking -> Wireless :
[M] Improved wireless configuration API
- nl80211 new netlink interface support
- Wireless extensions
[M] Generic IEEE 802.11 Networking Stack (mac80211)
[M] Generic IEEE 802.11 Networking Stack (DEPRECATED)
[M] IEEE 802.11 WEP encryption (802.1x)
[M] IEEE 802.11i CCMP support
[M] IEEE 802.11i TKIP encryption
[M] Software MAC add-on to the IEEE 802.11 networking stack
You must also enable “Automatic kernel module loading” under “Loadable module support”, otherwise you will have module dependency errors.
At this point, it is assumed that you've got your kernel properly configured, up and running right now.
¿Como puedo mirar que esa es la config que tengo y que tengo activado el "automatic kernel module loading" bajo "loadable module support"
Porque luego al dar a
patch -p1 < mac80211_2.6.26-wl_frag.patch
me da un error e imagino que sea porque eso no esta bien configurado.
Muchas gracias de antemano!