<p dir="ltr">I&#39;m attempting to run pm-suspend on my laptop (by shutting my lid and on command line), and its putting my AR9485 wifi card into a funk (i.e. wlan0 interface seen through ifconfig never returns upon resume).</p>
<p dir="ltr">I know theres a lot to this (power management - pm-utils and kernel, wireless drivers, general linux drivers, and possibly other things), just need a little direction on which rabbit hole to start down...haha.</p>
<p dir="ltr">Ive looked through the ath9k and wireless list archives and had no luck finding the same issue.  I have tried different solutions (mostly related to pm-utils) from ubuntu&#39;s forums too.  </p>
<p dir="ltr">an example of where it failed /var/log/pm-powersave.log<br>
&lt;snip&gt;<br>
   Running hook /usr/lib/pm-utils/power.d/wireless true:<br>
Turning powersave for wlan0 on...Error for wireless request &quot;Set Power Management&quot; (8B2C) :<br>
    SET failed on device wlan0 ; Operation not supported.<br>
Failed.<br>
/usr/lib/pm-utils/power.d/wireless true: success.<br>
&lt;snip&gt;</p>
<p dir="ltr">AND...according to <a href="https://wireless.wiki.kernel.org/en/users/documentation/dynamic-power-save">https://wireless.wiki.kernel.org/en/users/documentation/dynamic-power-save</a><br>
I tried:<br>
iw dev wlan0 set power_save on<br>
command failed: Operation not supported (-95)</p>
<p dir="ltr">This is my first post to this list, so I&#39;m not sure what information would be useful to help find a solution (or workaround).  Here goes nothing (perhaps I should attach text files next time for large diagnostic information?):</p>
<p dir="ltr">I built an upstream kernel against gregkh staging tree with a Ubuntu distro just to see if this would fix my issue and it did not.  Either way, here is some information:</p>
<p dir="ltr">&gt;&gt; uname -a<br>
Linux xxx 4.2.0+ #1 SMP Sun Sep 6 05:53:34 EDT 2015 x86_64 x86_64 x86_64 GNU/Linux</p>
<p dir="ltr">&gt;&gt; lsb_release -a<br>
No LSB modules are available.<br>
Distributor ID:    Ubuntu<br>
Description:    Ubuntu 14.04.3 LTS<br>
Release:    14.04<br>
Codename:    trusty</p>
<p dir="ltr">cat /proc/version<br>
Linux version 4.2.0+ (gcc version 4.8.4 (Ubuntu 4.8.4-2ubuntu1~14.04) ) #1 SMP Sun Sep 6 05:53:34 EDT 2015</p>
<p dir="ltr">&gt;&gt;lspci -vvnn<br>
&lt;snip&gt;<br>
01:00.0 Network controller [0280]: Qualcomm Atheros AR9485 Wireless Network Adapter [168c:0032] (rev 01)<br>
    Subsystem: Hewlett-Packard Company AR9485/HB125 802.11bgn 1×1 Wi-Fi Adapter [103c:1838]<br>
&lt;snip&gt;</p>
<p dir="ltr">I could provide more information from lspci and lshw but I&#39;m not sure what would help (if at all).  The strangest thing about the whole matter is that if I reboot, the card comes back online just fine.</p>
<p dir="ltr">Thanks again for any help you can provide!</p>
<p dir="ltr">David</p>