-
Notifications
You must be signed in to change notification settings - Fork 151
scan command error #93
Comments
What operating system are you using? |
i run :wifi scan |
what operating system are you using? |
centos7 |
right now wifi only works on debian-based distributions. :( |
ok i see, hope you can port this tools to centos in future! |
I hope so too! |
it doesn't work on my pi, which is debian-based also. |
Same to me, debian 8. (wifi)jjuu@debian:~$ wifi scan |
I install wireless-tools to fix it. It due to lack of /sbin/iwlist command. |
Your problem is not same as mine, I have installed wireless-tools. Raymond
|
hi ,thanks your tools.
I has some problem with it, i hope you can give me some help
File "/usr/bin/wifi", line 202, in
args.func(args)
File "/usr/bin/wifi", line 51, in scan_command
print_table([[cell.signal, cell.ssid, 'protected' if cell.encrypted else 'unprotected'] for cell in Cell.all(args.interface)])
File "/usr/lib/python2.7/site-packages/wifi/scan.py", line 39, in all
stderr=subprocess.STDOUT)
File "/usr/lib64/python2.7/subprocess.py", line 568, in check_output
process = Popen(stdout=PIPE, _popenargs, *_kwargs)
File "/usr/lib64/python2.7/subprocess.py", line 711, in init
errread, errwrite)
File "/usr/lib64/python2.7/subprocess.py", line 1308, in _execute_child
raise child_exception
OSError: [Errno 2] No such file or directory
ps: os: centos7
The text was updated successfully, but these errors were encountered: