Bug#390884: [pkg-wpa-devel] Bug#390884: doesn't work well with acpi-support

2011-09-26 Thread Stefan Lippers-Hollmann
reassign 390884 acpi-support found 390884 0.86-1 fixed 390884 0.109-1 forcemerge 473184 390884 thanks On Monday 26 September 2011, Per Olofsson wrote: > Hi, > > Kel Modderman: > > > > Try something like: > > > > > > > > for x in $INTERFACES; do > > > > if test -x /sbin/wpa_action && \ > >

Bug#390884: [pkg-wpa-devel] Bug#390884: doesn't work well with acpi-support

2006-12-04 Thread Per Olofsson
Hi, Kel Modderman: > > > Try something like: > > > > > > for x in $INTERFACES; do > > > if test -x /sbin/wpa_action && \ > > > wpa_action $x check; then > > > wpa_action $x stop > > > else > > > ifdown $x > > > fi > > > done > > > > Works fine! Thanks! > > How

Bug#390884: [pkg-wpa-devel] Bug#390884: doesn't work well with acpi-support

2006-12-03 Thread Kel Modderman
On Friday 20 October 2006 20:41, Per Olofsson wrote: > Kel Modderman: > > Try something like: > > > > for x in $INTERFACES; do > > if test -x /sbin/wpa_action && \ > > wpa_action $x check; then > > wpa_action $x stop > > else > > ifdown $x > > fi > >

Bug#390884: [pkg-wpa-devel] Bug#390884: doesn't work well with acpi-support

2006-10-20 Thread Per Olofsson
Kel Modderman: > Try something like: > > for x in $INTERFACES; do > if test -x /sbin/wpa_action && \ > wpa_action $x check; then > wpa_action $x stop > else > ifdown $x > fi > done Works fine! Thanks! -- Pelle -- To UNSUBSCRIBE, ema

Bug#390884: [pkg-wpa-devel] Bug#390884: doesn't work well with acpi-support

2006-10-12 Thread Kel Modderman
On Monday 09 October 2006 04:36, Per Olofsson wrote: > > You mentioned that you gave it a go, did you have any preliminary code? > > (I don't care if its ugly/non-working, it may give a hint to what is > > required). > > I think something like this for the file > /etc/acpi/suspend.d/55-down-interfa

Bug#390884: [pkg-wpa-devel] Bug#390884: doesn't work well with acpi-support

2006-10-08 Thread Per Olofsson
Kel Modderman: > Good question. I guess it depends heavily on the dhcp-client used, and the > network it is connecting to. The .leases file should come into play, whether > or not the client is intelligent enough to know its been sleeping long past > its lease time is another question. I'm usin

Bug#390884: [pkg-wpa-devel] Bug#390884: doesn't work well with acpi-support

2006-10-03 Thread Kel Modderman
On Wednesday 04 October 2006 01:24, Per Olofsson wrote: > Kel Modderman: > > This ifdown/ifup is unrequired with nicely behaved modules (eg ipw2200), > > as they can sustain a link via wpasupplicant during suspend/resume cycle. > > Ah, yes, I have such a card and that works. Thanks! > > BTW, does d

Bug#390884: [pkg-wpa-devel] Bug#390884: doesn't work well with acpi-support

2006-10-03 Thread Per Olofsson
Kel Modderman: > This ifdown/ifup is unrequired with nicely behaved modules (eg ipw2200), as > they can sustain a link via wpasupplicant during suspend/resume cycle. Ah, yes, I have such a card and that works. Thanks! BTW, does dhclient handle all such cases without restart? > In my understandi

Bug#390884: [pkg-wpa-devel] Bug#390884: doesn't work well with acpi-support

2006-10-03 Thread Kel Modderman
On Tuesday 03 October 2006 23:39, Per Olofsson wrote: > Package: wpasupplicant > Version: 0.5.5-1 > Severity: normal > > wpasupplicant currently does not work very well with acpi-support, > when suspending/resuming the system. The problem is that acpi-support > does ifdown on all interfaces when su