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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id EEA6C139083 for ; Wed, 20 Dec 2017 15:28:11 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 8BCF1E1056; Wed, 20 Dec 2017 15:28:06 +0000 (UTC) Received: from smarthost01b.mail.zen.net.uk (smarthost01b.mail.zen.net.uk [212.23.1.3]) (using TLSv1.2 with cipher DHE-RSA-AES128-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 2AB10E0F81 for ; Wed, 20 Dec 2017 15:28:05 +0000 (UTC) Received: from [82.69.80.10] (helo=peak.localnet) by smarthost01b.mail.zen.net.uk with esmtps (TLS1.2:DHE_RSA_AES_256_CBC_SHA256:256) (Exim 4.80) (envelope-from ) id 1eRgHs-00043s-1X for gentoo-user@lists.gentoo.org; Wed, 20 Dec 2017 15:28:04 +0000 From: Peter Humphrey To: gentoo-user@lists.gentoo.org Subject: Re: [gentoo-user] 'firmware_install' won't on 4.14.7-gentoo Date: Wed, 20 Dec 2017 15:28:03 +0000 Message-ID: <1954580.sSloVCqmxB@peak> In-Reply-To: <504603539.5rY3yrNDt7@dell_xps> References: <504603539.5rY3yrNDt7@dell_xps> 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 MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" X-Originating-smarthost01b-IP: [82.69.80.10] Feedback-ID: 82.69.80.10 X-Archives-Salt: ebc96c77-a722-4c57-9974-c0b7ea07c234 X-Archives-Hash: 78c31539f0f35c8695be679c4df41e92 On Wednesday, 20 December 2017 12:22:29 GMT Mick wrote: > Has something changed in 4.14.7-gentoo sources from its predecessors? > > I'm getting this on two systems: > > [snip ...] > INSTALL sound/pci/hda/snd-hda-codec-hdmi.ko > INSTALL sound/pci/hda/snd-hda-codec.ko > INSTALL sound/pci/hda/snd-hda-intel.ko > DEPMOD 4.14.7-gentoo > make: *** No rule to make target 'firmware_install'. Stop. What firmware are you trying to install? This box needs firmware for the graphics card and the Intel CPU, and I've been declaring the file names in CONFIG_EXTRA_FIRMWARE and CONFIG_EXTRA_FIRMWARE_DIR. As the display works fine, and so does opencl on the GPU since I emerged dev-libs/amdgpu-pro- opencl, I assume that the firmware is being loaded. I didn't even know about a firmware_install make target. -- Regards, Peter.