From mboxrd@z Thu Jan 1 00:00:00 1970 From: Alex Kost Subject: bug#23409: unable to load free firmware Date: Thu, 05 May 2016 11:42:22 +0300 Message-ID: <8737pwuc9d.fsf@gmail.com> References: <8c7981c22c93720a9dbd5f63c279c44b@riseup.net> <87shy1apax.fsf@gnu.org> <20160502085507.31da4d6f@openmailbox.org> <871t5jfu3d.fsf@gnu.org> <87eg9ij2fz.fsf@gnu.org> <609d0dda92cead243d99546befa113ca@riseup.net> <35d2e4a2bdc12bc75b84965e714beaa0@riseup.net> <877ffagpdy.fsf@gmail.com> <87r3dhv78q.fsf@gmail.com> <0f0377ea297e219eab214635838e6838@riseup.net> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:48035) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ayEsR-0005Iv-85 for bug-guix@gnu.org; Thu, 05 May 2016 04:43:25 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ayEsF-00041U-62 for bug-guix@gnu.org; Thu, 05 May 2016 04:43:13 -0400 Received: from debbugs.gnu.org ([208.118.235.43]:54589) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ayEsE-00040T-0E for bug-guix@gnu.org; Thu, 05 May 2016 04:43:07 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1ayEsA-0000wE-D3 for bug-guix@gnu.org; Thu, 05 May 2016 04:43:02 -0400 Sender: "Debbugs-submit" Resent-Message-ID: In-Reply-To: <0f0377ea297e219eab214635838e6838@riseup.net> (Quilro Ordonez's message of "Wed, 04 May 2016 18:13:00 -0500") List-Id: Bug reports for GNU Guix List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: bug-guix-bounces+gcggb-bug-guix=m.gmane.org@gnu.org Sender: "bug-Guix" To: 23409@debbugs.gnu.org Cc: Quilro Ordonez , lxo@fsfla.org Quilro Ordonez (2016-05-05 02:13 +0300) wrote: > Same errors in dmesg. If you mean after system reconfiguring, then it is expected, because nothing has changed, you just moved package definitions from you system config to another file, so that "guix build" and other commands could see these packages. Or do you mean after modifying "/sys/module/firmware_class/parameters/path" and "insmod"-ing that firmware? Here is an excerpt of Ludo's message. Please report after doing these steps. Ludovic Court=C3=A8s (2016-05-03 11:01 +0300) wrote: > Quil=C3=ADro: firmware files are searched for in the directory specified = in > the /sys/module/firmware_class/parameters/path pseudo-file (see the (gnu > build activation) module.) > > Could you try, as root, something like (use the right package and module > name below): > > echo -n $(guix build b43-firmware-whatever)/lib/firmware \ > > /sys/module/firmware_class/parameters/path > insmod b43-module-whatever-its-called > dmesg | tail > > =E2=80=A6 and report back? > > Also, can you show the output of: > > find $(guix build b43-firmware-whatever)/lib/firmware > > ? > > It should contain =E2=80=9Cb43-open/ucode5.fw=E2=80=9D. --=20 Alex