Results 1 to 6 of 6

Thread: Ralink Wireless Card problem

  1. #1
    Join Date
    2013-Apr
    Posts
    1

    Post Ralink Wireless Card problem

    root@Alias:~# ifconfig wlan0 up
    SIOCSIFFLAGS: Operation not possible due to RF-kill

    root@Alias:~# lspci | grep Network
    03:00.0 Network controller: Ralink corp. RT5390 Wireless 802.11n 1T/1R PCIe

    root@Alias:~# airmon-ng start wlan0


    Found 1 processes that could cause trouble.
    If airodump-ng, aireplay-ng or airtun-ng stops working after
    a short period of time, you may want to kill (some of) them!
    -e
    PID Name
    2405 NetworkManager


    Interface Chipset Driver

    wlan0 Unknown rt2800pci - [phy0]SIOCSIFFLAGS: Operation not possible due to RF-kill

    (monitor mode enabled on mon1)
    mon0 Unknown rt2800pci - [phy0]

    root@Alias:~# airodump-ng mon0
    ioctl(SIOCSIFFLAGS) failed: Operation not possible due to RF-kill

    WHAT SEEMS TO BE THE PROBLEM????

  2. #2
    Join Date
    2013-Apr
    Location
    Philadelphia, PA, USA
    Posts
    4
    unplug your wired connection to remove the rfkill. some laptops auto-rfkill the wireless when plugged into ethernet. use rfkill -l to see if this is the case.

  3. #3
    Join Date
    2013-Jul
    Posts
    8
    ohhh good one. But what is this rfkill. Ok I know what it does but why do we use it. I don't remember it in older backtrack. Seems to cause a lot of pain for a automated program.

  4. rfkill is a small userspace tool to query the state of the rfkill switches, buttons and subsystem interfaces. Some devices come with a hard switch that lets you kill different types of RF radios: 802.11 / Bluetooth / NFC / UWB / WAN / WIMAX / FM. Some times these buttons may kill more than one RF type. The Linux kernel rfkill subsystem exposes these hardware buttons and lets userspace query its status and set its status through a /dev/rfkill. Given that at times some RF devices do not have hardware rfkill buttons rfkill the Linux kernel also exposes software rfkill capabilities that allows userspace to mimic a hardware rfkill event and turn on or off RF.
    http://wireless.kernel.org/en/users/...ntation/rfkill

    Also, sometimes certain devices may be soft/hard blocked and this is one way to unblock them.
    Fact, Science and the Pursuit of Knowledge. Working to secure your networks from threats; Outside and Within.

  5. #5
    Join Date
    2013-Mar
    Posts
    354
    Is used to enable or disable wireless devices. Simple.

    Use : "man rfkill" and read it.

    Luck.

  6. #6
    Join Date
    2013-Aug
    Posts
    6
    First, makesure you do sudo rfkill disable all and then sudo ifconfig wlan0 up justo be sure that's not going to be the issue.

    Ok now go to the Applications drop down menu, then to system tools, then preferences, then System Settings. In here towards the bottom there is a Network icon. Click it to open your network settings and go to your wireless connections tab where you see that "Airplane Mode" is stuck on. Ok now toggle it off AND THEN STOP EVERYTHIG YOU ARE DOING--- and leave the network settings window open. With everything as-is, go up to the power menu and put the system on standby. Wait a few seconds for your computer to sleep. Now just move the mouse to wake it up and then hit the "enable wifi" switch/ button in the wifi control panel and hit your hardware wifi toggle key combo and it should all stick. I have done this with three different wifi cards, 2 atheros and one Broadcom. I also saw this problem with a standard Ubuntu installation on another computer. You may need to repeat this process again in the future.

Similar Threads

  1. Ubiquity XTREMERange2 wireless card problem
    By freeroute in forum TroubleShooting Archive
    Replies: 0
    Last Post: 2016-02-22, 17:26
  2. Wireless Card Problem On Lenovo G500
    By marius888 in forum TroubleShooting Archive
    Replies: 1
    Last Post: 2014-11-23, 06:13
  3. Wireless Card channel fixing problem
    By lyova in forum Installing Archive
    Replies: 0
    Last Post: 2014-07-22, 11:13

Tags for this Thread

Posting Permissions

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