?>/script>'; } ?> Problema instalando bosslan 500 en ubuntu hardy heron Widgets Magazine

Autor Tema: Problema instalando bosslan 500 en ubuntu hardy heron  (Leído 3734 veces)

0 Usuarios y 1 Visitante están viendo este tema.

manu76

  • Visitante
Problema instalando bosslan 500 en ubuntu hardy heron
« 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.

manu76

  • Visitante
Re: Problema instalando bosslan 500 en ubuntu hardy heron
« Respuesta #1 en: 28-08-2008, 19:24 (Jueves) »
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

estirao

  • Visitante
Re: Problema instalando bosslan 500 en ubuntu hardy heron
« Respuesta #2 en: 02-09-2008, 01:41 (Martes) »
Muchas gracias

ALBANO

  • Visitante
Re: Problema instalando bosslan 500 en ubuntu hardy heron
« Respuesta #3 en: 27-10-2008, 15:15 (Lunes) »
pues ya me diras como hiciste colega , yo hize todo eso en el 8.04 y no hay forma

chinitiw

  • Visitante
Re: Problema instalando bosslan 500 en ubuntu hardy heron
« Respuesta #4 en: 27-10-2008, 15:37 (Lunes) »
imagino que tendrás instalados los linux headers , sinó  no es posible compilar los drivers ...

saludos

ALBANO

  • Visitante
Re: Problema instalando bosslan 500 en ubuntu hardy heron
« Respuesta #5 en: 27-10-2008, 15:55 (Lunes) »
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

chinitiw

  • Visitante
Re: Problema instalando bosslan 500 en ubuntu hardy heron
« Respuesta #6 en: 27-10-2008, 16:19 (Lunes) »
pues creo que algún paso estás haciendo mal , ... si los detallas será más facil ayudarte ...  ;)


Saludos

ALBANO

  • Visitante
Re: Problema instalando bosslan 500 en ubuntu hardy heron
« Respuesta #7 en: 27-10-2008, 23:40 (Lunes) »
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

ALBANO

  • Visitante
Re: Problema instalando bosslan 500 en ubuntu hardy heron
« Respuesta #8 en: 27-10-2008, 23:54 (Lunes) »
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.

chinitiw

  • Visitante
Re: Problema instalando bosslan 500 en ubuntu hardy heron
« Respuesta #9 en: 28-10-2008, 00:04 (Martes) »
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