From nobody Thu Sep 1 16:34:25 2022 X-Original-To: questions@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 4MJRTQ5SM1z4ZsyJ for ; Thu, 1 Sep 2022 16:34:34 +0000 (UTC) (envelope-from verm@darkbeer.org) Received: from mx.coeval.ca (mx.coeval.ca [184.75.211.21]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 4MJRTP5YQ5z3Mwc for ; Thu, 1 Sep 2022 16:34:33 +0000 (UTC) (envelope-from verm@darkbeer.org) Received: from mx.darkbeer.org (unknown [192.168.211.20]) by mx.coeval.ca (Postfix) with ESMTP id D767243605C for ; Thu, 1 Sep 2022 16:34:25 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=darkbeer.org; s=mail; t=1662050065; bh=/HfOOnAFmlfEKjaBszKBn6vZNRfKqdMtjXk3sjGI0a4=; h=Date:From:To:Subject:References:In-Reply-To; b=JFpKZFFSe8se4raXTw5+0Cb8JlY/naCayo0YDp/yTgiTkouRxmwWfTfH6oldPC6TY KtwKsGeQHGMlnFe0iz7QCQ5Jq5jQPs0sL/JonLhIFeAG+bh2QqsyqyPrOhY5fcqx/7 EKMtWbHaQNok669kpTHZkav7Ajh/6uyno+OexPKc= Received: by mx.darkbeer.org (Postfix, from userid 1001) id D288B470BFC; Thu, 1 Sep 2022 16:34:25 +0000 (UTC) Date: Thu, 1 Sep 2022 16:34:25 +0000 From: Amar Takhar To: questions@freebsd.org Subject: Re: Alder Lake and similar CPU support for FreeBSD Message-ID: <20220901163425.GA19854@darkbeer.org> References: List-Id: User questions List-Archive: https://lists.freebsd.org/archives/freebsd-questions List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-freebsd-questions@freebsd.org X-BeenThere: freebsd-questions@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: X-Rspamd-Queue-Id: 4MJRTP5YQ5z3Mwc X-Spamd-Bar: --- Authentication-Results: mx1.freebsd.org; dkim=pass header.d=darkbeer.org header.s=mail header.b=JFpKZFFS; dmarc=none; spf=pass (mx1.freebsd.org: domain of verm@darkbeer.org designates 184.75.211.21 as permitted sender) smtp.mailfrom=verm@darkbeer.org X-Spamd-Result: default: False [-3.50 / 15.00]; NEURAL_HAM_MEDIUM(-1.00)[-1.000]; NEURAL_HAM_SHORT(-1.00)[-1.000]; NEURAL_HAM_LONG(-1.00)[-1.000]; R_SPF_ALLOW(-0.20)[+ip4:184.75.211.21]; R_DKIM_ALLOW(-0.20)[darkbeer.org:s=mail]; MIME_GOOD(-0.10)[text/plain]; MIME_TRACE(0.00)[0:+]; MLMMJ_DEST(0.00)[questions@freebsd.org]; FROM_EQ_ENVFROM(0.00)[]; DKIM_TRACE(0.00)[darkbeer.org:+]; RCVD_TLS_LAST(0.00)[]; DMARC_NA(0.00)[darkbeer.org]; ARC_NA(0.00)[]; ASN(0.00)[asn:32489, ipnet:184.75.211.0/24, country:CA]; TO_MATCH_ENVRCPT_ALL(0.00)[]; FROM_HAS_DN(0.00)[]; RCVD_COUNT_THREE(0.00)[3]; PREVIOUSLY_DELIVERED(0.00)[questions@freebsd.org]; RCPT_COUNT_ONE(0.00)[1]; TO_DN_NONE(0.00)[]; MID_RHS_MATCH_FROM(0.00)[] X-ThisMailContainsUnwantedMimeParts: N On 2022-08-31 23:39 -0700, Kevin Oberman wrote: > An update. Alder Lake and soft updates don't seem to get along. After several > crashes, all VFS related, I disables soft updates and, several hundred port > builds later, not a single panic. > > If you have had problems with an Alder Lake system and have soft updates > enabled, try turning them off. See tunefs(8) for details. Must be done after a > stand after a single user boot before the file system is mounted RW. This has fixed the issue for me on 13.1 I did try CURRENT last night but had the same issue. I don't know why I didn't think of turning soft updates off great find thanks! Now the only two issues are sound popping and general system bogginess when things get loaded especially if you're playing a video. Amar.