From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id B5A16C4332F for ; Fri, 3 Nov 2023 09:19:50 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1346994AbjKCJTv (ORCPT ); Fri, 3 Nov 2023 05:19:51 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:57998 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1346954AbjKCJTt (ORCPT ); Fri, 3 Nov 2023 05:19:49 -0400 Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id D463FDE for ; Fri, 3 Nov 2023 02:19:43 -0700 (PDT) Received: by smtp.kernel.org (Postfix) with ESMTPS id 80DA8C433C8 for ; Fri, 3 Nov 2023 09:19:43 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1699003183; bh=d815c/hqqX63PgJKAfuJb+9UpifsGgu3nneq8VevFOo=; h=From:To:Subject:Date:In-Reply-To:References:From; b=eyf+riI4saTuP+KNlkk5tzdrzTH1WPgucyw911GbcYAqMygbL93ClBU8v2+Ca4+YZ HYfsrjWGqgeScR+bvHbDo5QireWRrL+zLHMvOvyt0URC9XbNBSFEWjExfAo8rstE15 5kEVuRWPQVYhQ9v5S3VI8qCD4+wR4vQxpTHNdjLDtSnNd9HpdAtrodH58dSqGV8F52 9iIJiur4YmhUKjXuLEvcjD6+d8YdzD/X2qTw3jEyfU+PU2DN98t1R4SR2RgzU/ZFFt foLjzr5iffaY2NXL10wpN1uil6i9HPV3UIeieBz2HL30vRPohntfiBcZAtozcIgKKU Wbz/cbSDeXU1w== Received: by aws-us-west-2-korg-bugzilla-1.web.codeaurora.org (Postfix, from userid 48) id 6709AC53BD1; Fri, 3 Nov 2023 09:19:43 +0000 (UTC) From: bugzilla-daemon@kernel.org To: platform-driver-x86@vger.kernel.org Subject: [Bug 218092] Laptop hanging on black screen, when suspended and woke up! Date: Fri, 03 Nov 2023 09:19:43 +0000 X-Bugzilla-Reason: None X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: AssignedTo drivers_platform_x86@kernel-bugs.osdl.org X-Bugzilla-Product: Drivers X-Bugzilla-Component: Platform_x86 X-Bugzilla-Version: 2.5 X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: bagasdotme@gmail.com X-Bugzilla-Status: NEW X-Bugzilla-Resolution: X-Bugzilla-Priority: P3 X-Bugzilla-Assigned-To: drivers_platform_x86@kernel-bugs.osdl.org X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: https://bugzilla.kernel.org/ Auto-Submitted: auto-generated MIME-Version: 1.0 Precedence: bulk List-ID: X-Mailing-List: platform-driver-x86@vger.kernel.org https://bugzilla.kernel.org/show_bug.cgi?id=3D218092 --- Comment #44 from Bagas Sanjaya (bagasdotme@gmail.com) --- On Fri, Nov 03, 2023 at 07:16:24AM +0000, bugzilla-daemon@kernel.org wrote: > https://bugzilla.kernel.org/show_bug.cgi?id=3D218092 >=20 > --- Comment #43 from Ertugrul Uyar (ertugruluyar.personal@gmail.com) --- > I don't know what happened exactly but it's building .deb files now. I d= =C4=B1d > this > things: > https://github.com/openssl/openssl/issues/20293#issuecomment-1461877599 -= -> I > did make modules then make modules_sign. make modules_sign give error and= I > did > this: https://askubuntu.com/a/1178467 > then, to create signature, I think, click the link: > https://superuser.com/a/1322832 --> In this, I did this:=20 > "In your linux kernel root folder that you're compiling go to the certs > folder > and run:" > openssl req -new -nodes -utf8 -sha512 -days 36500 -batch -x509 -config > x509.genkey -outform DER -out signing_key.x509 -keyout signing_key.pem > Then I tried this: "make modules_sign" and "make modules_install" and get > error, so I decided to disable module signing: > > https://stackoverflow.com/questions/29806414/how-to-disable-kernel-module= -signing-in-linux > but I didn't change the value from this UI. So I manually change .config > file: > CONFIG_MODULE_SIG=3Dn > CONFIG_MODULE_SIG_ALL=3Dn > I was change this and copy to linux6.6/ folder and then run "make -j$(npr= oc) > bindeb-pkg" then I checked the .config file while is building. In the .co= nfig > file that used for last building:=20 > CONFIG_MODULE_SIG=3Dy > # CONFIG_MODULE_SIG_ALL is not set To use your own key pair, you need to set CONFIG_MODULE_SIG_KEY to the path of the desired key. >=20 > NOW, I have this .deb file. How I am gonna install this, do I have to use > command or I just click and open with KDE Discover. And which file should= I > install? > ----- > dpkg-deb: building package 'linux-image-6.6.0' in > '../linux-image-6.6.0_6.6.0-6_amd64.deb'. > dpkg-deb: building package 'linux-libc-dev' in > '../linux-libc-dev_6.6.0-6_amd64.deb'. > dpkg-deb: building package 'linux-headers-6.6.0' in > '../linux-headers-6.6.0_6.6.0-6_amd64.deb'. > dpkg-deb: building package 'linux-image-6.6.0-dbg' in > '../linux-image-6.6.0-dbg_6.6.0-6_amd64.deb'. > dpkg-genbuildinfo --build=3Dbinary -O../linux-upstream_6.6.0-6_amd64.bui= ldinfo > dpkg-genchanges --build=3Dbinary -O../linux-upstream_6.6.0-6_amd64.chang= es > dpkg-genchanges: info: binary-only upload (no source code included) > dpkg-source --after-build . > dpkg-buildpackage: info: binary-only upload (no source included) Use apt (the package manager). Only kernel headers and images are needed to get the kernel running: ``` # apt install ../linux-headers-6.6.0_6.6.0-6_amd64.deb ../linux-image-6.6.0_6.6.0-6_amd64.deb ``` Thanks. --=20 You may reply to this email to add a comment. You are receiving this mail because: You are watching the assignee of the bug.=