Re: [DNG] dealing with wifi

2016-05-14 Thread emninger
Am Sat, 14 May 2016 17:07:06 + schrieb Didier Kryn : > You have mostly two ways to deal with wifi. > > 1) you select the station and enter the key everytime you > connect. 2) your system remembers the ssid's and keys of all stations > you need and it connects you automatically - thi

Re: [DNG] dealing with wifi

2016-05-14 Thread Florian Zieboll
On Sat, 14 May 2016 21:27:17 +0200 wrote: > If you configure wpa_supplicant with ceni (which also does the job for > wired connections, btw) then, the wifi connection on the next boot is > started *BEFORE* the login screen. If you don't need roaming, it's sufficient to have the following lines i

Re: [DNG] dealing with wifi

2016-05-14 Thread Didier Kryn
Le 14/05/2016 21:27, emnin...@riseup.net a écrit : Am Sat, 14 May 2016 17:07:06 + schrieb Didier Kryn : You have mostly two ways to deal with wifi. 1) you select the station and enter the key everytime you connect. 2) your system remembers the ssid's and keys of all stations yo

Re: [DNG] dealing with wifi

2016-05-14 Thread Didier Kryn
Le 14/05/2016 22:01, Florian Zieboll a écrit : I never tried that, but for roaming you can do something like auto wlan0 iface wlan0 inet dhcp wpa-roam /etc/wpa_supplicant/wpa_supplicant.conf allow-hotplug wlan0 iface wlan0 inet manual wpa_roam /etc/wpa_supplicant/wpa_supp

Re: [DNG] dealing with wifi

2016-05-14 Thread Gregory Nowak
On Sat, May 14, 2016 at 09:27:17PM +0200, emnin...@riseup.net wrote: > Principally, to avoid wicd from starting automatically > i'll have to pull out the wicd script out of /etc/init.d/ , correct? Not necessarily. Simply doing: update-rc.d wicd disable will prevent wicd from being started or sto

Re: [DNG] dealing with wifi

2016-05-15 Thread Joel Roth
On Sat, May 14, 2016 at 09:27:17PM +0200, emnin...@riseup.net wrote: > Am Sat, 14 May 2016 17:07:06 + > schrieb Didier Kryn : > > > You have mostly two ways to deal with wifi. > > > > 1) you select the station and enter the key everytime you > > connect. 2) your system remembers the

Re: [DNG] dealing with wifi

2016-05-15 Thread aitor_czr
El 15/05/16 a las 14:00, Gregory Nowak escribió: Principally, to avoid wicd from starting automatically >i'll have to pull out the wicd script out of/etc/init.d/ , correct? Not necessarily. Simply doing: update-rc.d wicd disable will prevent wicd from being started or stopped by removing the