I have an ALFA AWUS036H USB WiFi adapter (which uses the RTL8187 chipset) and a Raspberry Pi running Kali Linux 1.0.5. My problem is that I just can't seem to get them to play nice. So here is what I've done so far:
Code:
# iwconfig
wlan0 no wireless extensions.
lo no wireless extensions.
eth0 no wireless extensions.
# ifconfig wlan0 up
# ifconfig
eth0 Link encap:Ethernet HWaddr b8:27:eb:a7:4c:30
inet addr:192.168.1.107 Bcast:192.168.1.255 Mask:255.255.255.0
inet6 addr: fe80::ba27:ebff:fea7:4c30/64 Scope:Link
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:7955 errors:0 dropped:0 overruns:0 frame:0
TX packets:8570 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:384950 (375.9 KiB) TX bytes:1134584 (1.0 MiB)
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:0 errors:0 dropped:0 overruns:0 frame:0
TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:0
RX bytes:0 (0.0 B) TX bytes:0 (0.0 B)
wlan0 Link encap:Ethernet HWaddr 00:c0:ca:6c:ca:29
UP BROADCAST MULTICAST MTU:1500 Metric:1
RX packets:0 errors:0 dropped:0 overruns:0 frame:0
TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:0 (0.0 B) TX bytes:0 (0.0 B)
# iwconfig
wlan0 no wireless extensions.
lo no wireless extensions.
eth0 no wireless extensions.
# isup wlan0
sh: 15: isup: not found
# lsusb
Bus 001 Device 002: ID 0424:9512 Standard Microsystems Corp.
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 001 Device 003: ID 0424:ec00 Standard Microsystems Corp.
Bus 001 Device 004: ID 0bda:8187 Realtek Semiconductor Corp. RTL8187 Wireless Adapter
# ifup wlan0
Ignoring unknown interface wlan0=wlan0.
#
I honestly have no idea what is going on here so any help would be much appreciated.
Thank you!