From nobody Tue Jan 16 18:55:10 2024 X-Original-To: freebsd-current@mlmmj.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mlmmj.nyi.freebsd.org (Postfix) with ESMTP id 4TDyr90xPtz57q5m for ; Tue, 16 Jan 2024 18:55:21 +0000 (UTC) (envelope-from shuriku@shurik.kiev.ua) Received: from mail.flex-it.com.ua (mail.flex-it.com.ua [193.239.74.7]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 4TDyr82SR7z527G for ; Tue, 16 Jan 2024 18:55:20 +0000 (UTC) (envelope-from shuriku@shurik.kiev.ua) Authentication-Results: mx1.freebsd.org; dkim=none; dmarc=none; spf=pass (mx1.freebsd.org: domain of shuriku@shurik.kiev.ua designates 193.239.74.7 as permitted sender) smtp.mailfrom=shuriku@shurik.kiev.ua Received: from 93.183.208.50.ipv4.datagroup.ua ([93.183.208.50] helo=[192.168.200.105]) by mail.flex-it.com.ua with esmtpsa (TLS1.3) tls TLS_AES_128_GCM_SHA256 (Exim 4.96.2 (FreeBSD)) (envelope-from ) id 1rPoad-000LfX-0T for freebsd-current@freebsd.org; Tue, 16 Jan 2024 20:55:11 +0200 Content-Type: multipart/alternative; boundary="------------eFYiduk6X4gqG1rswTrI0HB3" Message-ID: <69efb2e1-bbb0-4f81-abd8-847744921831@shurik.kiev.ua> Date: Tue, 16 Jan 2024 20:55:10 +0200 List-Id: Discussions about the use of FreeBSD-current List-Archive: https://lists.freebsd.org/archives/freebsd-current List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-freebsd-current@freebsd.org MIME-Version: 1.0 User-Agent: Mozilla Thunderbird Subject: Re: suspend to idle support To: freebsd-current@freebsd.org References: Content-Language: uk-UA From: Oleksandr Kryvulia In-Reply-To: X-ACL-Warn: SPF failed. 93.183.208.50 is not allowed to send mail from shurik.kiev.ua. X-Spamd-Bar: --- X-Spamd-Result: default: False [-3.29 / 15.00]; NEURAL_HAM_LONG(-1.00)[-1.000]; NEURAL_HAM_MEDIUM(-1.00)[-1.000]; NEURAL_HAM_SHORT(-1.00)[-0.997]; R_SPF_ALLOW(-0.20)[+mx]; MIME_GOOD(-0.10)[multipart/alternative,text/plain]; XM_UA_NO_VERSION(0.01)[]; RCVD_VIA_SMTP_AUTH(0.00)[]; RCPT_COUNT_ONE(0.00)[1]; RCVD_COUNT_ONE(0.00)[1]; ASN(0.00)[asn:35297, ipnet:193.239.72.0/22, country:UA]; MIME_TRACE(0.00)[0:+,1:+,2:~]; RCVD_TLS_ALL(0.00)[]; R_DKIM_NA(0.00)[]; MLMMJ_DEST(0.00)[freebsd-current@freebsd.org]; FROM_EQ_ENVFROM(0.00)[]; FROM_HAS_DN(0.00)[]; MID_RHS_MATCH_FROM(0.00)[]; TO_DN_NONE(0.00)[]; DMARC_NA(0.00)[shurik.kiev.ua]; TO_MATCH_ENVRCPT_ALL(0.00)[]; ARC_NA(0.00)[] X-Rspamd-Queue-Id: 4TDyr82SR7z527G This is a multi-part message in MIME format. --------------eFYiduk6X4gqG1rswTrI0HB3 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 8bit 16.01.24 20:29, Warner Losh: > > On Mon, Jan 15, 2024 at 10:24 AM Oleksandr Kryvulia > wrote: > > Hello, > What is a status of support suspend to idle? I found only two > related reviews D17675 and D17676 and no more any information. It > is a very desirable thing on modern laptops, where s3 is not > supported like my X1 Carbon gen11[1]. > > [1] https://wiki.freebsd.org/Laptops/Thinkpad_X1_Carbon > > > It works for me on my Lenovo Yoga that's a couple of years old, modulo > the build-in wifi card. On my X1: hw.acpi.supported_sleep_state: S4 S5 So no S3 state and no suspend-resume support. The erlier versions have a settings in BIOS which allow to enable S3 support, but not mine. Can you share your experience with how you set it up? --------------eFYiduk6X4gqG1rswTrI0HB3 Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: 8bit 16.01.24 20:29, Warner Losh:

On Mon, Jan 15, 2024 at 10:24 AM Oleksandr Kryvulia <shuriku@shurik.kiev.ua> wrote:
Hello,
What is a status of support suspend to idle? I found only two related reviews D17675 and D17676 and no more any information. It is a very desirable thing on modern laptops, where s3 is not supported like my X1 Carbon gen11[1].

[1] https://wiki.freebsd.org/Laptops/Thinkpad_X1_Carbon

It works for me on my Lenovo Yoga that's a couple of years old, modulo the build-in wifi card.

On my X1:
hw.acpi.supported_sleep_state: S4 S5

So no S3 state and no suspend-resume support. The erlier versions have a settings in BIOS which allow to enable S3 support, but not mine. Can you share your experience with how you set it up?


--------------eFYiduk6X4gqG1rswTrI0HB3--