Seguridad Wireless - Wifi

Equipos y materiales => Tarjetas de Red Wireless => Mensaje iniciado por: angelvidente en 08-03-2010, 00:59 (Lunes)

Título: Problema con alfa 1000 mw AWUSH036H REALTEK 8187L Y WIFILAX
Publicado por: angelvidente en 08-03-2010, 00:59 (Lunes)
He intentado subir los dbi ya que por defecto solo esta en 5 dbi actualizando la tarjeta tal y como dice el tutorial

ifconfig wlan0 down   
rmmod rtl8187
unzip rtl8187_linux_26.1010.zip
cp /root/rtl8187_2.6.24v3.patch /root/rtl8187_linux_26.1010.0622.2006
cd rtl8187_linux_26.1010.0622.2006/
tar xzf drv.tar.gz
tar xzf stack.tar.gz
patch -Np1 -i rtl8187_2.6.24v3.patch
make
make install
ifconfig wlan0 up

o

ifconfig wlan0 down   
rmmod rtl8187
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 bien se instala y tal pero a la hora de subir los dbi 

iwpriv wlan0 highpower 1

no reconoce el comando highpower

Alguna posibilidad de que yo este haciendo algo mal?

Lo realizo tanto a traves de live cd como a traves de live usb  con el mismo resultado.

Espero vuestra ayuda, gracias.