From owner-freebsd-current@freebsd.org Wed Sep 16 13:56:04 2020 Return-Path: Delivered-To: freebsd-current@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id D9CEF3E6442 for ; Wed, 16 Sep 2020 13:56:04 +0000 (UTC) (envelope-from ltning@anduin.net) Received: from mail.modirum.com (mail.modirum.com [185.42.170.44]) (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 4Bs1pW1YP7z3X4g for ; Wed, 16 Sep 2020 13:56:02 +0000 (UTC) (envelope-from ltning@anduin.net) Received: by mail.modirum.com with esmtpsa (TLS1.3:TLS_AES_256_GCM_SHA384:256) (Exim 4.94 (FreeBSD)) (envelope-from ) id 1kIXui-0006Ic-JU; Wed, 16 Sep 2020 13:56:00 +0000 Subject: Re: Wake from sleep kinda broken-ish? (ThinkPad Carbon X1 6th gen) To: Hans Petter Selasky , freebsd-current@freebsd.org References: <0b2f0f19-490b-4bb5-52b3-201e24ebeaee@anduin.net> <8f160583-47bb-3090-9713-ba0857be9b3e@FreeBSD.org> <39ceba1e-3e9e-a861-ab71-d376969990c4@FreeBSD.org> <73d1a651-c3b1-5e6d-2af8-f5bc1049bca8@anduin.net> From: =?UTF-8?Q?Eirik_=c3=98verby?= Message-ID: Date: Wed, 16 Sep 2020 15:55:59 +0200 User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:68.0) Gecko/20100101 Thunderbird/68.12.0 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: en-US Content-Transfer-Encoding: 7bit X-SA-Authenticated: Yes X-Rspamd-Queue-Id: 4Bs1pW1YP7z3X4g X-Spamd-Bar: -- X-Spamd-Result: default: False [-2.09 / 15.00]; RCVD_TLS_ALL(0.00)[]; RCVD_VIA_SMTP_AUTH(0.00)[]; MID_RHS_MATCH_FROM(0.00)[]; FROM_HAS_DN(0.00)[]; TO_DN_SOME(0.00)[]; R_SPF_ALLOW(-0.20)[+mx]; NEURAL_HAM_LONG(-1.04)[-1.036]; MIME_GOOD(-0.10)[text/plain]; DMARC_NA(0.00)[anduin.net]; ARC_NA(0.00)[]; NEURAL_SPAM_SHORT(0.23)[0.227]; TO_MATCH_ENVRCPT_SOME(0.00)[]; RCPT_COUNT_TWO(0.00)[2]; RCVD_IN_DNSWL_NONE(0.00)[185.42.170.44:from]; NEURAL_HAM_MEDIUM(-0.98)[-0.981]; FROM_EQ_ENVFROM(0.00)[]; R_DKIM_NA(0.00)[]; MIME_TRACE(0.00)[0:+]; ASN(0.00)[asn:62248, ipnet:185.42.170.0/24, country:NO]; RCVD_COUNT_TWO(0.00)[2]; MAILMAN_DEST(0.00)[freebsd-current]; SUBJECT_HAS_QUESTION(0.00)[] X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.33 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 16 Sep 2020 13:56:04 -0000 On 9/16/20 11:05 AM, Hans Petter Selasky wrote: > > To make sure suspend/resume is not blocked by USB you can try setting: > > sysctl hw.usb.no_suspend_wait=1 Thanks, that is useful - it's a separate problem with my USB DAC. Not sure if it's relevant to the resume issue, though? /Eirik