Seguridad Wireless - Wifi
Sistemas operativos => Zona GNU/Linux => Mensaje iniciado por: manu76 en 28-08-2008, 18:49 (Jueves)
-
Buenas,
estoy intentando instalar el bosslan 500mw en un ubuntu hardy heron, siguiendo los pasos indicados en la sección de drivers:
wget http://dl.aircrack-ng.org/drivers/rtl8187_linux_26.1010.zip
unzip rtl8187_linux_26.1010.zip
cd rtl8187_linux_26.1010.0622.2006/
wget http://patches.aircrack-ng.org/rtl8187_2.6.24v3.patch
tar xzf drv.tar.gz
tar xzf stack.tar.gz
patch -Np1 -i rtl8187_2.6.24v3.patch
make
make install
todo termina correctamente hasta que llego al make install en el que me suelta el siguiente error:
install: no se pueden cambiar los permisos de «/lib/modules/2.6.24-19-generic/kernel/drivers/net/wireless/rtl_ieee80211»: No existe el fichero ó directorio
make: *** [install] Error 1
busqué el citado archivo pero no existe en mi equipo
El kernel que estoy utilizando el el 2.6.24-19generic y el sistema se encuentra correctamente actualizado.
Sí alguien sabe que puede estar fallando ó que paso me falta por hacer se agradece.
un saludo al foro.
-
ya está resuelto, por si a alguien le interesa
al ejecutar el make hay que hacerlo con permisos de root
sudo make
sudo make install
saludos
-
Muchas gracias
-
pues ya me diras como hiciste colega , yo hize todo eso en el 8.04 y no hay forma
-
imagino que tendrás instalados los linux headers , sinó no es posible compilar los drivers ...
saludos
-
pues claro que tengo los linux-headers instalados ,y todo lo demas ,pero no parchea,solo me fue con el 7.10,el 8.04 no fui capaz y la 8.10 tampoco.saludos
-
pues creo que algún paso estás haciendo mal , ... si los detallas será más facil ayudarte ... ;)
Saludos
-
sudo apt-get install build-essential
3 sudo apt-get install libssl-dev
4 sudo rm -rf /lib/modules/2.6.22-14-generic/ubuntu/wireless/rtl818x/rtl8187.ko
6 sudo rm -rf /lib/modules/2.6.22-14-generic/ubuntu/wireless/rtl8180/rtl_ieee80211/ieee80211-rtl.ko
7 sudo rm -rf /lib/modules/2.6.22-14-generic/kernel/net/ieee80211/ieee80211.ko
8 sudo rm -rf /lib/modules/2.6.22-14-generic/kernel/net/ieee80211/ieee80211_crypt.ko
9 sudo rm -rf /lib/modules/2.6.22-14-generic/kernel/net/ieee80211/ieee80211_crypt_wep.ko
10 sudo rm -rf /lib/modules/2.6.22-14-generic/kernel/net/ieee80211/ieee80211_crypt_ccmp.ko
11 sudo rm -rf /lib/modules/2.6.22-14-generic/kernel/net/ieee80211/ieee80211_crypt_tkip.ko
12 sudo ifconfig wlan0 down
13 sudo rmmod rtl8187
14 sudo unzip '/root/rtl8187_linux_26.1010.zip'
15 cd rtl8187_linux_26.1010.0622.2006/
16 sudo tar xzf drv.tar.gz
17 sudo tar xzf stack.tar.gz
18 sudo patch -Np1 -i '/root/rtl8187_2.6.24v3.patch'
19 sudo make
20 sudo make install donde pone 2.6.22-14 lo modifico por el kernel del 8.04
tambien probe con
ifconfig wlan0 down
rmmod r8187 rtl8187 2>/dev/null
wget http://dl.aircrack-ng.org/drivers/rtl8187_linux_26.1010.zip
unzip rtl8187_linux_26.1010.zip
cd rtl8187_linux_26.1010.0622.2006/
wget http://patches.aircrack-ng.org/rtl8187_2.6.24v3.patch
tar xzf drv.tar.gz
tar xzf stack.tar.gz
patch -Np1 -i rtl8187_2.6.24v3.patch
make
make install y nada consigo que me funcione pero al reiniciar ya no me funciona ,saludos
-
esto seria para el 8.10
I have to confirm the message above. After installing the driver from mentioned aircrack-ng link and followed the manual.
But little bit different, because the wireless connection is the only internet connection I have.
So first I did:
wget http://dl.aircrack-ng.org/drivers/rtl8187_linux_26.1010.zip
unzip rtl8187_linux_26.1010.zip
cd rtl8187_linux_26.1010.0622.2006/
wget http://patches.aircrack-ng.org/rtl8187_2.6.24v3.patch
tar xzf drv.tar.gz
tar xzf stack.tar.gz
patch -Np1 -i rtl8187_2.6.24v3.patch
Then I put rtl8187 to the blacklist - as root
Edit /etc/modprobe.d/blacklist and add “blacklist rtl8187” as a new line
Then remove the present driver
sudo ifconfig wlan0 down
sudo rmmod rtl8187
And then as root
make
make install
Then reboot and from new start, the network connection was OK, because the name wlan0 was not changed, it wasn't necessary to change the network settings.
My system is Ubuntu 8.04.1 64bit.
So please, it would be great that someone from ubuntu team apply the aircrack-ng Realtek driver into ubuntu kernel, or change the present driver to have the same correct functionality.
Becouse I suppose that with new kernel, I will have to recompile the driver again.
-
pusiste en el blacklist los drivers antiguos ¿? , quizás por eso al reiniciar no te funcione , porque carga los drivers "antiguos por defecto en vez de los que compilaste ...
Saludos