rockymeza / wifi

[unmaintained] WiFi tools for linux

Home Page:http://pypi.python.org/pypi/wifi

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

interface doesn't support scanning

voladoddi opened this issue · comments

I'm trying to use the command line to run #wifi scan but I get the following error :
Error: wlan0 Interface doesn't support scanning.

Ubuntu version is 12.04 LTS

Hi!

I'm sorry you are running into issues. Can you send me the output of:

sudo iwlist wlan0 scan

It's the same message I get even if I'm root/superuser. I was wondering if this has anything to do with the fact that Ubuntu on my system is on a virtual machine?

Oh! You are running Ubuntu inside something like Virtualbox? Yeah, since the OS doesn't really have access to the hardware, we can't really get there. What is your host machine?

Host is Mac OS X Mavericks(10.9) . My interface name there is "en1".
Tried using that on linux but just doesn't work.

Maybe there is a way to access interfaces using linux even though it's a virtual machine but I don't know yet.

I just used an inbuilt diagnostic tool from Apple and called it from command line for now.

I don't think I've seen anybody try to do that before. Currently, this library only supports linux (on the host OS, I guess) because it uses a bunch of the linux wireless-tools.

I don't know if there are compatible libraries on mac, but if there are, I would be super happy to try to work them in. What was the diagnostic tool you used?

Thanks for trying!