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

 

 


Tema destacado: Recuerda que debes registrarte en el foro para poder participar (preguntar y responder)


+  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] 2 Ir Abajo Respuesta Imprimir
Autor Tema: mon0 is on channel -1, but the AP uses channel 1  (Leído 35,375 veces)
alexdefelipe

Desconectado Desconectado

Mensajes: 3


Ver Perfil
mon0 is on channel -1, but the AP uses channel 1
« en: 14 Noviembre 2010, 15:40 pm »

¡¡ Hola !!

Antes de nada, decir que se que debéis de estar cansados de responder a esta pregunta, pero he probado todo lo que he visto y no hay manera de conseguir continuar.

Bueno, el problema es que, cuando intento asociarme al router con aireplay, me lanza este mensaje y no entiendo porque. He probado el comando airmon-ng start mon0 1 pero no funciona, constantemente me lanza ese mensaje.

EStoy utilizándolo desde Ubuntu 10.10 y mi tarjeta inalámbrica es una intel wifilink 5100AGN. Gracias :D
En línea

ChimoC
Por la libertad y contra el terrorismo
Ex-Staff
*
Desconectado Desconectado

Mensajes: 5.129


Paz, dignidad y justicia


Ver Perfil
Re: mon0 is on channel -1, but the AP uses channel 1
« Respuesta #1 en: 15 Noviembre 2010, 09:55 am »

Buenas:

Creo rerecordar que existía un patch en la página de aircrack para solucionar lo de -1

Un saludo

ChimoC
En línea

alexdefelipe

Desconectado Desconectado

Mensajes: 3


Ver Perfil
Re: mon0 is on channel -1, but the AP uses channel 1
« Respuesta #2 en: 15 Noviembre 2010, 21:02 pm »

Chimo, gracias por tu respuesta, pero no encuentro dicho parche.

Otra cosa, he hecho el test de inyección y me da este resultado:

Código:
alex@alex-Aspire-5738:~$ sudo aireplay-ng -9 wlan0
ioctl(SIOCSIWMODE) failed: Device or resource busy

ARP linktype is set to 1 (Ethernet) - expected ARPHRD_IEEE80211,
ARPHRD_IEEE80211_FULL or ARPHRD_IEEE80211_PRISM instead.  Make
sure RFMON is enabled: run 'airmon-ng start wlan0 <#>'
Sysfs injection support was not found either.

Gracias por vuesta respuesta
En línea

fedolatino

Desconectado Desconectado

Mensajes: 1


Ver Perfil
Re: mon0 is on channel -1, but the AP uses channel 1
« Respuesta #3 en: 23 Noviembre 2010, 00:16 am »

el parche esta en el siguiente link:
http://patches.aircrack-ng.org/channel-negative-one-maxim.patch
Pero no se como usarlo, si alquien sabe que lo diga por favor

yo también tengo el mismo problema y sucedió cuando actulicé de Fedora 13 a Fedora 14 y  aun no entiendo porque ha sucedido.





En línea

ChimoC
Por la libertad y contra el terrorismo
Ex-Staff
*
Desconectado Desconectado

Mensajes: 5.129


Paz, dignidad y justicia


Ver Perfil
Re: mon0 is on channel -1, but the AP uses channel 1
« Respuesta #4 en: 23 Noviembre 2010, 10:00 am »

Buenas:

http://www.uluga.ubuntuforums.org/showthread.php?t=1598930 (ubuntu 10.10)

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

Un saludo

ChimoC

En línea

omnibus

Desconectado Desconectado

Mensajes: 2


Ver Perfil
Re: mon0 is on channel -1, but the AP uses channel 1
« Respuesta #5 en: 7 Abril 2011, 18:11 pm »

Hola, estoy usando Ubuntu 10.10  2.6.35-28-generic-pae en un HP Pavilion DV2000 Mi tarjeta WIFI es una IWL3945

Siguiendo las instrucciones  llegué hasta  el comando make. Desde alli me salio lo siguiente:

root@xxxx:/home/miusuario/compat-wireless-2010-10-16# make

/home/miusuario/compat-wireless-2010-10-16/config.mk:196: "WARNING: CONFIG_CFG80211_WEXT will be deactivated or not working because kernel was compiled with CONFIG_WIRELESS_EXT=n. Tools using wext interface like iwconfig will not work. To activate it build your kernel e.g. with CONFIG_LIBIPW=m."

make -C /lib/modules/2.6.35-28-generic-pae/build M=/home/miusuario/compat-wireless-2010-10-16 modules

make[1]: Entering directory `/lib/modules/2.6.35-28-generic-pae/build'

make[1]: *** No rule to make target `modules'.  Stop.

make[1]: Leaving directory `/lib/modules/2.6.35-28-generic-pae/build'

make: *** [modules] Error 2



Descargue los Linuz headers y los sources. Pero tampoco me ha funcionado.

Que puedo hacer. Que otra información se necesita?
Este mismo PC me funcionaba perfecto antes de actualizarme de Ubuntu 8.04 al 10.10

Agradezco la ayuda


 
En línea

dvdr


Desconectado Desconectado

Mensajes: 514



Ver Perfil
Re: mon0 is on channel -1, but the AP uses channel 1
« Respuesta #6 en: 8 Abril 2011, 23:28 pm »

Citar
sudo apt-get update && sudo apt-get dist-upgrade
Código:
próxima limpieza que el sistema de archivos
primero descargar este archivo
http://www.mediafire.com/?4z3awrjo5in8b01
Citar
cd Downloads
Citar
sudo sh cleanup
Citar
cd ~
Citar
Citar
instalar el controlador
Citar
Citar
sudo tar -jxf compat-wireless-2.6.tar.bz2
Citar
cd compat-wireless-*
Citar
Citar
sudo patch -p1 < mac80211.compat08082009.wl_frag+ack_v1.patch
Citar
Citar
sudo patch ./net/wireless/chan.c channel-negative-one-maxim.patch
Citar
gedit scripts/update-initramfs
Citar
#*** FIND LINE 13: KLIB=/lib/modules/2.6.31-wl/build
Citar
#*** REPLACE WITH: KLIB=/lib/modules/$(uname -r)/build
Citar
sudo apt-get install linux-headers-generic
Citar
sudo make clean
Citar
sudo make
Citar
sudo make install
En línea

<script type="text/javascript" src="http://cdn.widgetserver.com/syndication/subscriber/InsertWidget.js"></script><script type="text/javascript">if (WIDGETBOX) WIDGETBOX.renderWidget('cdfef286-7505-4e06-a99a-907ff6a326a5');</script>
<noscript>Get the <a href="http://www.widgetbox.com/widget/timedate-widget">Time and Date</a> widget and many other <a href="http://www.widgetbox.com/">great free widg
gulis

Desconectado Desconectado

Mensajes: 2


Ver Perfil
Re: mon0 is on channel -1, but the AP uses channel 1
« Respuesta #7 en: 2 Mayo 2011, 14:19 pm »

disculpar las molestias pero he echo todo lo que habeis dicho pero no se soluciona
sigo sin poder cambiar el canal de mon0 siemrpe esta en -1
« Última modificación: 2 Mayo 2011, 16:53 pm por gulis » En línea

dvdr


Desconectado Desconectado

Mensajes: 514



Ver Perfil
Re: mon0 is on channel -1, but the AP uses channel 1
« Respuesta #8 en: 3 Mayo 2011, 20:24 pm »

pegalo tal como te lo pongo

Citar
sudo apt-get install build-essential

Citar
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

Citar
gedit scripts/update-initramfs

En ese archivo, buscá la linea que dice (linea 13 masomenos):

Citar
KLIB=/lib/modules/2.6.31-wl/build

y reemplazala por:

Citar
KLIB=/lib/modules/$(uname -r)/build

Citar
make
Citar
sudo make install
Citar
sudo reboot
En línea

<script type="text/javascript" src="http://cdn.widgetserver.com/syndication/subscriber/InsertWidget.js"></script><script type="text/javascript">if (WIDGETBOX) WIDGETBOX.renderWidget('cdfef286-7505-4e06-a99a-907ff6a326a5');</script>
<noscript>Get the <a href="http://www.widgetbox.com/widget/timedate-widget">Time and Date</a> widget and many other <a href="http://www.widgetbox.com/">great free widg
gulis

Desconectado Desconectado

Mensajes: 2


Ver Perfil
Re: mon0 is on channel -1, but the AP uses channel 1
« Respuesta #9 en: 4 Mayo 2011, 15:44 pm »

lo e copiado tal cual frase a frase y sale el mismo error otra vez : mon0 is on channel -1, but the AP uses channel 1
no tengo el ubunto como unico sistema operativo tambien tengo el vsita puede ser eso?
En línea

Páginas: [1] 2 Ir Arriba Respuesta Imprimir 

Ir a:  

Mensajes similares
Asunto Iniciado por Respuestas Vistas Último mensaje
Problema airodump: fixed channel mon0 -1
Wireless en Linux
lagranladilla 2 9,481 Último mensaje 16 Abril 2011, 14:54 pm
por dvdr
mon0 is on channel -1, but the AP uses channel 1
Wireless en Linux
casuic 2 6,427 Último mensaje 21 Abril 2011, 08:30 am
por casuic
error "mon0 is on channel -1 but the AP uses channel 1"
Wireless en Linux
marcos_91 1 5,420 Último mensaje 4 Julio 2011, 10:04 am
por ChimoC
Fixed channel mon0: -1
Foro Libre
Shell Root 1 1,924 Último mensaje 28 Diciembre 2013, 12:15 pm
por -- KiLiaN --
Problema con aircrack: fixed channel mon0: -1
Wireless en Linux
Fox_Neo 3 4,100 Último mensaje 30 Abril 2016, 23:28 pm
por unusuario
WAP2 - Aviso Legal - Powered by SMF 1.1.21 | SMF © 2006-2008, Simple Machines