Comment 23 for bug 275692

Revision history for this message
Gustavo Puy (info-gustavopuy) wrote :

With Atheros Communications Inc. AR242x 802.11abg Wireless PCI Express Adapter (rev 01) on Intrepid Ibex

SUSPEND_MODULES=ath_pci

doesn't works for me, on resume we have to do

:~# modprobe ath_pci
:~# ifconfig wifi0 up
:~# ifconfig ath0 up

So, I added 'ifconfig wifi0 up' in the NetworkManager suspend/resume script at /usr/lib/pm-utils/sleep.d/10NetworkManager here:

thaw|resume)
  ifconfig wifi0 up <---
  resume_nm