Date: Mon, 21 Aug 2023 02:29:38 +0000 From: bugzilla-noreply@freebsd.org To: wireless@FreeBSD.org Subject: [Bug 263632] Framework laptop with iwlwifi(4) crashes (freezes) a few seconds after resuming from sleep Message-ID: <bug-263632-21060-kd0a9u6st2@https.bugs.freebsd.org/bugzilla/> In-Reply-To: <bug-263632-21060@https.bugs.freebsd.org/bugzilla/> References: <bug-263632-21060@https.bugs.freebsd.org/bugzilla/>
next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D263632 --- Comment #27 from bkidney@briankidney.ca <bkidney@gmail.com> --- I have found a workaround for this issue by adding ``` /usr/sbin/service netif stop wlan0 ``` to rc.suspend and=20 ``` /usr/sbin/service netif start wlan0 ``` to rc.resume. This is currently working on 14-CURRENT (commit main-n264816-a4aaee2120ce). --=20 You are receiving this mail because: You are on the CC list for the bug.=
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-263632-21060-kd0a9u6st2>