Re: Doesn't reconnect to wifi after resuming from suspend



On 05.02.2015 22:00, Ferry Toth wrote:
poma wrote:

On 05.02.2015 20:12, Ferry Toth wrote:

Would that be after a certain kernel? But I used 14.04 with kernel 3.17
(no problem) and 14.10 with 3.17 (and now 3.18)


See if it can help
https://wireless.wiki.kernel.org/en/users/drivers/ath9k/bugs

Thanks by I don't find my case there.


/etc/systemd/system/ath9k-reload.service
[Unit]
Description=Reload Atheros 802.11n wireless LAN cards driver
After=hibernate.target suspend.target hybrid-sleep.target

[Service]
Type=oneshot
ExecStart=/usr/sbin/modprobe -r ath9k
ExecStart=/usr/sbin/modprobe ath9k

[Install]
WantedBy=hibernate.target suspend.target hybrid-sleep.target


# systemctl enable ath9k-reload.service

# systemctl suspend
          & RESUME

# systemctl hibernate
          & THAW

# systemctl hybrid-sleep
          & RESUME||THAW


Does it work?



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]