As noted after suspend resume the wireless doesn't work due to a bug that broke suspend and resume in ath9k drivers.
However I found a workaround.
Create a script with the following inside
!# /bin/shCall it ath9kreset for easy recalling of its purpose.
sudo modprobe -r ath9k
sudo modprobe ath9k
Then put the script into /etc/pm/sleep.d folder.
Make it executable by running
sudo chmod +x /etc/pm/sleep.d/ath9kreset
After that wireless should work after each suspend.
No comments:
Post a Comment