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

-- 
ath_pci must be reloaded after resume
https://bugs.launchpad.net/bugs/275692
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to