Michael Biebl, 2013-07-05 09:49:56 +0200 : [...]
>>> That looks suspcious. Do you get a reliable network connection if you >>> use ifupdown+wpa_supplicant directly? >> >> I don't really know. Since the wireless network I'm trying to >> attach to is unencrypted, I do without wpa_supplicant. But >> ifupdown+iwconfig do lead to a reliable connection, yes. > > That is hitting completely different code paths, so that the result > differs is not too unexpected. What's unexpected (to me) is that NM tries to use wpa_supplicant for an unencrypted network, but maybe I just don't know what it's supposed to be doing. > Is it possible you can try to setup wpa_supplicant to use both wext > and nl80211 and report back with the results. This should help to > narrow down where the problem is. Keeping in mind that I don't know how wpa_supplicant works, here's my attempt: elastomir:~# cat wpa_supplicant.conf network={ ssid="FreeWifi" scan_ssid=1 key_mgmt=NONE } elastomir:~# wpa_supplicant -D wext -i eth1 -c /root/wpa_supplicant.conf ioctl[SIOCSIWENCODEEXT]: Invalid argument ioctl[SIOCSIWENCODEEXT]: Invalid argument ^Ceth1: CTRL-EVENT-TERMINATING - signal 2 received elastomir:~# wpa_supplicant -D nl80211 -i eth1 -c /root/wpa_supplicant.conf nl80211: 'nl80211' generic netlink not found Failed to initialize driver 'nl80211' eth1: Unsupported driver 'nl80211' elastomir:~# modprobe cfg80211 elastomir:~# wpa_supplicant -D nl80211 -i eth1 -c /root/wpa_supplicant.conf nl80211: Could not configure driver to use managed mode eth1: Failed to initialize driver interface elastomir:~# Roland. -- Roland Mas ...sur un portable, quelque part dans le monde... ...on a laptop, somewhere in the world... -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org