From mboxrd@z Thu Jan 1 00:00:00 1970 From: Mark H Weaver Subject: bug#24087: recovery from suspend is broken with recent libreboot + linux-libre 4.7 Date: Sat, 30 Jul 2016 00:26:49 -0400 Message-ID: <87lh0jlpiu.fsf@netris.org> References: <87r3af4fux.fsf@we.make.ritual.n0.is> <20160728142137.1aeb86fb@scratchpost.org> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:33833) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bTLsc-00037X-R9 for bug-guix@gnu.org; Sat, 30 Jul 2016 00:28:07 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bTLsY-0000Ir-Kb for bug-guix@gnu.org; Sat, 30 Jul 2016 00:28:05 -0400 Received: from debbugs.gnu.org ([208.118.235.43]:53777) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bTLsY-0000In-H5 for bug-guix@gnu.org; Sat, 30 Jul 2016 00:28:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1bTLsY-0006nY-A7 for bug-guix@gnu.org; Sat, 30 Jul 2016 00:28:02 -0400 Sender: "Debbugs-submit" Resent-Message-ID: In-Reply-To: <20160728142137.1aeb86fb@scratchpost.org> (Danny Milosavljevic's message of "Thu, 28 Jul 2016 14:21:37 +0200") List-Id: Bug reports for GNU Guix List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: bug-guix-bounces+gcggb-bug-guix=m.gmane.org@gnu.org Sender: "bug-Guix" To: Danny Milosavljevic Cc: 24087@debbugs.gnu.org Danny Milosavljevic writes: > Hi, > >> I know more people than just me are using libreboot here, do you have >> any problems with suspend and recovery? > > I have a X200 and some time after waking up from suspend on the first > larger disk access it hangs, losing all the dirty sector payload in > the process. This is Guix-specific, the same machine works just fine > on Ubuntu. It's unlikely to be Guix-specific. More likely, it's related to the kernel version. On several occasions in the past, new kernels have been found to have problems on Libreboot systems. We include older kernel versions: linux-libre-4.4 and linux-libre-4.1, which you can select via the 'kernel' field of the OS configuration, e.g.: (kernel linux-libre-4.4) Can you try these and see if the problem persists? For what it's worth, linux-libre-4.7 works well for me on my Libreboot X60. Mark