Here is /etc/network/interfaces:

# The loopback network interface
auto lo
iface lo inet loopback

allow-hotplug eth0
iface eth0 inet dhcp

# Wifi interface:
allow-hotplug wlan0
iface wlan0 inet manual
        wpa-roam /etc/wpa_supplicant/wpa_supplicant.conf

# Default name given by wpa_supplicant for wlan0:
iface default inet dhcp

I didn't invent it. I figured out all that wifi config from some howto found on the web, probably a Debian howto. That with wpa_gui and it is done. There might be permission issues for wpa_gui to connect to wpa_supplicant, but I guess you can solve that.


Le 12/02/2015 15:42, Steve Litt a écrit :
On Thu, 12 Feb 2015 11:25:46 +0100
Didier Kryn <k...@in2p3.fr> wrote:

      Same kind of dislike towards network-manager. This is the first
package I use to remove after installing Debian. The reason: I don't
know really what it does and how, but it goes in the middle of my
way. I am well off with ifplugd, wpa_supplicant and a roaming
configuration of wlan0.
Didier,

Please, please, PLEASE post instructions on how to do everything
discussed in the preceding paragraph. I've had a lot of trouble
replacing NetworkManager/Wicd with wpa_supplicant and iwlist, even
though I know it's perfectly possible.

If you could place these instructions on the web and let us know the
URL, I know I'd be eternally grateful, and I bet I'm not alone.

SteveT

Steve Litt                *  http://www.troubleshooters.com/
Troubleshooting Training  *  Human Performance

_______________________________________________
Dng mailing list
Dng@lists.dyne.org
https://mailinglists.dyne.org/cgi-bin/mailman/listinfo/dng


_______________________________________________
Dng mailing list
Dng@lists.dyne.org
https://mailinglists.dyne.org/cgi-bin/mailman/listinfo/dng

Reply via email to