Collectives™ on Stack Overflow

Find centralized, trusted content and collaborate around the technologies you use most.

Learn more about Collectives

Teams

Q&A for work

Connect and share knowledge within a single location that is structured and easy to search.

Learn more about Teams

linux wlan0 network disabled(error siocsifflags operation not permitted), how to enable it?

Ask Question

I am new to linux, working on backtrack, I just configured my usb network adapter tp link 725 n comes as wlan2. The command(lshw) is showing network disabled for wlan2, I have tried several rfkill commands but they are not showing any output.

The command "ifconfig wlan2 up" giving output as "siocsifflags operation not permitted".

root@bt:~# lshw -c
Hardware Lister (lshw) - B.02.14
usage: lshw [-format] [-options ...]
   lshw -version
-version        print program version (B.02.14)
format can be
-html           output hardware tree as HTML
-xml            output hardware tree as XML
-short          output hardware paths
-businfo        output bus information
options can be
-class CLASS    only show a certain class of hardware
-C CLASS        same as '-class CLASS'
-c CLASS        same as '-class CLASS'
-disable TEST   disable a test (like pci, isapnp, cpuid, etc. )
-enable TEST    enable a test (like pci, isapnp, cpuid, etc. )
-quiet          don't display status
-sanitize       sanitize output (remove sensitive information like serial          numbers, etc.)
-numeric        output numeric IDs (for PCI, USB, etc.)
                @KING Rather than add comments, please edit your original question with this information and code samples. This will make it much easier for others who read this page to see and understand what you're asking. Thank you!
– Mike Zavarello
                Jul 18, 2016 at 12:55
        

Thanks for contributing an answer to Stack Overflow!

  • Please be sure to answer the question. Provide details and share your research!

But avoid

  • Asking for help, clarification, or responding to other answers.
  • Making statements based on opinion; back them up with references or personal experience.

To learn more, see our tips on writing great answers.