Question about wifi connection files/certificates

Posted by I_am_that_man-with-hair on Ask Ubuntu See other posts from Ask Ubuntu or by I_am_that_man-with-hair
Published on 2013-11-05T22:05:47Z Indexed on 2013/11/05 22:12 UTC
Read the original article Hit count: 347

Filed under:

Here is the output i get when i run my school's wifi .py file for secure login.

I "python SecureW2_JoinNow.py"

I've emailed them about it, but wanted to take a shot and post here, could be on my end.

I can't make sense of this error, although the last line makes me think it's on my end.

Fresh install, so maybe that is it...

    Traceback (most recent call last):
  File "SecureW2_JoinNow.py", line 252, in <module>
    main()
  File "SecureW2_JoinNow.py", line 248, in main
    nm.connect()
  File "SecureW2_JoinNow.py", line 196, in connect
    wireless_device = nm_iface.GetDeviceByIpIface('wlan0')
  File "/usr/lib/python2.7/dist-packages/dbus/proxies.py", line 70, in __call__
    return self._proxy_method(*args, **keywords)
  File "/usr/lib/python2.7/dist-packages/dbus/proxies.py", line 145, in __call__
    **keywords)
  File "/usr/lib/python2.7/dist-packages/dbus/connection.py", line 651, in call_blocking
    message, timeout)
dbus.exceptions.DBusException: org.freedesktop.NetworkManager.UnknownDevice: No device found for the requested iface.

© Ask Ubuntu or respective owner

Related posts about wireless