Vous êtes sur la page 1sur 7

"SIOCSIFFLAGS: Unknown error 132" para RTL8187 en BackTrack 5

Los chipset rtl8187 en BackTrack 5 desde VMware al hacer


root@delfi:~# ifconfig wlan1 up SIOCSIFFLAGS: Unknown error 132

el fastidioso SIOCSIFFLAGS, bueno aqu esta la solucin al "SIOCSIFFLAGS: Unknown error 132". Abrimos consola.
rmmod rtl8187 rmmod mac80211 modprobe rtl8187 ifconfig wlan0 up

y ya con eso, tenemos el rtl8187 que se puede levantar con la orden ifconfig.
root@delfi:~# ifconfig wlan0 up root@delfi:~#

y ya no da errores :) Esto tambin se puede realizar copiando lo siguiente en un archivo de texto y guardarlo en alguna ubicacin de nuestro disco duro con cualquier nombre, en mi caso rtl8187.
#!/bin/bash echo Removiendo Modulo RTL8187 rmmod rtl8187 echo Removiendo Modulo MAC80211 rmmod mac80211 echo Agregando Modulo RTL8187 modprobe rtl8187 echo wlan0 up ifconfig wlan0 up

Abrimos consola y nos vamos a la direccin donde tenemos ubicado el archivo y tecleamos. chmod 755 rlt8187 ./rtl8187 y listo, una imagen dice mas que mil palabras :)

PUBLICADO POR DELFI EN 16:26 2 COMENTARIOS

Video Solucion: Backtrack mode Monitor rtl8187 - SIOCSIFFLAGS: Unknown error 132
En este video se muestra la solucin al error lanzado en vmware sobre el driver rtl8187. root@bt:~# airmon-ng start wlan0

Interface

Chipset

Driver

wlan0

RTL8187

rtl8187 - [phy0]SIOCSIFFLAGS:

Unknown error 132

(monitor mode enabled on mon0)

Video Solucion: Backtrack mode Monitor rtl8187 - SIOCSIFFLAGS: Unknown error 132

Solucion: Backtrack mode Monitor rtl8187 - SIOCSIFFLAGS: Unknown error 132 from delfirosales on Vimeo.
Descargar Video: http://www.mediafire.com/?vzgy9oav4kdgfw9 El archivo "blacklist" debe quedar de la siguiente manera # This file lists those modules which we don't want to be loaded by # alias expansion, usually so some other driver will be loaded for the

# device instead.

# evbug is a debug tool that should be loaded explicitly blacklist evbug blacklist pcspkr

# these drivers are very simple, the HID drivers are usually preferred blacklist usbmouse blacklist usbkbd

# replaced by e100 blacklist eepro100

# replaced by tulip blacklist de4x5

# causes no end of confusion by creating unexpected network interfaces blacklist eth1394

# snd_intel8x0m can interfere with snd_intel8x0, doesn't seem

to support much # hardware on its own (Ubuntu bug #2011, #6810) blacklist snd_intel8x0m

# Conflicts with dvb driver (which is better for handling this device) blacklist snd_aw2

# causes failure to suspend on HP compaq nc6000 (Ubuntu: #10306) blacklist i2c_i801

# replaced by p54pci blacklist prism54

# replaced by b43 and ssb. blacklist bcm43xx

# most apps now use garmin usb driver directly (Ubuntu: #114565) blacklist garmin_gps

# replaced by asus-laptop (Ubuntu: #184721) blacklist asus_acpi

# low-quality, just noise when being used for sound playback, causes # hangs at desktop session start (Ubuntu: #246969) blacklist snd_pcsp blacklist rt73 blacklist ath_pci #blacklist r8187 blacklist rt3070sta blacklist rt2870sta blacklist arusb_lnx blacklist ath_pci #blacklist r8187 blacklist rt73 blacklist rtl8187 Archivo "blacklist" localizado en /etc/modprobe.d/blacklist

Vous aimerez peut-être aussi