Results 1 to 1 of 1

Thread: Ralink Technology, Corp. RT5370 Wireless Adapter not functioning

  1. #1
    Join Date
    2013-Nov
    Posts
    1

    Unhappy Ralink Technology, Corp. RT5370 Wireless Adapter not functioning

    Hi, I'm not sure if this the right area for this, so sorry in advance if it isn't

    I have a Raspberry PI and I originally installed PwnPi on it and I was successfully able to set my RT5370 dongle to monitor mode, but now when I installed Kali, iwconfig shows that wlan0 has no wireless extensions

    Heres ifconfig:
    Code:
    eth0      Link encap:Ethernet  HWaddr b8:27:eb:fe:26:d8
              inet addr:192.168.1.19  Bcast:192.168.1.255  Mask:255.255.255.0
              inet6 addr: fe80::ba27:ebff:fefe:26d8/64 Scope:Link
              UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
              RX packets:461461 errors:0 dropped:4206 overruns:0 frame:0
              TX packets:100697 errors:0 dropped:0 overruns:0 carrier:0
              collisions:0 txqueuelen:1000
              RX bytes:618335610 (589.6 MiB)  TX bytes:9248830 (8.8 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:87:31:53:13:e4
              inet addr:192.168.1.10  Bcast:192.168.1.255  Mask:255.255.255.0
              UP BROADCAST  MTU:1500  Metric:1
              RX packets:10 errors:0 dropped:0 overruns:0 frame:0
              TX packets:11 errors:0 dropped:0 overruns:0 carrier:0
              collisions:0 txqueuelen:1000
              RX bytes:1559 (1.5 KiB)  TX bytes:1793 (1.7 KiB)
    Heres lsusb:
    Code:
    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 148f:5370 Ralink Technology, Corp. RT5370 Wireless Adapter
    And here is my lsmod, I installed the ralink-firmware using apt-get install
    Code:
    Module                  Size  Used by
    aes_generic            34148  0
    ipv6                  207600  10
    arc4                    1312  2
    rt2800usb              11093  0
    rt2800lib              44084  1 rt2800usb
    crc_ccitt                940  1 rt2800lib
    rt2x00usb               6228  1 rt2800usb
    rt2x00lib              26852  3 rt2x00usb,rt2800lib,rt2800usb
    mac80211              211324  3 rt2x00lib,rt2x00usb,rt2800lib
    cfg80211              112728  2 mac80211,rt2x00lib
    leds_gpio               1668  0
    led_class               1788  2 leds_gpio,rt2x00lib
    Dmesg | tail:
    Code:
    wlan0: associate with 70:54:d2:98:ec:c4 (try 1/3)
    wlan0: RX AssocResp from 70:54:d2:98:ec:c4 (capab=0x431 status=0 aid=2)
    IPv6: ADDRCONF(NETDEV_CHANGE): wlan0: link becomes ready
    wlan0: associated
    wlan0: deauthenticating from 70:54:d2:98:ec:c4 by local choice (reason=3)
    cfg80211: Calling CRDA to update world regulatory domain
    IPv6: ADDRCONF(NETDEV_UP): wlan0: link is not ready
    smsc95xx 1-1.1:1.0: eth0: kevent 2 may have been dropped
    smsc95xx 1-1.1:1.0: eth0: kevent 2 may have been dropped
    IPv6: ADDRCONF(NETDEV_UP): wlan0: link is not ready
    I cant set it to monitor using ifconfig or airmon-ng, and in PwnPi it showed up correctly, but in Kali it shows Link encap: Ethernet?

    I'm sort of new with the Pi and Kali-stuff, so I can't figure out why it's not working on this distro, I've run apt-get upgrade and upgrade-distro
    But I still cant get it to monitor mode.

    Any help would be greatly appreciated

    EDIT: I actually got it working, turns out iwconfig is deprecated and you should use iw in Kali, I followed instructions in here to get everything set up and working.
    http://wireless.kernel.org/en/users/Documentation/iw

    I don't know if this thread should be deleted in case anyone else has the same problems.
    Last edited by maggg; 2013-11-22 at 10:38.

Similar Threads

  1. Ralink Technology, Corp. MT7601U Wireless
    By Nelbonz in forum NetHunter General Questions
    Replies: 0
    Last Post: 2021-04-24, 05:57
  2. Replies: 0
    Last Post: 2020-02-23, 09:06
  3. Replies: 2
    Last Post: 2013-12-16, 21:36

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •