elhacker.net cabecera Bienvenido(a), Visitante. Por favor Ingresar o Registrarse
¿Perdiste tu email de activación?.

 

 


Tema destacado: Introducción a Git (Primera Parte)


+  Foro de elhacker.net
|-+  Seguridad Informática
| |-+  Hacking Wireless
| | |-+  Wireless en Linux
| | | |-+  mon0 is on channel -1, but the AP uses channel 1
0 Usuarios y 1 Visitante están viendo este tema.
Páginas: [1] Ir Abajo Respuesta Imprimir
Autor Tema: mon0 is on channel -1, but the AP uses channel 1  (Leído 6,458 veces)
casuic

Desconectado Desconectado

Mensajes: 4


Ver Perfil
mon0 is on channel -1, but the AP uses channel 1
« en: 20 Abril 2011, 18:43 pm »

Bueno pues eso, tengo ese problema pero ahora dare unos datos.

Anteriormente tenia ese mismo problema, y lo solucione aplicando estos datos en una terminal:

wget http://wireless.kernel.org/download/compat-wireless-2.6/compat-wireless-2010-10-16.tar.bz2
tar -jxf compat-wireless-2010-10-16.tar.bz2
cd compat-wireless-2010-10-16
wget http://patches.aircrack-ng.org/mac80211.compat08082009.wl_frag+ack_v1.patch
patch -p1 < mac80211.compat08082009.wl_frag+ack_v1.patch
wget http://patches.aircrack-ng.org/channel-negative-one-maxim.patch
patch ./net/wireless/chan.c channel-negative-one-maxim.patch
gedit scripts/update-initramfs
#*** FIND LINE 13: KLIB=/lib/modules/2.6.31-wl/build
#*** REPLACE WITH: KLIB=/lib/modules/$(uname -r)/build
make
sudo make install
sudo make unload
sudo reboot
------------------------------------------------------------------------------------------------

Pero formatie la PC e instale de nuevo linux y al tratar de descifrar mi propia clave WEP me topo con el mismo problema, a lo cual procedo a aplicar el metodo que anteriormente me lo habia solucionado. Pues bien lo aplico y me sorprendo al observar que esta ves no me lo soluciono :S
Debo aclarar ( si sirve de algo) que tengo el chipset: rtl8187

Tambien debo aclarar que antes de instalar aircrack actualize mi linux al 100% nose si eso tengo algo que ver ( creo anteriormente jamas actualize el SO)

ESpero me puedan ayudar se los agradeceria
En línea

Mardorx

Desconectado Desconectado

Mensajes: 111


---Mardorx---Member Of The Brotherhood---


Ver Perfil
Re: mon0 is on channel -1, but the AP uses channel 1
« Respuesta #1 en: 21 Abril 2011, 01:02 am »

Bueno pues eso, tengo ese problema pero ahora dare unos datos.

Anteriormente tenia ese mismo problema, y lo solucione aplicando estos datos en una terminal:

wget http://wireless.kernel.org/download/compat-wireless-2.6/compat-wireless-2010-10-16.tar.bz2
tar -jxf compat-wireless-2010-10-16.tar.bz2
cd compat-wireless-2010-10-16
wget http://patches.aircrack-ng.org/mac80211.compat08082009.wl_frag+ack_v1.patch
patch -p1 < mac80211.compat08082009.wl_frag+ack_v1.patch
wget http://patches.aircrack-ng.org/channel-negative-one-maxim.patch
patch ./net/wireless/chan.c channel-negative-one-maxim.patch
gedit scripts/update-initramfs
#*** FIND LINE 13: KLIB=/lib/modules/2.6.31-wl/build
#*** REPLACE WITH: KLIB=/lib/modules/$(uname -r)/build
make
sudo make install
sudo make unload
sudo reboot
------------------------------------------------------------------------------------------------

Pero formatie la PC e instale de nuevo linux y al tratar de descifrar mi propia clave WEP me topo con el mismo problema, a lo cual procedo a aplicar el metodo que anteriormente me lo habia solucionado. Pues bien lo aplico y me sorprendo al observar que esta ves no me lo soluciono :S
Debo aclarar ( si sirve de algo) que tengo el chipset: rtl8187

Tambien debo aclarar que antes de instalar aircrack actualize mi linux al 100% nose si eso tengo algo que ver ( creo anteriormente jamas actualize el SO)

ESpero me puedan ayudar se los agradeceria

En el foro hay varios temas sobre esto, sin embargo acá hay otra posible solución en la cual hay que cerrar algunos procesos que entran en conflicto con el canal.

"fixed channel" error message

If the top of your airodump screen looks something like:

 CH  6 ][ Elapsed: 28 s ][ 2008-09-21 10:39 ][ fixed channel ath0: 1
Then this means you started started airodump-ng with a fixed channel parameter (-c / –channel) but some other process is changing the channel. “CH 6” on the left is the channel that was specified when airodump-ng was started. “fixed channel ath0: 1” on the right indicates that ath0 was used when airodump-ng was started but the interface is currently on channel 1 (instead of channel 6). You might also see this channel number changing indicating that channel scanning is taking place.

It is critical that the root cause of the problem be eliminated and then airodump-ng restarted again. Here are some possible reasons and how to correct them:

There is one or more intefaces in “managed mode” and these are are scanning for an AP to connect to. Do not use any command, process or program to connect to APs at the same time as you use the aircrack-ng suite.
Other processes are changing the channel. A common problem are network managers. You can also use “airmon-ng check” on current versions of the aircrack-ng suite to identify problem processes. Then use “kill” or “killall” to destroy the problem processes. For example, use “killall NetworkManager && killall NetworkManagerDispatcher” to eliminate network managers.
If you are using the madwifi-ng driver and have more then the ath0 interface created, the driver may be automatically scanning on the other interfaces. To resolve this, stop all interfaces except ath0.
You have wpa_supplicant running at the same time. Stop wpa_supplicant.
You run airmon-ng to set the channel while airodump-ng is running. Do not do this.
You run another instance of airodump-ng in scanning mode or set to another channel. Stop airodump-ng and do not do this.
There is a known bug that affects recent versions of compat-wireless or wireless-testing drivers (shows channel as -1): http://trac.aircrack-ng.org/ticket/742
En línea

casuic

Desconectado Desconectado

Mensajes: 4


Ver Perfil
Re: mon0 is on channel -1, but the AP uses channel 1
« Respuesta #2 en: 21 Abril 2011, 08:30 am »

Muchas gracias amigo sinceramente. Pero ya lo solucione jajaja

nose que haya solucionado el problema pero lo que hize fue:

1.- Bajar los drivers de mi chipset de la pagina del fabricante: http://www.realtek.com.tw/downloads/downloadsView.aspx?Langid=1&PNid=1&PFid=1&Level=6&Conn=5&DownTypeID=3&GetDown=false&Downloads=true#RTL8185L (recordar que tengo chipset rtl8187, sin contar que aprendi a compilar un programa e instalarlo en linux, cosa que no sabia)

2.- Aplicar supuestamente el parche: ( http://trac.aircrack-ng.org/attachment/ticket/742/0001-aireplay-ng-add-an-option-to-ignore-channel-1-error.patch )

Y digo supuestamente porque aplique esto: patch <nombre_del_archivo.patch (soy nuevo)

En fin solucionado  ;-) ;-)
En línea

Páginas: [1] Ir Arriba Respuesta Imprimir 

Ir a:  

Mensajes similares
Asunto Iniciado por Respuestas Vistas Último mensaje
mon0 is on channel -1, but the AP uses channel 1 « 1 2 »
Wireless en Linux
alexdefelipe 19 35,464 Último mensaje 27 Diciembre 2011, 01:18 am
por mndk
Problema airodump: fixed channel mon0 -1
Wireless en Linux
lagranladilla 2 9,512 Último mensaje 16 Abril 2011, 14:54 pm
por dvdr
error "mon0 is on channel -1 but the AP uses channel 1"
Wireless en Linux
marcos_91 1 5,440 Último mensaje 4 Julio 2011, 10:04 am
por ChimoC
Fixed channel mon0: -1
Foro Libre
Shell Root 1 1,951 Último mensaje 28 Diciembre 2013, 12:15 pm
por -- KiLiaN --
Problema con aircrack: fixed channel mon0: -1
Wireless en Linux
Fox_Neo 3 4,141 Último mensaje 30 Abril 2016, 23:28 pm
por unusuario
WAP2 - Aviso Legal - Powered by SMF 1.1.21 | SMF © 2006-2008, Simple Machines