wireless icon indicating copy to clipboard operation
wireless copied to clipboard

Exception: Unable to auto-detect the network interface.

Open ThallyssonKlein opened this issue 7 years ago • 4 comments

I'm receive this message when I try to connect starting from the example. Someone can to help me?

ThallyssonKlein avatar Oct 20 '17 02:10 ThallyssonKlein

What OS are you using? Have you verified that at least one of the supported network managers is present on your system?

joshvillbrandt avatar Nov 27 '17 03:11 joshvillbrandt

I have used this module in many system, many linux virtual machines, some like Linux Mint, Debian, Manjaro....And in Windows too.....I didn't verify the supported network managers......So this module run only in Ubuntu and Mac OS, is it?

ThallyssonKlein avatar Nov 30 '17 23:11 ThallyssonKlein

Fedora29/30, nmcli present, but we get Exception: Unable to auto-detect the network interface.

# nmcli -version
nmcli tool, version 1.12.6-3.fc29

Frankstar avatar Sep 26 '19 10:09 Frankstar

same here. using latest version of kali and ubuntu: if let network-manager enabled i get UI-Popups asking me for the password (which completly defeats the purpose) and if i stop the network-manager service it wont show me the interfaces and if i set the interface via constructor like

wire = Wireless('wlan1')

and then try to connect to a wifi it instantly returns False

Zappelphilipp avatar Nov 25 '19 17:11 Zappelphilipp