turns out for me after the fix here i can not get it to display mon0 but can use wlan0 for injection anyway now
thank u![]()
turns out for me after the fix here i can not get it to display mon0 but can use wlan0 for injection anyway now
im not sure if it's just me now the injection works fine but can not for the life of me get it to display or connect to any AP's via WCID?
I'm not using vmware.. but when I blacklist rtl8187 and use r8187 I get "bad password" when connecting to my WPA2 network via WICD. WICD also recognizes the network as "WEP" instead of WPA2 when using this driver. Additionally, I can only see my AP with -1 signal and I can't see anything else, when normally I can see at least 5 or 6 APs. The latter problem being a known issue I guess.
This is using backtrack r1.
r8187 is the old driver for this chip, it would be better to use the new RTL8187 driver...
But using RTL8187 in VMware gives us some errors, and using the older r8187 gives us some serious stability issues. I think this stability issue is caused by the usb driver of either VMware-tools or Backtrack, but as mentioned by some others the problem also exists when running BT from a booted USB flash disks...
So im asking the BT-Devs kindly to check and maybe fix/patch the BT USB drivers as many users are using adapters with the RTL8187 chips.
Thanks!
This fix used to work for me (using my Alfa awus036h). Since upgrading my BT4R1 recently (with the new r8187 driver) the fix no longer works. When modprobing r8187 I get the "FATAL: Module r8187 not found" message. I know there are many issues with the r8187 driver, but since there is a brand new one provided for BT4 I thought I would ask before experimenting too much....(I am using vmware)....
Any thoughts or similar experiences?
After some research I found this:
1. Download rfkill from http://wireless.kernel.org/download/...ll-0.4.tar.bz2
2. install the package
3. rmmod rtl8187
4. rfkill block all
5. rfkill unblock all
6. modprobe rtl8187
7. rfkill unblock all
8. ifconfig wlan0 up — mine is wlan1
i hope this will help !!!
happy cracking
Found in: https://longjidin.wordpress.com/2010...4-r1-solution/
I tested it and it worked for me, I'm using BT4-R1 and VMWare Workstation 7.1.2
Hi,
locate your r8187.ko, maybe you'll find it in /lib/modules/2.6.35.x
This is the reason modprobe can't find it, i think it's a bugged r8187-drivers package updated with apt-get tool. BT R1 has 2.6.34 kernel in freshly downloaded VM.
Maybe someone knows to do how to manage this issue ?