From owner-freebsd-stable@freebsd.org Mon Dec 19 10:09:11 2016 Return-Path: Delivered-To: freebsd-stable@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 5BEACC87748 for ; Mon, 19 Dec 2016 10:09:11 +0000 (UTC) (envelope-from andrnils@gmail.com) Received: from mail-ua0-x233.google.com (mail-ua0-x233.google.com [IPv6:2607:f8b0:400c:c08::233]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 0972C1C39 for ; Mon, 19 Dec 2016 10:09:11 +0000 (UTC) (envelope-from andrnils@gmail.com) Received: by mail-ua0-x233.google.com with SMTP id 3so81771208uaz.3 for ; Mon, 19 Dec 2016 02:09:11 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc; bh=89KsMFfSclgKNqnNcwMXdZg6YshGZXhtEwNElbSu2+o=; b=BOK01x7K40IZ1dvnwE83tZzdFK73mKwnqKYmmtpIMfeQI8g00CIF5+YRtu2HS0NyMw VYGAW1/+ovvFm+sLy6wgMCLlM9PZ9Ej7QXWIK0BsR3VeT/l7HnM09UAvqYgX/KtNty5j AkF0TiLeHubqxW/WOL6GMMwa8D9T450kH+ItnePJtoTMaECBxFgOz2vdtO4hSD0Cp6Cg HHUXe6lE7BJv0qgsHTrp+3uX2cncWV2Ku3zYmJeJUM3epFeuMwz/LFitexc472xPeeph eLLRJ+1OE6pR71dXjweEfeX53wr+2IFveynGFZO6V1A/Oi42fymTefrWvDxiJZY/svvq mRWg== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:in-reply-to:references:from:date :message-id:subject:to:cc; bh=89KsMFfSclgKNqnNcwMXdZg6YshGZXhtEwNElbSu2+o=; b=A7dP0s8kds04tjrgEww1dFBJaMd7GneXrwUiTxlGRPjV8GqiPQG+kYqCv8Zz7ISR0N rVatl43hsTKacL2FX3p6Q5QWhzXFxRihM5bFbZaPytOblxf0JEH7WP1oeL4MHOO9j7Vr c3SyvxJWB9t4xDF+21p4o+pcoekZGXTYz6vnO7IwQ95PrywGW0Mr7ZuBXT7sMt8BKaBC 0uETB8hXVNCEJPPLcTUPXN32iZpmQONNiRJwR5/95bavEr4XhEtEUpJoyuPKQKiki180 7X2MDmTYKeKDlDiAZJ8oxv86+EAhTpgPUc6LeE2kvHgzpl+7TA8sbvszEXrfZBEojlRH mIEQ== X-Gm-Message-State: AKaTC02FGNjo0N4xdiKSBjeyI2K13ZNprcU2pNexAz80WEgYB6i/sjzpwpkx1s70IM4IxpDnPZrDONwh2A9rtg== X-Received: by 10.176.5.69 with SMTP id 63mr9689928uax.71.1482142150068; Mon, 19 Dec 2016 02:09:10 -0800 (PST) MIME-Version: 1.0 Received: by 10.159.37.74 with HTTP; Mon, 19 Dec 2016 02:09:09 -0800 (PST) In-Reply-To: <20161219100212.7lso76t7acdfzsji@csarch> References: <20161217140223.tql6nmpd5gcgjryn@csarch> <20161219100212.7lso76t7acdfzsji@csarch> From: Andreas Nilsson Date: Mon, 19 Dec 2016 11:09:09 +0100 Message-ID: Subject: Re: suspend/resume on Skylake (Lenovo T460s) with FreeBSD11 stable To: Christian Schwarz Cc: Chris Ernst , FreeBSD Stable Mailing List Content-Type: text/plain; charset=UTF-8 X-Content-Filtered-By: Mailman/MimeDel 2.1.23 X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 19 Dec 2016 10:09:11 -0000 On Mon, Dec 19, 2016 at 11:02 AM, Christian Schwarz wrote: > On Mon, Dec 19, 2016 at 08:00:19AM +0100, Chris Ernst wrote: > > it never worked. > > I tried using the FreeBSD 11-STABLE (Revision 310008). > > As i pointed out in my first post. Suspend is working but i am unable to > > resume again. > > Same experience that I had ;) > > One idea that just came across my mind: maybe it's the graphics that > don't resume. > > You could start some network service on the laptop, then suspend & > resume, and check if the network service is reachable. > > Hello, my Lenovo X1 yoga exhibits the same traits, it does suspend, but graphics are corrupted after resume. Machine usually is reachable over the network though. Best regards Andreas