Thanks, this workaround is a great idea and works flawlessly!
--
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to linux in Ubuntu.
https://bugs.launchpad.net/bugs/1908916
Title:
brcmfmac bug while going to sleep
Status in linux package in
Workaround:
$ cat /etc/pm/sleep.d/20_brcmfmac
#!/bin/sh
case "${1}" in
suspend)
rmmod brcmfmac
;;
resume)
modprobe brcmfmac
;;
esac
--
You received this bug notification because you are a member of Kernel
Packages,
2 matches
Mail list logo