On Mon, Feb 09, 2015 at 06:29:47AM +0100, Heiko Ernst wrote: > This is my etc/network/interfaces file I have wrote hope this is a workaround > for this time but why show me the network manager in kde not the connection? > I > see only a ? over the icon.
I believe that any interface you put in /etc/network/interfaces becomes unavailable to network-manager, so if you use the file you have below, then there is nothing left for network-manager to show you. > ----------------------------------- > > # This file describes the network interfaces available on your system > # and how to activate them. For more information, see interfaces(5). > > # The loopback network interface > auto lo > iface lo inet loopback > > # The primary network interface > allow-hotplug eth0 > iface eth0 inet dhcp > > # The wlan interface > auto wlan0 > iface wlan0 inet dhcp > wpa-ssid $myssid > wpa-psk xxxxxxxxxxxxxxxxxxxxxxxxxxxxxx > wpa-key-mgmt WPA-PSK -- Len Sorensen -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org