I've been through at least a dozen threads, exhaustive google searches and read about people having problems with the AWUS036H which is supposed to work out of the box. Unfortunately, none of them seem to have my exact issue and although I've tried many of the solutions given, I have not been able to get my card to work.
The card is listed among the usb devices but it shows no interfaces.
I'm running BT R3 in a VBox machine on my MBA. I've made sure that the guest machine has the usb connection to the card and confirmed it using "lsusb".
Code:
root@bt:~# lsusb
Bus 001 Device 004: ID 0bda:8187 Realtek Semiconductor Corp. RTL8187 Wireless Adapter
Bus 001 Device 002: ID 80ee:0021 VirtualBox USB Tablet
Bus 001 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Great, it's connected. It should show up as an interface:
Code:
root@bt:~# iwconfig
lo no wireless extensions.
eth0 no wireless extensions.
root@bt:~#
Code:
root@bt:~# ifconfig -a
eth0 Link encap:Ethernet HWaddr 08:00:27:c5:8d:1f
inet addr:10.0.2.15 Bcast:10.0.2.255 Mask:255.255.255.0
inet6 addr: fe80::a00:27ff:fec5:8d1f/64 Scope:Link
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:403916 errors:0 dropped:0 overruns:0 frame:0
TX packets:203764 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:334497225 (334.4 MB) TX bytes:11017042 (11.0 MB)
lo Link encap:Local Loopback
inet addr:127.0.0.1 Mask:255.0.0.0
inet6 addr: ::1/128 Scope:Host
UP LOOPBACK RUNNING MTU:16436 Metric:1
RX packets:313 errors:0 dropped:0 overruns:0 frame:0
TX packets:313 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:0
RX bytes:93885 (93.8 KB) TX bytes:93885 (93.8 KB)
root@bt:~#
No interface. I've also tried following this guide: http://pastebin.com/B41m9qP0
The guide includes running these commands:
Code:
root@bt:~# rmmod rtl8187
root@bt:~# rfkill block all
root@bt:~# rfkill unblock all
root@bt:~# modprobe rtl8187
root@bt:~# rfkill unblock all
After running these commands I can check dmesg which looks like this:
Code:
root@bt:~# dmesg | grep rtl8187
[ 1073.363551] usbcore: registered new interface driver rtl8187
[ 2006.144169] usbcore: deregistering interface driver rtl8187
[ 2851.782710] usbcore: registered new interface driver rtl8187
[ 2874.541030] usbcore: deregistering interface driver rtl8187
[ 2874.547993] usbcore: registered new interface driver rtl8187
And in lsmod I get this:
Code:
root@bt:~# lsmod | grep rtl8187
rtl8187 56060 0
mac80211 410313 1 rtl8187
cfg80211 160399 2 rtl8187,mac80211
eeprom_93cx6 12560 1 rtl8187
Nothing has worked this far in making the card visible as an interface. I'm stunned and out of options. I've reinstalled the BT installation twice and rebooted so many times I've lost count. If anyone has an idea, I would be very thankful