From nobody Wed May 21 18:36:02 2025 X-Original-To: desktop@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 4b2g9W1WKxz5wKdG for ; Wed, 21 May 2025 18:36:15 +0000 (UTC) (envelope-from sgharms@stevengharms.com) Received: from mail-10625.protonmail.ch (mail-10625.protonmail.ch [79.135.106.25]) (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-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "protonmail.com", Issuer "R11" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4b2g9V6DG1z4MyZ for ; Wed, 21 May 2025 18:36:09 +0000 (UTC) (envelope-from sgharms@stevengharms.com) Authentication-Results: mx1.freebsd.org; none DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=stevengharms.com; s=protonmail; t=1747852567; x=1748111767; bh=QW3Z7xPM4OuBa1NkRnw2ZJcboZ/IzyG1V8A+q/gS614=; h=Date:To:From:Cc:Subject:Message-ID:In-Reply-To:References: Feedback-ID:From:To:Cc:Date:Subject:Reply-To:Feedback-ID: Message-ID:BIMI-Selector:List-Unsubscribe:List-Unsubscribe-Post; b=wvbg/U7OScGhtrxYukIsXQ4Hzez4mOKg6BGbUSpWJFDYaKW/d0mewI+R3fIYeJmug H9YHozzNs2G7DoRJA0zNjE+VRUJxU1RXCxXoVMhRrFjJrrt31tzT6tyujViJyPNdtO SnGrtyRlKJ1NUFxTr/oha9ZDlCeFZmBfpDLG0OWI= Date: Wed, 21 May 2025 18:36:02 +0000 To: Renato Botelho From: "Steven Harms (High-Security Mail)" Cc: desktop@FreeBSD.org Subject: Re: dev.acpi_lid.0.state remains 1 when lid is closed after suspending/resuming once Message-ID: In-Reply-To: References: Feedback-ID: 16996530:user:proton X-Pm-Message-ID: 06a386088154d6de76ec4546c5fff6849fd6db9d List-Id: Using and improving FreeBSD on the desktop List-Archive: https://lists.freebsd.org/archives/freebsd-desktop List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-freebsd-desktop@FreeBSD.org MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Rspamd-Queue-Id: 4b2g9V6DG1z4MyZ X-Rspamd-Pre-Result: action=no action; module=replies; Message is reply to one we originated X-Spamd-Result: default: False [-4.00 / 15.00]; REPLY(-4.00)[]; ASN(0.00)[asn:62371, ipnet:79.135.106.0/24, country:CH] X-Spamd-Bar: ---- On Wednesday, May 21st, 2025 at 10:24 AM, Renato Botelho wrote: > I've found an interesting bug after I installed FreeBSD 15.0-CURRENT on > my Lenovo ThinkPad E14. >=20 > lid state sysctl is updated as expected when I close/open lid after a > fresh boot, but after suspending and resuming it once using acpiconf -s > 3 the sysctl remains with value 1 until next boot. >=20 > I've created a Bugzilla ticket [1] with details case anyone with ACPI > knowledge is interested. I can help collecting any needed data and > testing possible patches. >=20 > Thanks! >=20 > [1] https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D286974 > -- > Renato Botelho Does this laptop use the i915kms drm driver? If so, you might be a member o= f my club. https://github.com/freebsd/drm-kmod/pull/344 Steven