From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 52C9715852A for ; Wed, 21 Aug 2024 15:50:12 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 8F401E2AE8; Wed, 21 Aug 2024 15:50:07 +0000 (UTC) Received: from ciao.gmane.io (ciao.gmane.io [116.202.254.214]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange ECDHE (prime256v1) server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 2C408E2AE2 for ; Wed, 21 Aug 2024 15:50:07 +0000 (UTC) Received: from list by ciao.gmane.io with local (Exim 4.92) (envelope-from ) id 1sgnb4-0009AG-4X for gentoo-user@lists.gentoo.org; Wed, 21 Aug 2024 17:50:06 +0200 X-Injected-Via-Gmane: http://gmane.org/ To: gentoo-user@lists.gentoo.org From: Grant Edwards Subject: [gentoo-user] Re: Do I need firmware for an integrated graphics unit? Date: Wed, 21 Aug 2024 15:49:58 -0000 (UTC) Message-ID: References: <2196376.irdbgypaU6@rogueboard> <2621935.Lt9SDvczpP@rogueboard> User-Agent: slrn/1.0.3 (Linux) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-user@lists.gentoo.org Reply-to: gentoo-user@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: b5ce83e6-fe33-4b5d-a424-7eb6ff4044b6 X-Archives-Hash: 20fbaf45366d079a0aed497d48964590 On 2024-08-21, Wol wrote: > On 21/08/2024 14:49, Michael wrote: >>> That would involve me learning how to make and handle a modular kernel, >>> something I'd really rather not have to do. > >> Well, there's nothing to it really. Just configure your kernel with the >> drivers needed by your graphics card, but set them as modules. Then boot with >> it and check dmesg. The kernel will load the modules and try to fetch the >> requisite firmware. > > Just don't forget to "make modules" and "make modules_install". Then you > need to make sure it's included in any initramfs, so no it's not quite > as simple as "but set them as modules" if you don't have any other modules. Ah, I forgot about initramfs [I never use one]. Do the amdgpu firmware files really need to part of the initramfs or can the modules wait until the real /usr is mounted to load the firmware?