[Kernel-packages] [Bug 1908916] Re: brcmfmac bug while going to sleep

2022-09-20 Thread Narwaro
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

[Kernel-packages] [Bug 1908916] Re: brcmfmac bug while going to sleep

2020-12-21 Thread Nir Yeffet
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,