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 0DBBCC4332F for ; Thu, 2 Nov 2023 06:52:26 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229538AbjKBGw1 (ORCPT ); Thu, 2 Nov 2023 02:52:27 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:48436 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229481AbjKBGw0 (ORCPT ); Thu, 2 Nov 2023 02:52:26 -0400 Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 7E22E123 for ; Wed, 1 Nov 2023 23:52:24 -0700 (PDT) Received: by smtp.kernel.org (Postfix) with ESMTPS id 13E5EC433C7 for ; Thu, 2 Nov 2023 06:52:24 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1698907944; bh=Z1e1Rrg0jdZFeHQN2KqYF8NYyp4P6Cdw3frB9a7+my8=; h=From:To:Subject:Date:In-Reply-To:References:From; b=p2gtGKy39HJekjPUqMlxSxQKIlJu6kMWwmFKjPZPyK0OBTyfJbhe1bNhrqaE5OB1n La5HGdCkHotAlU5zyJLM03nFqpWOIp0Rk2ztrSIWrFBK6KqpHR89k7gLd5aOwbg81I vl16iSp3zKloEXCbBjKo2v0w0Y91e0Unza4ij9gnEZjB5iH2QO8oiT99c7/qu83dbE vEUJL7+b/eiX3CCS1dzC9P7k0L6IQklP82vzH/4seMFrOL6uB4lWSjiPETyMDtRaO7 0ev9V0kPwAwyprpg5ktRKX9JkHJGRyKxAZA71fTdfb0vqMuWQxqtNodArrJEJNWiiI FnpK1Ax9ZouAQ== Received: by aws-us-west-2-korg-bugzilla-1.web.codeaurora.org (Postfix, from userid 48) id EC19FC4332E; Thu, 2 Nov 2023 06:52:23 +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: Thu, 02 Nov 2023 06:52:23 +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: ertugruluyar.personal@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 #20 from Ertugrul Uyar (ertugruluyar.personal@gmail.com) --- (In reply to Mario Limonciello (AMD) from comment #16) > I'm not personally familiar with Tuxedo OS. I can point you at generic > kernel build instructions. It seems to be built from an Ubuntu base so I > think generic debian kernels should work.=20=20 >=20 > Here's some generic instructions off the top of my head. Apologies if I > made any mistakes. >=20 > 1) Modify /etc/default/grub to change the grub policy from "hidden" to "m= enu" > 2) Modify /etc/default/grub to change the grub timeout from 0 to 5 > 3) run 'sudo update-grub' > 4) Reboot machine > 5) Make sure that you see a GRUB menu. >=20 > 6) Download kernel 6.6 (tarball or git) from https://www.kernel.org/ > 7) Apply the patch from this bug. > 8) Copy your existing kernel config from /boot to the file .config in the > kernel directory. > 9) Install build dependencies for building the kernel ("apt build-dep > linux-image" should hopefully help here) > 10) Build the kernel using "make -j$(nproc) bindeb-pkg" >=20 > If that works you'll get a .deb package at the end that you can install a= nd > pick from the grub menu on the next boot. See if this package works for = the > issue at hand. If it does we'll carry forward with submitting this patch= .=20 > If it doesn't then we have a different issue than we've seen in the past. I am gonna also remove amd_iommu=3Doff from grub conf.=20 GRUB_CMDLINE_LINUX_DEFAULT=3D"quiet splash amd_iommu=3Doff" --> GRUB_CMDLINE_LINUX_DEFAULT=3D"quiet splash" --=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.=