Control: severity -1 wishlist

Hello,

On Sat, 22 Nov 2014 12:06:13 +0100
Thomas Fischbach <[email protected]> wrote:

> after standby I have no wireless access.

> I use the following commands to fix it every time.
> ifdown wlan0
> ifup wlan0

> Here my configuration for the interface
> 
> allow-hotplug wlan0
> iface wlan0 inet dhcp
> 
> wpa-ssid name
> wpa-psk secret

This is something expected and something I'm afraid I can't fix easily.
Try installing and using ifplugd or netplug. One more thing to help
with this is a udev rule to bring interfaces up and down when RF-kill
state changes:

SUBSYSTEM=="rfkill", ACTION=="change", ENV{RFKILL_STATE}=="1", 
ENV{RFKILL_NAME}=="phy*", ENV{RFKILL_TYPE}=="wlan", RUN+="ifup ..."
SUBSYSTEM=="rfkill", ACTION=="change", ENV{RFKILL_STATE}=="0", 
ENV{RFKILL_NAME}=="phy*", ENV{RFKILL_TYPE}=="wlan", RUN+="ifdown ..."

-- 
Cheers,
  Andrew

Attachment: signature.asc
Description: PGP signature

Reply via email to