From owner-freebsd-stable@freebsd.org Mon Dec 19 07:00:23 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 BA944C876AB for ; Mon, 19 Dec 2016 07:00:23 +0000 (UTC) (envelope-from snowiswhite@gmail.com) Received: from mail-wj0-x235.google.com (mail-wj0-x235.google.com [IPv6:2a00:1450:400c:c01::235]) (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 5641B1E1F for ; Mon, 19 Dec 2016 07:00:23 +0000 (UTC) (envelope-from snowiswhite@gmail.com) Received: by mail-wj0-x235.google.com with SMTP id v7so141611012wjy.2 for ; Sun, 18 Dec 2016 23:00:23 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=subject:to:references:cc:from:message-id:date:user-agent :mime-version:in-reply-to:content-transfer-encoding; bh=XzIHfc3rIrAdiOoIX0L3+6kEn4g9hSkK+kPh0yXFlMQ=; b=qdvru9HrUKah7nj5eZ/TF6PjM3zoGCPl9xpcXzNv3wOVZm9Bv86a4puX1elb4QsIpI QHcQjTg9Ow03SK3zp4ASsPa2/3eV6MlFVtSlehKsZ5l4I7xis39Efa8AKQ7MLDC2Xjsn XOOa8kIaXTrhh+yWYErS7TH9CujYhak3JXexduEFK9QvBmkLbEYM8KKTNS67z+16VPPS 5hoObiobvrm4j+fEHW2U71yV0vRIfJXfH+W96voLzCt1JFF3AnF9bNBNayE5X+zlEd+C k7A64WXk71CkIMnok2oSuo6EyF4jc7GRktD7ct/Tu4XxADqiuIrKxL59RPZcwam+o7xq W8XQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:subject:to:references:cc:from:message-id:date :user-agent:mime-version:in-reply-to:content-transfer-encoding; bh=XzIHfc3rIrAdiOoIX0L3+6kEn4g9hSkK+kPh0yXFlMQ=; b=YNMiRgu+9c4gmWTU7f0Y8eXw9XJBKUIWYJiNX8KtLV3/ZvL6RqD3l74gebgo7/1Cpz yCrCcd7saP334GuRdSqQrAbMzqft4SVPgIDawEVqjCGn7RlthQk9tObelSa4y6fy9nUj uzF9kq6JSl6z8tdhYUr1EUonSu8TCeYrCAjBaxPt8aMt8RWvcnRZeglGNcqo1OKJ3YUk Ak0IBbe1XINhSaCM12mssaz68dDE5Ak9Ss8HFS6bQRSqoc5enIMSkwGrQmRwOCnlLiBC /JRtSL+rAxOAjjr6pDkhBCbSiCl33k1CX7c+sPreDUqz3h83BBbO+5SrcBP2Crq+OrDZ stWg== X-Gm-Message-State: AKaTC02rNCqHQ08Vv71McR04O2rH8FLd5g1cSLQ4KhebEO5tJS9ie4BYQ9bFmq3/ViwCnw== X-Received: by 10.194.39.7 with SMTP id l7mr12209074wjk.182.1482130820891; Sun, 18 Dec 2016 23:00:20 -0800 (PST) Received: from [10.18.37.10] (213.231.197.178.dynamic.wless.zhbmb00p-cgnat.res.cust.swisscom.ch. [178.197.231.213]) by smtp.gmail.com with ESMTPSA id 138sm15684953wms.20.2016.12.18.23.00.20 (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Sun, 18 Dec 2016 23:00:20 -0800 (PST) Subject: Re: suspend/resume on Skylake (Lenovo T460s) with FreeBSD11 stable To: Christian Schwarz References: <20161217140223.tql6nmpd5gcgjryn@csarch> Cc: freebsd-stable@freebsd.org From: Chris Ernst Message-ID: Date: Mon, 19 Dec 2016 08:00:19 +0100 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:45.0) Gecko/20100101 Thunderbird/45.5.1 MIME-Version: 1.0 In-Reply-To: <20161217140223.tql6nmpd5gcgjryn@csarch> Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit 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 07:00:23 -0000 > On Wed, Dec 14, 2016 at 05:15:12PM +0100, Chris Ernst wrote: >> >> i have been hardly trying to get my Lenovo T460s to suspend *and to resume >> again*. >> >> Eventually the system suspends when i close the lid. >> The power LED is slowly blinking on and off. >> >> That is it! I am not able to resume my system anymore. >> When I push the power button once the power LED *keeps* slowly blinking on >> and off. :( > > What was the last revision where suspend/resume worked on your T460s? > > Approximately two months ago, I tried the then HEAD of drm-next-4.7 > of the FreeBSDDesktop repo [1] and had no success. > > -- Christian > > [1] https://github.com/FreeBSDDesktop/freebsd-base-graphics > Hi Christian Hi all 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. Actually i am interested in having an exchange of experiences which kernel modules and configs are needed and which one should be avoided to successfully enable suspend/resume. I already found "Suspend/Resume on FreeBSD-Wiki" [1]. Unfortunately the information provided there is not valuable for me. Anyone interested in sharing experiences? best regards Chris [1]https://wiki.freebsd.org/SuspendResume