From debbugs-submit-bounces@debbugs.gnu.org Sat Apr 30 18:26:50 2016 Received: (at submit) by debbugs.gnu.org; 30 Apr 2016 22:26:50 +0000 Received: from localhost ([127.0.0.1]:58710 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1awdLe-0000Kw-HE for submit@debbugs.gnu.org; Sat, 30 Apr 2016 18:26:50 -0400 Received: from eggs.gnu.org ([208.118.235.92]:56379) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1awc7E-0001bU-Hg for submit@debbugs.gnu.org; Sat, 30 Apr 2016 17:07:52 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1awc6z-0006Th-J3 for submit@debbugs.gnu.org; Sat, 30 Apr 2016 17:07:43 -0400 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on eggs.gnu.org X-Spam-Level: X-Spam-Status: No, score=0.8 required=5.0 tests=BAYES_50,T_DKIM_INVALID, UNPARSEABLE_RELAY autolearn=disabled version=3.3.2 Received: from lists.gnu.org ([2001:4830:134:3::11]:47980) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1awc6y-0006T4-DF for submit@debbugs.gnu.org; Sat, 30 Apr 2016 17:07:37 -0400 Received: from eggs.gnu.org ([2001:4830:134:3::10]:47240) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1awc6m-0001V6-J8 for bug-guix@gnu.org; Sat, 30 Apr 2016 17:07:30 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1awc6Y-0006Q0-P0 for bug-guix@gnu.org; Sat, 30 Apr 2016 17:07:16 -0400 Received: from mx1.riseup.net ([198.252.153.129]:58555) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1awc6X-0006On-HT for bug-guix@gnu.org; Sat, 30 Apr 2016 17:07:10 -0400 Received: from piha.riseup.net (unknown [10.0.1.163]) (using TLSv1 with cipher ECDHE-RSA-AES256-SHA (256/256 bits)) (Client CN "*.riseup.net", Issuer "COMODO RSA Domain Validation Secure Server CA" (verified OK)) by mx1.riseup.net (Postfix) with ESMTPS id 7FC2F1A05C5 for ; Sat, 30 Apr 2016 21:06:59 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=riseup.net; s=squak; t=1462050419; bh=OvoCx44J92hanTQWez+XqaVxcwFU2z2IxW26vpb5wNg=; h=Date:From:To:Subject:Reply-To:From; b=al6FX9U43qyzf0z86TUHhMTm9Ke5IV759yOYn4q4vyXzVhDLn6amXyjR5048UEEjB pvs7+DnJ732sOp7gxhys6VwlLrAe3V2bX6KAnPEwh3g54w2cBkEy4MriciLElH3x+k K8z9bIeBUmtMDPeKdEdPyUG63KPLFte48nzVnVCw= Received: from [127.0.0.1] (localhost [127.0.0.1]) (Authenticated sender: quiliro) with ESMTPSA id 40AFD1C0033 MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII; format=flowed Content-Transfer-Encoding: 7bit Date: Sat, 30 Apr 2016 16:06:58 -0500 From: Quilro Ordonez To: bug-guix@gnu.org Subject: unable to load free firmware Mail-Reply-To: quiliro@fsfla.org Message-ID: <8c7981c22c93720a9dbd5f63c279c44b@riseup.net> X-Virus-Scanned: clamav-milter 0.99 at mx1.riseup.net X-Virus-Status: Clean X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6.x X-Received-From: 2001:4830:134:3::11 X-Spam-Score: -4.1 (----) X-Debbugs-Envelope-To: submit X-Mailman-Approved-At: Sat, 30 Apr 2016 18:26:48 -0400 X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Reply-To: quiliro@fsfla.org Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -4.1 (----) Hello mashi (Mashi is the kichwa word for friend, partner, associate, camerade. Kichwa is the language spoken in the Andes mountain region along all the West of South America). I am trying to lo use Broadcom wireless device on GuixSD. It is confirmed to work with free drivers and free firmware. It works correctly in Trisquel too. dmesg gives the following messages. I have included only the relevant parts: [ 20.400251] b43-phy0: Broadcom 4311 WLAN found (core revision 10) [ 20.432041] b43-phy0: Found PHY: Analog 4, Type 2 (G), Revision 8 [ 20.432058] b43-phy0: Found Radio: Manuf 0x17F, ID 0x2050, Revision 2, Version 0 [ 20.444116] Broadcom 43xx driver loaded [ Features: PNL ] [ 20.444306] ssb0:0: Missing Free firmware (non-Free firmware loading is disabled) [ 20.444308] Unable to load firmware [ 20.591119] b43 ssb0:0: Direct firmware load for /*(DEBLOBBED)*/ failed with error -2 [ 20.591135] b43 ssb0:0: Direct firmware load for b43-open/ucode5.fw failed with error -2 [ 20.591154] b43 ssb0:0: Direct firmware load for b43-open/ucode5.fw failed with error -2 [ 20.591158] b43-phy0 ERROR: Firmware file "b43-open/ucode5.fw" not found [ 21.313688] b43-phy0 ERROR: /*(DEBLOBBED)*/ 'lspci -vmmnn -d 14e4:' shows: Slot: 03:00.0 Class: Network controller [0280] Vendor: Broadcom Corporation [14e4] Device: BCM4311 802.11b/g WLAN [4311] SVendor: Hewlett-Packard Company [103c] SDevice: BCM4311 802.11b/g Wireless LAN Controller [1363] Rev: 01 'lspci -nn -d 14e4:' shows 03:00.0 Network controller [0280]: Broadcom Corporation BCM4311 802.11b/g WLAN [14e4:4311] (rev 01) h-node.com establishes rev 01 of this card works with free software in https://h-node.org/wifi/view/en/2/Broadcom-Corporation-BCM4311-802-11b-g-WLAN--rev-02- Please suggest what I should try. Thank you very much. Quiliro From debbugs-submit-bounces@debbugs.gnu.org Sat Apr 30 18:43:20 2016 Received: (at 23409) by debbugs.gnu.org; 30 Apr 2016 22:43:20 +0000 Received: from localhost ([127.0.0.1]:58743 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1awdbc-0002P5-7Q for submit@debbugs.gnu.org; Sat, 30 Apr 2016 18:43:20 -0400 Received: from out5-smtp.messagingengine.com ([66.111.4.29]:48096) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1awdbZ-0002Ox-KD for 23409@debbugs.gnu.org; Sat, 30 Apr 2016 18:43:19 -0400 Received: from compute5.internal (compute5.nyi.internal [10.202.2.45]) by mailout.nyi.internal (Postfix) with ESMTP id 436942080D; Sat, 30 Apr 2016 18:43:17 -0400 (EDT) Received: from frontend2 ([10.202.2.161]) by compute5.internal (MEProxy); Sat, 30 Apr 2016 18:43:17 -0400 DKIM-Signature: v=1; a=rsa-sha1; c=relaxed/relaxed; d=famulari.name; h= cc:content-type:date:from:in-reply-to:message-id:mime-version :references:subject:to:x-sasl-enc:x-sasl-enc; s=mesmtp; bh=k0N5N Tr5PWnMIgjkIg+FPzjOYCU=; b=moxTe6HhWXmeWqDGmNFxzkiWXQhSx12tcE6NU Ps92Xcr4WO2n7Iftqq7wj0InqdbQmLnpsRlZDHQg/MGxQspPPUWadycfq1XRIkbY L5IjtDy2ITDYM+mRdlGYcBzisZwmVhAsw8K6i5VaKBZKPnGSQZsZ+4D6Zb6Qm1L8 3xt1mo= DKIM-Signature: v=1; a=rsa-sha1; c=relaxed/relaxed; d= messagingengine.com; h=cc:content-type:date:from:in-reply-to :message-id:mime-version:references:subject:to:x-sasl-enc :x-sasl-enc; s=smtpout; bh=k0N5NTr5PWnMIgjkIg+FPzjOYCU=; b=W2LnL bbNIl5sINx7QZzajKuKLecSefRTF5eJoipXt4rCp5QUvhoqhcvvar6VIkkiVt4jb KSiPH83tm94K6Pit8U6iloUoePHWU8o+4xXt+IRzihrhCsGIPv51iAUzz/EwoVL0 M0DWK4Xd5E4V2ulGCXfuVH1yTbCFnBLcGOIWJA= X-Sasl-enc: aBloJmiPEBB+Atcnfmkw5qPFw66sY1ui3CAZGE9Ojw2a 1462056197 Received: from localhost (c-50-191-78-78.hsd1.pa.comcast.net [50.191.78.78]) by mail.messagingengine.com (Postfix) with ESMTPA id EB50B6801D6; Sat, 30 Apr 2016 18:43:16 -0400 (EDT) Date: Sat, 30 Apr 2016 18:43:16 -0400 From: Leo Famulari To: quiliro@fsfla.org Subject: Re: bug#23409: unable to load free firmware Message-ID: <20160430224316.GA9483@jasmine> References: <8c7981c22c93720a9dbd5f63c279c44b@riseup.net> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <8c7981c22c93720a9dbd5f63c279c44b@riseup.net> User-Agent: Mutt/1.5.24 (2015-08-30) X-Spam-Score: -0.7 (/) X-Debbugs-Envelope-To: 23409 Cc: 23409@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -0.7 (/) On Sat, Apr 30, 2016 at 04:06:58PM -0500, Quilro Ordonez wrote: > I am trying to lo use Broadcom wireless device on GuixSD. It is confirmed to > work with free drivers and free firmware. It works correctly in Trisquel > too. I believe that these package definitions for b43-tools and openfwwf-firmware, copied from http://termbin.com/i02e, are what are being used: (define-public b43-tools (let ((commit "8dce53297966b31b6c70a7a03c2433978dd9f288")) (package (name "b43-tools") (version (string-append "20160406." (string-take commit 8))) (source (origin (method git-fetch) (uri (git-reference (url "http://git.bues.ch/git/b43-tools.git") (commit commit))) (sha256 (base32 "08k7sdr9jagm43r2zv4h03j86klhkblpk73p12444a3vzg1gy1lv")))) (build-system gnu-build-system) (native-inputs `(("flex" ,flex) ("bison" ,bison))) (arguments `(#:modules ((srfi srfi-1) (guix build gnu-build-system) (guix build utils)) #:tests? #f ;no tests #:phases (let ((subdirs '("assembler" "disassembler"))) ;TODO: fwcutter (modify-phases %standard-phases (delete 'configure) (add-before 'build 'patch-/bin/true (lambda _ (substitute* (find-files "." "Makefile") (("/bin/true") ":")) #t)) (replace 'build (lambda _ (every (lambda (dir) (zero? (system* "make" "-C" dir "CC=gcc"))) subdirs))) (replace 'install (lambda* (#:key outputs #:allow-other-keys) (let ((out (assoc-ref outputs "out"))) (mkdir-p (string-append out "/bin")) (every (lambda (dir) (zero? (system* "make" "-C" dir (string-append "PREFIX=" out) "install"))) subdirs)))))))) (home-page "") (synopsis "") (description "") (license gpl2)))) (define-public openfwwf-firmware (package (name "openfwwf-firmware") (version "5.2") (source (origin (method url-fetch) (uri (string-append "http://netweb.ing.unibs.it/~openfwwf/firmware/" "openfwwf-" version ".tar.gz")) (sha256 (base32 ;; /gnu/store/ag7rf0kmb1wrnhwjfi3fgr1jcv1vg021-openfwwf-5.2.tar.gz "1p60gdi7w88s7qw82d3g9v7mk887mhvidf4l5q5hh09j10h37q4x")))) (build-system gnu-build-system) (native-inputs `(("b43-tools" ,b43-tools))) (arguments `(#:make-flags (list (string-append "PREFIX=" (assoc-ref %outputs "out") "/b43-open")) #:tests? #f ;no tests #:phases (modify-phases %standard-phases (delete 'configure)))) (home-page "http://netweb.ing.unibs.it/~openfwwf/") (synopsis "") (description "") (license gpl2))) From debbugs-submit-bounces@debbugs.gnu.org Sun May 01 09:20:13 2016 Received: (at 23409) by debbugs.gnu.org; 1 May 2016 13:20:13 +0000 Received: from localhost ([127.0.0.1]:59131 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1awrIC-00062A-W7 for submit@debbugs.gnu.org; Sun, 01 May 2016 09:20:13 -0400 Received: from eggs.gnu.org ([208.118.235.92]:60610) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1awrIB-00061z-E8 for 23409@debbugs.gnu.org; Sun, 01 May 2016 09:20:11 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1awrHw-0002Xo-Qn for 23409@debbugs.gnu.org; Sun, 01 May 2016 09:20:03 -0400 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on eggs.gnu.org X-Spam-Level: X-Spam-Status: No, score=-2.9 required=5.0 tests=BAYES_00,RP_MATCHES_RCVD autolearn=disabled version=3.3.2 Received: from fencepost.gnu.org ([2001:4830:134:3::e]:50577) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1awrHj-0002VB-D5; Sun, 01 May 2016 09:19:43 -0400 Received: from reverse-83.fdn.fr ([80.67.176.83]:32848 helo=pluto) by fencepost.gnu.org with esmtpsa (TLS1.2:RSA_AES_128_CBC_SHA1:128) (Exim 4.82) (envelope-from ) id 1awrHd-0006h8-9W; Sun, 01 May 2016 09:19:37 -0400 From: ludo@gnu.org (Ludovic =?utf-8?Q?Court=C3=A8s?=) To: Quilro Ordonez Subject: Re: bug#23409: unable to load free firmware References: <8c7981c22c93720a9dbd5f63c279c44b@riseup.net> X-URL: http://www.fdn.fr/~lcourtes/ X-Revolutionary-Date: 13 =?utf-8?Q?Flor=C3=A9al?= an 224 de la =?utf-8?Q?R?= =?utf-8?Q?=C3=A9volution?= X-PGP-Key-ID: 0x090B11993D9AEBB5 X-PGP-Key: http://www.fdn.fr/~lcourtes/ludovic.asc X-PGP-Fingerprint: 3CE4 6455 8A84 FDC6 9DB4 0CFB 090B 1199 3D9A EBB5 X-OS: x86_64-unknown-linux-gnu Date: Sun, 01 May 2016 15:19:34 +0200 In-Reply-To: <8c7981c22c93720a9dbd5f63c279c44b@riseup.net> (Quilro Ordonez's message of "Sat, 30 Apr 2016 16:06:58 -0500") Message-ID: <87shy1apax.fsf@gnu.org> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.5 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-Received-From: 2001:4830:134:3::e X-Spam-Score: -6.0 (------) X-Debbugs-Envelope-To: 23409 Cc: quiliro@fsfla.org, 23409@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -6.0 (------) Quilro Ordonez skribis: > I am trying to lo use Broadcom wireless device on GuixSD. It is > confirmed to work with free drivers and free firmware. It works > correctly in Trisquel too. > > dmesg gives the following messages. I have included only the relevant > parts: [...] > [ 20.591158] b43-phy0 ERROR: Firmware file "b43-open/ucode5.fw" not > found > [ 21.313688] b43-phy0 ERROR: /*(DEBLOBBED)*/ =E2=80=9CDEBLOBBED=E2=80=9D would suggest that Linux-libre=E2=80=99s deblob= bing script viewed it as an opaque binary blob and thus patched it, which may be an issue here, no? I assume you used the firmware packages that Leo copied. Could you get its author to submit it? :-) What=E2=80=99s your GuixSD OS config like? You must make sure to list the firmware packages in the =E2=80=98firmware=E2=80=99 field, as noted at: https://www.gnu.org/software/guix/manual/html_node/operating_002dsystem-R= eference.html#index-firmware Is this part OK? Thanks, Ludo=E2=80=99. From debbugs-submit-bounces@debbugs.gnu.org Mon May 02 12:16:57 2016 Received: (at 23409) by debbugs.gnu.org; 2 May 2016 16:16:57 +0000 Received: from localhost ([127.0.0.1]:34056 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1axGWn-0006Jo-6m for submit@debbugs.gnu.org; Mon, 02 May 2016 12:16:57 -0400 Received: from mail.openmailbox.org ([62.4.1.34]:55428) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1axGWl-0006Jf-33 for 23409@debbugs.gnu.org; Mon, 02 May 2016 12:16:55 -0400 Received: by mail.openmailbox.org (Postfix, from userid 20002) id BB09D207505; Mon, 2 May 2016 15:55:16 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=openmailbox.org; s=openmailbox; t=1462197316; bh=8z2SAtnNxMREPuLkvdHV8dt6SrtUt6YFOiyjTirk9Lc=; h=Date:From:To:Cc:Subject:In-Reply-To:References:From; b=hyovQ+O1Ee4e8yBFGfZUxaKcwPx7P4dwwTSXQj9sJa++U2S5mhqcW8ye9Ih7TstFc yKlsQvfp0ftAyi5IojDH6pzBATPg46uSiP7UX4MGEFeiy+FZXQk4Mnt9fJsNJ9CkSV n0VgDSEQXip+17yaCUb0z93lhSjCHxhKSavZf7TQ= X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on h3 X-Spam-Level: X-Spam-Status: No, score=-1.0 required=5.0 tests=ALL_TRUSTED,T_DKIM_INVALID autolearn=no autolearn_force=no version=3.4.0 Received: from localhost (97-127-24-229.mpls.qwest.net [97.127.24.229]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) (Authenticated sender: ericbavier@openmailbox.org) by mail.openmailbox.org (Postfix) with ESMTPSA id 47FB6207442; Mon, 2 May 2016 15:55:11 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=openmailbox.org; s=openmailbox; t=1462197316; bh=8z2SAtnNxMREPuLkvdHV8dt6SrtUt6YFOiyjTirk9Lc=; h=Date:From:To:Cc:Subject:In-Reply-To:References:From; b=hyovQ+O1Ee4e8yBFGfZUxaKcwPx7P4dwwTSXQj9sJa++U2S5mhqcW8ye9Ih7TstFc yKlsQvfp0ftAyi5IojDH6pzBATPg46uSiP7UX4MGEFeiy+FZXQk4Mnt9fJsNJ9CkSV n0VgDSEQXip+17yaCUb0z93lhSjCHxhKSavZf7TQ= Date: Mon, 2 May 2016 08:55:07 -0500 From: Eric Bavier To: ludo@gnu.org (Ludovic =?UTF-8?B?Q291cnTDqHM=?=) Subject: Re: bug#23409: unable to load free firmware Message-ID: <20160502085507.31da4d6f@openmailbox.org> In-Reply-To: <87shy1apax.fsf@gnu.org> References: <8c7981c22c93720a9dbd5f63c279c44b@riseup.net> <87shy1apax.fsf@gnu.org> X-Mailer: Claws Mail 3.13.2 (GTK+ 2.24.28; x86_64-unknown-linux-gnu) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-Spam-Score: -1.0 (-) X-Debbugs-Envelope-To: 23409 Cc: Quilro Ordonez , quiliro@fsfla.org, 23409@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -1.0 (-) On Sun, 01 May 2016 15:19:34 +0200 ludo@gnu.org (Ludovic Court=C3=A8s) wrote: > Quilro Ordonez skribis: >=20 > > I am trying to lo use Broadcom wireless device on GuixSD. It is > > confirmed to work with free drivers and free firmware. It works > > correctly in Trisquel too. > > > > dmesg gives the following messages. I have included only the relevant > > parts: =20 >=20 > [...] >=20 > > [ 20.591158] b43-phy0 ERROR: Firmware file "b43-open/ucode5.fw" not > > found > > [ 21.313688] b43-phy0 ERROR: /*(DEBLOBBED)*/ =20 >=20 > =E2=80=9CDEBLOBBED=E2=80=9D would suggest that Linux-libre=E2=80=99s debl= obbing script viewed it > as an opaque binary blob and thus patched it, which may be an issue > here, no? Does deblobbing happen at runtime too? I thought it was only during build time. >=20 > I assume you used the firmware packages that Leo copied. Could you get > its author to submit it? :-) That would be me :) But I don't have the hardware to test it out on, and qemu doesn't offer emulation of the broadcomm cards. `~Eric From debbugs-submit-bounces@debbugs.gnu.org Tue May 03 04:02:13 2016 Received: (at 23409) by debbugs.gnu.org; 3 May 2016 08:02:13 +0000 Received: from localhost ([127.0.0.1]:34520 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1axVHY-0001Ze-Sr for submit@debbugs.gnu.org; Tue, 03 May 2016 04:02:13 -0400 Received: from eggs.gnu.org ([208.118.235.92]:55154) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1axVHU-0001ZO-I8 for 23409@debbugs.gnu.org; Tue, 03 May 2016 04:02:11 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1axVHF-0002on-R4 for 23409@debbugs.gnu.org; Tue, 03 May 2016 04:02:00 -0400 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on eggs.gnu.org X-Spam-Level: X-Spam-Status: No, score=-0.2 required=5.0 tests=BAYES_50,RP_MATCHES_RCVD autolearn=disabled version=3.3.2 Received: from fencepost.gnu.org ([2001:4830:134:3::e]:46465) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1axVHF-0002mU-IO; Tue, 03 May 2016 04:01:53 -0400 Received: from pluto.bordeaux.inria.fr ([193.50.110.57]:40458 helo=pluto) by fencepost.gnu.org with esmtpsa (TLS1.2:RSA_AES_128_CBC_SHA1:128) (Exim 4.82) (envelope-from ) id 1axVH8-0001J0-BG; Tue, 03 May 2016 04:01:46 -0400 From: ludo@gnu.org (Ludovic =?utf-8?Q?Court=C3=A8s?=) To: Eric Bavier Subject: Re: bug#23409: unable to load free firmware References: <8c7981c22c93720a9dbd5f63c279c44b@riseup.net> <87shy1apax.fsf@gnu.org> <20160502085507.31da4d6f@openmailbox.org> X-URL: http://www.fdn.fr/~lcourtes/ X-Revolutionary-Date: 15 =?utf-8?Q?Flor=C3=A9al?= an 224 de la =?utf-8?Q?R?= =?utf-8?Q?=C3=A9volution?= X-PGP-Key-ID: 0x090B11993D9AEBB5 X-PGP-Key: http://www.fdn.fr/~lcourtes/ludovic.asc X-PGP-Fingerprint: 3CE4 6455 8A84 FDC6 9DB4 0CFB 090B 1199 3D9A EBB5 X-OS: x86_64-unknown-linux-gnu Date: Tue, 03 May 2016 10:01:42 +0200 In-Reply-To: <20160502085507.31da4d6f@openmailbox.org> (Eric Bavier's message of "Mon, 2 May 2016 08:55:07 -0500") Message-ID: <871t5jfu3d.fsf@gnu.org> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.5 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-Received-From: 2001:4830:134:3::e X-Spam-Score: -6.0 (------) X-Debbugs-Envelope-To: 23409 Cc: Quilro Ordonez , quiliro@fsfla.org, 23409@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -6.0 (------) Eric Bavier skribis: > On Sun, 01 May 2016 15:19:34 +0200 > ludo@gnu.org (Ludovic Court=C3=A8s) wrote: > >> Quilro Ordonez skribis: >>=20 >> > I am trying to lo use Broadcom wireless device on GuixSD. It is >> > confirmed to work with free drivers and free firmware. It works >> > correctly in Trisquel too. >> > >> > dmesg gives the following messages. I have included only the relevant >> > parts:=20=20 >>=20 >> [...] >>=20 >> > [ 20.591158] b43-phy0 ERROR: Firmware file "b43-open/ucode5.fw" not >> > found >> > [ 21.313688] b43-phy0 ERROR: /*(DEBLOBBED)*/=20=20 >>=20 >> =E2=80=9CDEBLOBBED=E2=80=9D would suggest that Linux-libre=E2=80=99s deb= lobbing script viewed it >> as an opaque binary blob and thus patched it, which may be an issue >> here, no? > > Does deblobbing happen at runtime too? I thought it was only during > build time. Right, it=E2=80=99s at at build time, but the =E2=80=9Cdeblobbing script=E2= =80=9D leaves those =E2=80=9CDEBLOBBED=E2=80=9D messages in places where it has removed firmwar= e loading capabilities. It may be worth checking with the Linux-libre team what happens in this particular case=E2=80=94i.e., whether this code is erroneously deblobbed, or something else. 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. >> I assume you used the firmware packages that Leo copied. Could you get >> its author to submit it? :-) > > That would be me :) Ah ha! I suspected it but wasn=E2=80=99t sure. :-) > But I don't have the hardware to test it out on, and qemu doesn't > offer emulation of the broadcomm cards. Good point. Let=E2=80=99s test it with Quil=C3=ADro. Thanks! Ludo=E2=80=99. From debbugs-submit-bounces@debbugs.gnu.org Tue May 03 16:07:06 2016 Received: (at control) by debbugs.gnu.org; 3 May 2016 20:07:06 +0000 Received: from localhost ([127.0.0.1]:35751 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1axgb4-0007IB-EN for submit@debbugs.gnu.org; Tue, 03 May 2016 16:07:06 -0400 Received: from eggs.gnu.org ([208.118.235.92]:48438) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1axgb3-0007HN-CR for control@debbugs.gnu.org; Tue, 03 May 2016 16:07:05 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1axgap-0006fx-2W for control@debbugs.gnu.org; Tue, 03 May 2016 16:06:57 -0400 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on eggs.gnu.org X-Spam-Level: X-Spam-Status: No, score=-2.9 required=5.0 tests=BAYES_00,RP_MATCHES_RCVD autolearn=disabled version=3.3.2 Received: from fencepost.gnu.org ([2001:4830:134:3::e]:58431) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1axgao-0006dY-VN for control@debbugs.gnu.org; Tue, 03 May 2016 16:06:50 -0400 Received: from reverse-83.fdn.fr ([80.67.176.83]:54450 helo=pluto) by fencepost.gnu.org with esmtpsa (TLS1.2:RSA_AES_128_CBC_SHA1:128) (Exim 4.82) (envelope-from ) id 1axgaj-00075F-Vy for control@debbugs.gnu.org; Tue, 03 May 2016 16:06:46 -0400 Date: Tue, 03 May 2016 22:06:43 +0200 Message-Id: <878tzqlxd8.fsf@gnu.org> To: control@debbugs.gnu.org From: ludo@gnu.org (Ludovic =?utf-8?Q?Court=C3=A8s?=) Subject: control message for bug #23409 MIME-version: 1.0 Content-type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-Received-From: 2001:4830:134:3::e X-Spam-Score: -6.0 (------) X-Debbugs-Envelope-To: control X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -6.0 (------) tags 23409 moreinfo From debbugs-submit-bounces@debbugs.gnu.org Tue May 03 16:39:05 2016 Received: (at 23409) by debbugs.gnu.org; 3 May 2016 20:39:05 +0000 Received: from localhost ([127.0.0.1]:35826 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1axh60-0002zy-Tl for submit@debbugs.gnu.org; Tue, 03 May 2016 16:39:05 -0400 Received: from mx1.riseup.net ([198.252.153.129]:46762) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1axge3-0007Mf-JV for 23409@debbugs.gnu.org; Tue, 03 May 2016 16:10:12 -0400 Received: from cotinga.riseup.net (unknown [10.0.1.164]) (using TLSv1 with cipher ECDHE-RSA-AES256-SHA (256/256 bits)) (Client CN "*.riseup.net", Issuer "COMODO RSA Domain Validation Secure Server CA" (verified OK)) by mx1.riseup.net (Postfix) with ESMTPS id 7F4911A20D4; Tue, 3 May 2016 20:10:10 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=riseup.net; s=squak; t=1462306210; bh=d68Gt7n2sF6P8Hjfg0xIPJ7unxZ7GUb4sSuPdgdmZoA=; h=Date:From:To:Cc:Subject:Reply-To:In-Reply-To:References:From; b=mFalrpnIOnBqxhM4vyxgQEt2t/embqXAjC6zSYAwjVIdCSCNhDWyddaUzj0Jn54bh e+B9gsO7ERs6WINqmGWwdEuLZylpSPqjEKMm2Oizm5SY58fC4K06tpsuXpemnFQTiW 4tLU+MOwma+8NcNzvt1JAkmoTWQfaGCIlcDN5V6A= Received: from [127.0.0.1] (localhost [127.0.0.1]) (Authenticated sender: quiliro) with ESMTPSA id 44E754005B MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 8bit Date: Tue, 03 May 2016 15:10:10 -0500 From: Quilro Ordonez To: ludo@gnu.org Subject: Re: bug#23409: unable to load free firmware Mail-Reply-To: 23409@debbugs.gnu.org, lxo@fsfla.org, =?UTF-8?Q?Quiliro_Or?= =?UTF-8?Q?d=C3=B3=C3=B1ez_Baca?= In-Reply-To: <871t5jfu3d.fsf@gnu.org> References: <8c7981c22c93720a9dbd5f63c279c44b@riseup.net> <87shy1apax.fsf@gnu.org> <20160502085507.31da4d6f@openmailbox.org> <871t5jfu3d.fsf@gnu.org> Message-ID: X-Virus-Scanned: clamav-milter 0.99 at mx1.riseup.net X-Virus-Status: Clean X-Spam-Score: -1.7 (-) X-Debbugs-Envelope-To: 23409 X-Mailman-Approved-At: Tue, 03 May 2016 16:39:03 -0400 Cc: lxo@fsfla.org, 23409@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Reply-To: 23409@debbugs.gnu.org, lxo@fsfla.org, =?UTF-8?Q?Quiliro_Ord?= =?UTF-8?Q?=C3=B3=C3=B1ez_Baca?= Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -1.7 (-) El 2016-05-03 03:01, ludo@gnu.org escribió: > Eric Bavier skribis: > >> On Sun, 01 May 2016 15:19:34 +0200 >> ludo@gnu.org (Ludovic Courtès) wrote: >> >>> Quilro Ordonez skribis: >>> >>> > I am trying to lo use Broadcom wireless device on GuixSD. It is >>> > confirmed to work with free drivers and free firmware. It works >>> > correctly in Trisquel too. >>> > >>> > dmesg gives the following messages. I have included only the relevant >>> > parts: >>> >>> [...] >>> >>> > [ 20.591158] b43-phy0 ERROR: Firmware file "b43-open/ucode5.fw" not >>> > found >>> > [ 21.313688] b43-phy0 ERROR: /*(DEBLOBBED)*/ >>> >>> “DEBLOBBED” would suggest that Linux-libre’s deblobbing script viewed >>> it >>> as an opaque binary blob and thus patched it, which may be an issue >>> here, no? >> >> Does deblobbing happen at runtime too? I thought it was only during >> build time. > > Right, it’s at at build time, but the “deblobbing script” leaves those > “DEBLOBBED” messages in places where it has removed firmware loading > capabilities. > > It may be worth checking with the Linux-libre team what happens in this > particular case—i.e., whether this code is erroneously deblobbed, or > something else. > > Quilíro: 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 > > … and report back? These are the three options I tested: echo -n $(guix build b43-firmware-whatever)/lib/firmware > /sys/module/firmware_class/parameters/path echo -n $(guix build b43-open)/lib/firmware > /sys/module/firmware_class/parameters/path echo -n $(guix build b43-tools)/lib/firmware > /sys/module/firmware_class/parameters/path echo -n $(guix build openfwwf)/lib/firmware > /sys/module/firmware_class/parameters/path echo -n $(guix build openfwwf-firmware)/lib/firmware > /sys/module/firmware_class/parameters/path The results for all those in the order of: guix build: error: openfwwf-firmware: unknown package bash: /sys/module/firmware_class/parameters/path: Permiso denegado (This is the result of the last test.) > Also, can you show the output of: > > find $(guix build b43-firmware-whatever)/lib/firmware > > ? > > It should contain “b43-open/ucode5.fw”. quiliro@komputilo ~$ find $(guix build openfwwf-firmware)/lib/firmware guix build: error: openfwwf-firmware: unknown package find: ‘/lib/firmware’: No existe el fichero o el directorio >>> I assume you used the firmware packages that Leo copied. Could you >>> get >>> its author to submit it? :-) >> >> That would be me :) > > Ah ha! I suspected it but wasn’t sure. :-) > >> But I don't have the hardware to test it out on, and qemu doesn't >> offer emulation of the broadcomm cards. > > Good point. Let’s test it with Quilíro. > > Thanks! > > Ludo’. This is my config.scm http://termbin.com/4qpx And this is the output of the update with that config: quiliro@komputilo ~$ sudo guix system reconfigure raw.scm Password: substitute: updating list of substitutes from 'https://mirror.hydra.gnu.org'... updating list of substitutes from 'https://mirror.hydra.gnu.org'... 100.0% substitute: updating list of substitutes from 'https://hydra.gnu.org'... 100.0% The following derivation will be built: /gnu/store/2cj80qdh89vd5zjnwg3m6cx0bhf97lac-grub.cfg.drv /gnu/store/xv88rlnb9q1gk9vp7z5ih2dwf6rjd0kd-system /gnu/store/sb9g34hmckfnnjpr471llqmyg4hckflm-grub.cfg /gnu/store/myrc5cinlhpj2yilhzv5y0szz2ax2i6z-grub-2.00 activating system... setting up setuid programs in '/run/setuid-programs'... populating /etc from /gnu/store/msm5mb78xdfc49jp1400jwz9wfnmydrs-etc... usermod: sin cambios usermod: sin cambios usermod: sin cambios usermod: sin cambios usermod: sin cambios usermod: sin cambios usermod: sin cambios usermod: sin cambios usermod: sin cambios making '/gnu/store/xv88rlnb9q1gk9vp7z5ih2dwf6rjd0kd-system' the current system... Installation finished. No error reported. From debbugs-submit-bounces@debbugs.gnu.org Tue May 03 16:46:04 2016 Received: (at 23409) by debbugs.gnu.org; 3 May 2016 20:46:04 +0000 Received: from localhost ([127.0.0.1]:35837 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1axhCm-0003Bh-FY for submit@debbugs.gnu.org; Tue, 03 May 2016 16:46:04 -0400 Received: from eggs.gnu.org ([208.118.235.92]:58017) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1axhCl-0003Ay-Ne for 23409@debbugs.gnu.org; Tue, 03 May 2016 16:46:03 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1axhCR-0006fH-4f for 23409@debbugs.gnu.org; Tue, 03 May 2016 16:45:55 -0400 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on eggs.gnu.org X-Spam-Level: X-Spam-Status: No, score=-2.9 required=5.0 tests=BAYES_00,RP_MATCHES_RCVD autolearn=disabled version=3.3.2 Received: from fencepost.gnu.org ([2001:4830:134:3::e]:59122) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1axhCD-0006VO-Ka; Tue, 03 May 2016 16:45:29 -0400 Received: from reverse-83.fdn.fr ([80.67.176.83]:54528 helo=pluto) by fencepost.gnu.org with esmtpsa (TLS1.2:RSA_AES_128_CBC_SHA1:128) (Exim 4.82) (envelope-from ) id 1axhC7-0004Su-Fu; Tue, 03 May 2016 16:45:23 -0400 From: ludo@gnu.org (Ludovic =?utf-8?Q?Court=C3=A8s?=) To: Quilro Ordonez Subject: Re: bug#23409: unable to load free firmware References: <8c7981c22c93720a9dbd5f63c279c44b@riseup.net> <87shy1apax.fsf@gnu.org> <20160502085507.31da4d6f@openmailbox.org> <871t5jfu3d.fsf@gnu.org> X-URL: http://www.fdn.fr/~lcourtes/ X-Revolutionary-Date: 15 =?utf-8?Q?Flor=C3=A9al?= an 224 de la =?utf-8?Q?R?= =?utf-8?Q?=C3=A9volution?= X-PGP-Key-ID: 0x090B11993D9AEBB5 X-PGP-Key: http://www.fdn.fr/~lcourtes/ludovic.asc X-PGP-Fingerprint: 3CE4 6455 8A84 FDC6 9DB4 0CFB 090B 1199 3D9A EBB5 X-OS: x86_64-unknown-linux-gnu Date: Tue, 03 May 2016 22:45:20 +0200 In-Reply-To: (Quilro Ordonez's message of "Tue, 03 May 2016 15:10:10 -0500") Message-ID: <87eg9ij2fz.fsf@gnu.org> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.5 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-Received-From: 2001:4830:134:3::e X-Spam-Score: -6.0 (------) X-Debbugs-Envelope-To: 23409 Cc: lxo@fsfla.org, 23409@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -6.0 (------) Quilro Ordonez skribis: > El 2016-05-03 03:01, ludo@gnu.org escribi=C3=B3: [...] >> 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? > > These are the three options I tested: > > echo -n $(guix build b43-firmware-whatever)/lib/firmware > > /sys/module/firmware_class/parameters/path > echo -n $(guix build b43-open)/lib/firmware > > /sys/module/firmware_class/parameters/path > echo -n $(guix build b43-tools)/lib/firmware > > /sys/module/firmware_class/parameters/path > echo -n $(guix build openfwwf)/lib/firmware > > /sys/module/firmware_class/parameters/path > echo -n $(guix build openfwwf-firmware)/lib/firmware > > /sys/module/firmware_class/parameters/path > > The results for all those in the order of: > > guix build: error: openfwwf-firmware: unknown package That=E2=80=99s because =E2=80=9Copenfwwf-firmware=E2=80=9D is not the right= package name, or is not found. Perhaps you need to adjust GUIX_PACKAGE_PATH so that the recipe for =E2=80=9Copenfwwf-firmware=E2=80=9D is found? > bash: /sys/module/firmware_class/parameters/path: Permiso denegado That=E2=80=99s because this is not performed as root. This needs to be don= e in a =E2=80=9Croot=E2=80=9D shell, so: sudo bash export GUIX_PACKAGE_PATH=3D/path/to/recipes echo -n $(guix build openfwwf-firmware)/lib/firmware > \ /sys/module/firmware_class/parameters/path Could you try again? (Please paste the exact commands and output in your reply.) Thanks, Ludo=E2=80=99. From debbugs-submit-bounces@debbugs.gnu.org Tue May 03 17:17:49 2016 Received: (at 23409) by debbugs.gnu.org; 3 May 2016 21:17:49 +0000 Received: from localhost ([127.0.0.1]:35886 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1axhhU-0005eP-PN for submit@debbugs.gnu.org; Tue, 03 May 2016 17:17:48 -0400 Received: from mx1.riseup.net ([198.252.153.129]:35197) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1axhhT-0005eI-QN for 23409@debbugs.gnu.org; Tue, 03 May 2016 17:17:48 -0400 Received: from piha.riseup.net (unknown [10.0.1.163]) (using TLSv1 with cipher ECDHE-RSA-AES256-SHA (256/256 bits)) (Client CN "*.riseup.net", Issuer "COMODO RSA Domain Validation Secure Server CA" (verified OK)) by mx1.riseup.net (Postfix) with ESMTPS id 1CAEB1A23E9; Tue, 3 May 2016 21:17:47 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=riseup.net; s=squak; t=1462310267; bh=H9fyFxSIBxpnhwz8hQjPOcMdUsw4W2arHhUtfj7SS8Y=; h=Date:From:To:Cc:Subject:In-Reply-To:References:From; b=dwEWNOlS98yRYZmMPZv1TfP4LbdFOU2XAGXhIUWc3ZBvfaMm8VNozRMLRVhjN3u6+ o6MjV0xkfcG+QpeTXF1p1S09YKe1wYNi27ZcH2BlLYer8n1Lt8tzLi4F3uJhnoctDV Nv5Kzws20QMDmk8o4zU5wZm5338jHjpUiPWNQbQQ= Received: from [127.0.0.1] (localhost [127.0.0.1]) (Authenticated sender: quiliro) with ESMTPSA id DF0B91C012A MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 8bit Date: Tue, 03 May 2016 16:17:46 -0500 From: Quilro Ordonez To: 23409@debbugs.gnu.org Subject: Re: bug#23409: unable to load free firmware In-Reply-To: <87eg9ij2fz.fsf@gnu.org> References: <8c7981c22c93720a9dbd5f63c279c44b@riseup.net> <87shy1apax.fsf@gnu.org> <20160502085507.31da4d6f@openmailbox.org> <871t5jfu3d.fsf@gnu.org> <87eg9ij2fz.fsf@gnu.org> Message-ID: <609d0dda92cead243d99546befa113ca@riseup.net> X-Virus-Scanned: clamav-milter 0.99 at mx1.riseup.net X-Virus-Status: Clean X-Spam-Score: -1.7 (-) X-Debbugs-Envelope-To: 23409 Cc: lxo@fsfla.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -1.7 (-) El 2016-05-03 15:45, ludo@gnu.org escribió: > Quilro Ordonez skribis: > >> El 2016-05-03 03:01, ludo@gnu.org escribió: > > [...] > >>> 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 >>> >>> … and report back? >> >> These are the three options I tested: >> >> echo -n $(guix build b43-firmware-whatever)/lib/firmware > >> /sys/module/firmware_class/parameters/path >> echo -n $(guix build b43-open)/lib/firmware > >> /sys/module/firmware_class/parameters/path >> echo -n $(guix build b43-tools)/lib/firmware > >> /sys/module/firmware_class/parameters/path >> echo -n $(guix build openfwwf)/lib/firmware > >> /sys/module/firmware_class/parameters/path >> echo -n $(guix build openfwwf-firmware)/lib/firmware > >> /sys/module/firmware_class/parameters/path >> >> The results for all those in the order of: >> >> guix build: error: openfwwf-firmware: unknown package > > That’s because “openfwwf-firmware” is not the right package name, or is > not found. Perhaps you need to adjust GUIX_PACKAGE_PATH so that the > recipe for “openfwwf-firmware” is found? I suppose the path can be found with: ls /gnu/store/*/ucode5.fw /gnu/store/l7k3psmq08ad40swi1kf9as4bjizlz7i-openfwwf-firmware-5.2/ucode5.fw /gnu/store/yjycspnbxyafys84hn4f1phjy37fai20-openfwwf-firmware-5.2/ucode5.fw > sudo bash > export GUIX_PACKAGE_PATH=/path/to/recipes > echo -n $(guix build openfwwf-firmware)/lib/firmware > \ > /sys/module/firmware_class/parameters/path So the path would be: export GUIX_PACKAGE_PATH=/openfwwf-firmware-5.2 Is that correct? From debbugs-submit-bounces@debbugs.gnu.org Tue May 03 17:21:59 2016 Received: (at 23409) by debbugs.gnu.org; 3 May 2016 21:21:59 +0000 Received: from localhost ([127.0.0.1]:35890 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1axhlX-0005ke-B1 for submit@debbugs.gnu.org; Tue, 03 May 2016 17:21:59 -0400 Received: from mx1.riseup.net ([198.252.153.129]:36103) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1axhlS-0005kT-I7 for 23409@debbugs.gnu.org; Tue, 03 May 2016 17:21:57 -0400 Received: from piha.riseup.net (unknown [10.0.1.163]) (using TLSv1 with cipher ECDHE-RSA-AES256-SHA (256/256 bits)) (Client CN "*.riseup.net", Issuer "COMODO RSA Domain Validation Secure Server CA" (verified OK)) by mx1.riseup.net (Postfix) with ESMTPS id 0EBB91A2413; Tue, 3 May 2016 21:21:54 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=riseup.net; s=squak; t=1462310514; bh=+T2mo3juiKm5wvIThjdd1YSg3574KW8QnrOeLgLvDsE=; h=Date:From:To:Cc:Subject:In-Reply-To:References:From; b=UNBr0XNS1fco84SrCgAM5Vps1gKZigVKmCTMYEsquTlOrIg6IK5ZwHdV792NoZu9f DQbDcaFQgeX59D80eZGgUgLPLRbBIpLo/mcUIctzpSCo07xUKI4Jfg0d3LtAldzesE OrGCm9efkkDkAvVIigEmgsdkkaiyLcTAv07vRl1A= Received: from [127.0.0.1] (localhost [127.0.0.1]) (Authenticated sender: quiliro) with ESMTPSA id DC6BA1C0221 MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII; format=flowed Content-Transfer-Encoding: 7bit Date: Tue, 03 May 2016 16:21:53 -0500 From: Quilro Ordonez To: 23409@debbugs.gnu.org Subject: Re: bug#23409: unable to load free firmware In-Reply-To: <609d0dda92cead243d99546befa113ca@riseup.net> References: <8c7981c22c93720a9dbd5f63c279c44b@riseup.net> <87shy1apax.fsf@gnu.org> <20160502085507.31da4d6f@openmailbox.org> <871t5jfu3d.fsf@gnu.org> <87eg9ij2fz.fsf@gnu.org> <609d0dda92cead243d99546befa113ca@riseup.net> Message-ID: <35d2e4a2bdc12bc75b84965e714beaa0@riseup.net> X-Virus-Scanned: clamav-milter 0.99 at mx1.riseup.net X-Virus-Status: Clean X-Spam-Score: -1.7 (-) X-Debbugs-Envelope-To: 23409 Cc: lxo@fsfla.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -1.7 (-) root@komputilo /home/quiliro# export GUIX_PACKAGE_PATH=/openfwwf-firmware-5.2 root@komputilo /home/quiliro# echo -n $(guix build openfwwf-firmware)/lib/firmware > \ > /sys/module/firmware_class/parameters/path guix build: warning: cannot access `/openfwwf-firmware-5.2': No existe el fichero o el directorio guix build: error: openfwwf-firmware: unknown package root@komputilo /home/quiliro# export GUIX_PACKAGE_PATH=/gnu/store/yjycspnbxyafys84hn4f1phjy37fai20-openfwwf-firmware-5.2 root@komputilo /home/quiliro# echo -n $(guix build openfwwf-firmware)/lib/firmware > /sys/module/firmware_class/parameters/path guix build: error: openfwwf-firmware: unknown package From debbugs-submit-bounces@debbugs.gnu.org Wed May 04 05:10:26 2016 Received: (at 23409) by debbugs.gnu.org; 4 May 2016 09:10:26 +0000 Received: from localhost ([127.0.0.1]:36357 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1axsp8-0001Ts-4v for submit@debbugs.gnu.org; Wed, 04 May 2016 05:10:26 -0400 Received: from mail-lf0-f66.google.com ([209.85.215.66]:35650) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1axsp6-0001Tg-KV for 23409@debbugs.gnu.org; Wed, 04 May 2016 05:10:25 -0400 Received: by mail-lf0-f66.google.com with SMTP id u64so5018127lff.2 for <23409@debbugs.gnu.org>; Wed, 04 May 2016 02:10:24 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=from:to:cc:subject:references:date:in-reply-to:message-id :user-agent:mime-version; bh=4hTK+AuUcBLz2vFJAOuR1TJFnqEP6Q5lT0Kn+GSkte0=; b=De8dVXgoauownLWuVUn0r2/LK/uGEjLWoAtA0McFzX1BBjbW8hpWn1CPZ39KsbhcXy HUjQfL9ZWpjZXwsliCygQrHAbWDnWBS6c4xZwcJw/KHWH7TKDeL7ggaqIpMYn7eRUbw6 Eh1iBvcgI8cie6dWAb33rkiU5tLpdR+oDRfFxX7+wCCcDL/4k5ox2sM3iUi3GN7dFQ9H NIWs8pPxyvBlN+qYWzL4U80riJ0YmsQ/p7n7SARzeqYAWZCSLv1pO6daRA6Xzr821JZE CL+Q8QR4lN2rHwFih1B0ubddZ9wctnIKudam9HD37YpN20pgu55hUMjFJ3BoqZENfxA4 nFIg== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:from:to:cc:subject:references:date:in-reply-to :message-id:user-agent:mime-version; bh=4hTK+AuUcBLz2vFJAOuR1TJFnqEP6Q5lT0Kn+GSkte0=; b=BOFtdM6dPRpy/Ya6v+f+xv85UwVcN3T9kNXP1SuMVgPlqBCJp+HhoPxwR1FDqsTgXj Y7sPMbUGdstKB9rCUUBT2PGJtw46uzAVp38Ltz0R9Tx3TXPtmNUrB/joCA1F/D1dldSr LmSV5jaNz7Btsl7kVuqnti3rFXDwjmseCuL9dCWc0tidbtNR1WF0rcSGQQrpTSLTLnBm 8AMYST2dW6M68WSiHkdeYIfMtFbXlaoKE7O9PKk7UH1N64dsJqF9z6zvLPXQv3nemCaq 9wfDOkWk8gz3Ee9u5DOCFP/oci4GpjnsJWe7/dvGF7us8ohsz3+0ZYAa1znJ61VX9dsj j9Tw== X-Gm-Message-State: AOPr4FV/sNdWa3/5ymohTGHReFFXVBzouOLnHxyJqRfygQE42q+WiGiMvF7mrb+JRuSU3g== X-Received: by 10.112.188.134 with SMTP id ga6mr3471067lbc.77.1462353018827; Wed, 04 May 2016 02:10:18 -0700 (PDT) Received: from leviafan ([217.107.192.156]) by smtp.gmail.com with ESMTPSA id 81sm441845lfr.38.2016.05.04.02.10.17 (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Wed, 04 May 2016 02:10:17 -0700 (PDT) From: Alex Kost To: Quilro Ordonez Subject: Re: bug#23409: unable to load free firmware 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> Date: Wed, 04 May 2016 12:10:17 +0300 In-Reply-To: <35d2e4a2bdc12bc75b84965e714beaa0@riseup.net> (Quilro Ordonez's message of "Tue, 03 May 2016 16:21:53 -0500") Message-ID: <877ffagpdy.fsf@gmail.com> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.5 (gnu/linux) MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="=-=-=" X-Spam-Score: -0.7 (/) X-Debbugs-Envelope-To: 23409 Cc: lxo@fsfla.org, 23409@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -0.7 (/) --=-=-= Content-Type: text/plain Quilro Ordonez wrote: > So the path would be: > export GUIX_PACKAGE_PATH=/openfwwf-firmware-5.2 > Is that correct? No. > root@komputilo /home/quiliro# export > GUIX_PACKAGE_PATH=/openfwwf-firmware-5.2 > root@komputilo /home/quiliro# echo -n $(guix build > openfwwf-firmware)/lib/firmware > \ >> /sys/module/firmware_class/parameters/path > guix build: warning: cannot access `/openfwwf-firmware-5.2': No existe > el fichero o el directorio > guix build: error: openfwwf-firmware: unknown package > root@komputilo /home/quiliro# export > GUIX_PACKAGE_PATH=/gnu/store/yjycspnbxyafys84hn4f1phjy37fai20-openfwwf-firmware-5.2 > root@komputilo /home/quiliro# echo -n $(guix build > openfwwf-firmware)/lib/firmware > > /sys/module/firmware_class/parameters/path > guix build: error: openfwwf-firmware: unknown package This happens because you put your packages in your system config file, so "guix build" command cannot find them. As Ludovic pointed, you need to move these packages into a separate file (or files) and set GUIX_PACKAGE_PATH accordingly. For example, you can create "/any/directory/you/want/my-guix-packages.scm" file with the following contents: --=-=-= Content-Type: text/x-scheme Content-Disposition: inline; filename=my-guix-packages.scm (define-module (my-guix-packages) #:use-module (guix packages) #:use-module (guix build-system gnu) #:use-module (guix download) #:use-module (guix git-download) #:use-module (guix licenses) #:use-module (gnu packages flex) #:use-module (gnu packages bison)) (define-public b43-tools (let ((commit "8dce53297966b31b6c70a7a03c2433978dd9f288")) (package (name "b43-tools") (version (string-append "20160406." (string-take commit 8))) (source (origin (method git-fetch) (uri (git-reference (url "http://git.bues.ch/git/b43-tools.git") (commit commit))) (sha256 (base32 "08k7sdr9jagm43r2zv4h03j86klhkblpk73p12444a3vzg1gy1lv")))) (build-system gnu-build-system) (native-inputs `(("flex" ,flex) ("bison" ,bison))) (arguments `(#:modules ((srfi srfi-1) (guix build gnu-build-system) (guix build utils)) #:tests? #f ;no tests #:phases (let ((subdirs '("assembler" "disassembler"))) ;TODO: fwcutter (modify-phases %standard-phases (delete 'configure) (add-before 'build 'patch-/bin/true (lambda _ (substitute* (find-files "." "Makefile") (("/bin/true") ":")) #t)) (replace 'build (lambda _ (every (lambda (dir) (zero? (system* "make" "-C" dir "CC=gcc"))) subdirs))) (replace 'install (lambda* (#:key outputs #:allow-other-keys) (let ((out (assoc-ref outputs "out"))) (mkdir-p (string-append out "/bin")) (every (lambda (dir) (zero? (system* "make" "-C" dir (string-append "PREFIX=" out) "install"))) subdirs)))))))) (home-page "") (synopsis "") (description "") (license gpl2)))) (define-public openfwwf-firmware (package (name "openfwwf-firmware") (version "5.2") (source (origin (method url-fetch) (uri (string-append "http://netweb.ing.unibs.it/~openfwwf/firmware/" "openfwwf-" version ".tar.gz")) (sha256 (base32 ;; /gnu/store/ag7rf0kmb1wrnhwjfi3fgr1jcv1vg021-openfwwf-5.2.tar.gz "1p60gdi7w88s7qw82d3g9v7mk887mhvidf4l5q5hh09j10h37q4x")))) (build-system gnu-build-system) (native-inputs `(("b43-tools" ,b43-tools))) (arguments `(#:make-flags (list (string-append "PREFIX=" (assoc-ref %outputs "out") "/b43-open")) #:tests? #f ;no tests #:phases (modify-phases %standard-phases (delete 'configure)))) (home-page "http://netweb.ing.unibs.it/~openfwwf/") (synopsis "") (description "") (license gpl2))) --=-=-= Content-Type: text/plain After that the following command should build the package: $ GUIX_PACKAGE_PATH=/any/directory/you/want guix build openfwwf-firmware Also if you add this directory to GUILE_LOAD_PATH, you could use (my-guix-packages) module in any guile code, particularly in your system config which may look like this: --=-=-= Content-Type: text/x-scheme Content-Disposition: inline; filename=quilro-os.scm ;; This is an operating system configuration template ;; for a "desktop" setup with GNOME and Xfce. (use-modules (gnu) (gnu system nss) (my-guix-packages)) (use-service-modules desktop) (use-package-modules certs) (operating-system (host-name "komputilo") (timezone "America/Guayaquil") (locale "es_EC.utf8") ;; Assuming /dev/sdX is the target hard disk, and "my-root" ;; is the label of the target root file system. (bootloader (grub-configuration (device "/dev/sda"))) (initrd (lambda (fs . args) (apply base-initrd fs #:extra-modules '("pata_amd" "sata_nv") args))) (firmware (list openfwwf-firmware)) ;; (firmware (cons* b34-tools ;; openfwwf-firmware %base-firmware)) (file-systems (cons (file-system (device "raiz") (title 'label) (mount-point "/") (type "ext4")) %base-file-systems)) (users (cons (user-account (name "quiliro") (comment "Quiliro Ordonez") (group "users") (supplementary-groups '("wheel" "netdev" "audio" "video")) (home-directory "/home/quiliro")) %base-user-accounts)) ;; This is where we specify system-wide packages. (packages (cons* nss-certs ;for HTTPS access %base-packages)) ;; Add GNOME and/or Xfce---we can choose at the log-in ;; screen with F1. Use the "desktop" services, which ;; include the X11 log-in service, networking with Wicd, ;; and more. (services (cons* (gnome-desktop-service) (xfce-desktop-service) %desktop-services)) ;; Allow resolution of '.local' host names with mDNS. (name-service-switch %mdns-host-lookup-nss)) --=-=-= Content-Type: text/plain So add the following to your ~/.bash_profile: export GUIX_PACKAGE_PATH=/any/directory/you/want export GUILE_LOAD_PATH=/any/directory/you/want -- Alex --=-=-=-- From debbugs-submit-bounces@debbugs.gnu.org Wed May 04 14:30:27 2016 Received: (at 23409) by debbugs.gnu.org; 4 May 2016 18:30:27 +0000 Received: from localhost ([127.0.0.1]:38175 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1ay1Z4-0005jM-Sj for submit@debbugs.gnu.org; Wed, 04 May 2016 14:30:27 -0400 Received: from mx1.riseup.net ([198.252.153.129]:56892) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1ay1Z3-0005jE-5a for 23409@debbugs.gnu.org; Wed, 04 May 2016 14:30:25 -0400 Received: from piha.riseup.net (unknown [10.0.1.163]) (using TLSv1 with cipher ECDHE-RSA-AES256-SHA (256/256 bits)) (Client CN "*.riseup.net", Issuer "COMODO RSA Domain Validation Secure Server CA" (verified OK)) by mx1.riseup.net (Postfix) with ESMTPS id 130421A259A; Wed, 4 May 2016 18:30:23 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=riseup.net; s=squak; t=1462386624; bh=qwPt4iX2hPAOQ/JvdqkJ8z3qgzy9vVc/xJL46r3gHEs=; h=Date:From:To:Cc:Subject:Reply-To:In-Reply-To:References:From; b=Bqzkh3fsEZfLZMQpRZVX0km6zNzH07koNME+4CTV4bZfQ/PEFQ7ISBD9jVaypqZOo vAtdAddH1kOw3gDjrrWsBDfxLcsJtsmYpBW9KYRUNBBRZufca03n1Lp91MNYaFUPpF xNxBh1qacm00nRa4nW2ebzoWfxRoJ6dLFpAPQ00U= Received: from [127.0.0.1] (localhost [127.0.0.1]) (Authenticated sender: quiliro) with ESMTPSA id CF0731C0392 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 8bit Date: Wed, 04 May 2016 13:30:23 -0500 From: Quilro Ordonez To: 23409@debbugs.gnu.org Subject: Re: bug#23409: unable to load free firmware Mail-Reply-To: lxo@fsfla.org, 23409@debbugs.gnu.org In-Reply-To: <877ffagpdy.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> Message-ID: X-Virus-Scanned: clamav-milter 0.99 at mx1.riseup.net X-Virus-Status: Clean X-Spam-Score: -2.8 (--) X-Debbugs-Envelope-To: 23409 Cc: lxo@fsfla.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Reply-To: lxo@fsfla.org, 23409@debbugs.gnu.org Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -2.8 (--) Thank you very much for your help Alex. Below is my report. El 2016-05-04 04:10, Alex Kost escribió: > you can create > "/any/directory/you/want/my-guix-packages.scm" file Downloaded the file and saved it on directory /home/quiliro/guix/packages > After that the following command should build the package: > > $ GUIX_PACKAGE_PATH=/any/directory/you/want guix build > openfwwf-firmware This is the output: $ GUIX_PACKAGE_PATH=/home/quiliro/guix/packages guix build openfwwf-firmware /gnu/store/xcxhd2r2h3iz0721vn6c5wfqkd0r4xc0-openfwwf-firmware-5.2 $ > Also if you add this directory to GUILE_LOAD_PATH, you could use > (my-guix-packages) module in any guile code, particularly in your > system > config Downloaded quiliro-os.scm and placed it in /home/quiliro/guix > So add the following to your ~/.bash_profile: > > export GUIX_PACKAGE_PATH=/any/directory/you/want > export GUILE_LOAD_PATH=/any/directory/you/want Did that. This is the output of reconfiguring the whole system: # guix system reconfigure /home/quiliro/guix/quiliro-os.scm guix system: error: failed to load 'quilro-os.scm': ice-9/boot-9.scm:2867:6: In procedure resolve-interface: ice-9/boot-9.scm:2867:6: no code for module (my-guix-packages) # From debbugs-submit-bounces@debbugs.gnu.org Wed May 04 17:33:18 2016 Received: (at 23409) by debbugs.gnu.org; 4 May 2016 21:33:18 +0000 Received: from localhost ([127.0.0.1]:38381 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1ay4Q2-0008Vn-3z for submit@debbugs.gnu.org; Wed, 04 May 2016 17:33:18 -0400 Received: from mail-lf0-f68.google.com ([209.85.215.68]:34474) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1ay4Q0-0008VV-BR for 23409@debbugs.gnu.org; Wed, 04 May 2016 17:33:17 -0400 Received: by mail-lf0-f68.google.com with SMTP id m101so7563208lfi.1 for <23409@debbugs.gnu.org>; Wed, 04 May 2016 14:33:16 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=from:to:cc:subject:references:date:in-reply-to:message-id :user-agent:mime-version:content-transfer-encoding; bh=L1B7lTAlaM6Hpbk9YDiSanHPsZjSUpvnw7ABU1F2GxI=; b=fZcqVQ+m2eyn+KrtTgeUZg6FPvMnaYeX3TIoXLcsWPhuhPgmaVw/F5JWsFwvHwnR3t hJipBskwh1P9N5VeQ0+Pkfqe28uQKIUou///a52e5uJb7DE/0VWTlHFM3cVLpjRhN20M aEQ3hh1sBaQxdI4itlI4qjRjcACpVi9okt+NXV/+NKZ6dGCYkkqvh2KhfrGdmMK5zSs2 qLveOZS0jtJBv6A0bjeiFzbgQ9lJb33bezAW/n4mceoZbxcGBQk6rqYbdsnSREjqPtMC eov9oYf2kfzQnALGZi6mFwmQO3lWNLHc+w5yo7TpG011V1U91MxPGFJOHID/8q4Wakci wA/g== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:from:to:cc:subject:references:date:in-reply-to :message-id:user-agent:mime-version:content-transfer-encoding; bh=L1B7lTAlaM6Hpbk9YDiSanHPsZjSUpvnw7ABU1F2GxI=; b=TJc47ZECcZhfwHd4uFZgqTvRYTCu0Led6VMjedIVHosXRweePMlUiksgNPMvuM+JfD rwUt9qsYFyWtnaA862QGceXQLLpO0LmiZk4bxAdvivIqWIHMjHaJmgLWJWf4RMRLwxix pw7YdP3fsrK+dfed7i5juhg+GAPEmITnSSJOtn7IFYYPWnU2GjM9+T2FV2znVjWW1WXy 2ju+NiG1A7yF7wzFUmY8h+MqFNsGavnNEKLxzHHKXe8UWAtX+8j5W8AaaynhfxOaW6dY GiHGqkOjOzxct8d/pl31tsQu3DtjZCDt04xuKiFN74A2+300vgAR6NDMrFcDAM6sZczc Pnsg== X-Gm-Message-State: AOPr4FVgpjrH+mNGS0UCEdPihxvX6aykQAA6XUoGMWqPrR3U3gU3e0OZANokFSGGrs+Ymw== X-Received: by 10.25.166.200 with SMTP id p191mr5185969lfe.124.1462397590397; Wed, 04 May 2016 14:33:10 -0700 (PDT) Received: from leviafan ([217.107.192.156]) by smtp.gmail.com with ESMTPSA id b4sm946451lfe.35.2016.05.04.14.33.09 (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Wed, 04 May 2016 14:33:09 -0700 (PDT) From: Alex Kost To: Quilro Ordonez Subject: Re: bug#23409: unable to load free firmware 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> Date: Thu, 05 May 2016 00:33:09 +0300 In-Reply-To: (Quilro Ordonez's message of "Wed, 04 May 2016 13:30:23 -0500") Message-ID: <87r3dhv78q.fsf@gmail.com> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.5 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Spam-Score: -0.7 (/) X-Debbugs-Envelope-To: 23409 Cc: lxo@fsfla.org, 23409@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -0.7 (/) Quilro Ordonez (2016-05-04 21:30 +0300) wrote: > Thank you very much for your help Alex. Below is my report. > > El 2016-05-04 04:10, Alex Kost escribi=C3=B3: >> you can create >> "/any/directory/you/want/my-guix-packages.scm" file > > Downloaded the file and saved it on directory > /home/quiliro/guix/packages > >> After that the following command should build the package: >> >> $ GUIX_PACKAGE_PATH=3D/any/directory/you/want guix build >> openfwwf-firmware > > This is the output: > > $ GUIX_PACKAGE_PATH=3D/home/quiliro/guix/packages guix build > openfwwf-firmware > /gnu/store/xcxhd2r2h3iz0721vn6c5wfqkd0r4xc0-openfwwf-firmware-5.2 > $ Great, so as "guix build openfwwf-firmware" succeeds now, you can return to answering Ludovic's message about modifying "/sys/module/firmware_class/parameters/path". >> Also if you add this directory to GUILE_LOAD_PATH, you could use >> (my-guix-packages) module in any guile code, particularly in your >> system >> config > > Downloaded quiliro-os.scm and placed it in /home/quiliro/guix > >> So add the following to your ~/.bash_profile: >> >> export GUIX_PACKAGE_PATH=3D/any/directory/you/want >> export GUILE_LOAD_PATH=3D/any/directory/you/want > > Did that. > > This is the output of reconfiguring the whole system: > > # guix system reconfigure /home/quiliro/guix/quiliro-os.scm > guix system: error: failed to load 'quilro-os.scm': > ice-9/boot-9.scm:2867:6: In procedure resolve-interface: > ice-9/boot-9.scm:2867:6: no code for module (my-guix-packages) Ahem, did you try "echo $GUILE_LOAD_PATH" before this? I bet it will be empty, because you export this variable as user, but run "guix system" command as root. --=20 Alex From debbugs-submit-bounces@debbugs.gnu.org Wed May 04 19:08:15 2016 Received: (at 23409) by debbugs.gnu.org; 4 May 2016 23:08:15 +0000 Received: from localhost ([127.0.0.1]:38485 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1ay5tv-000455-IN for submit@debbugs.gnu.org; Wed, 04 May 2016 19:08:15 -0400 Received: from mx1.riseup.net ([198.252.153.129]:39157) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1ay5tu-00044x-38 for 23409@debbugs.gnu.org; Wed, 04 May 2016 19:08:14 -0400 Received: from cotinga.riseup.net (unknown [10.0.1.164]) (using TLSv1 with cipher ECDHE-RSA-AES256-SHA (256/256 bits)) (Client CN "*.riseup.net", Issuer "COMODO RSA Domain Validation Secure Server CA" (verified OK)) by mx1.riseup.net (Postfix) with ESMTPS id 400B71A2490; Wed, 4 May 2016 23:08:13 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=riseup.net; s=squak; t=1462403293; bh=Tg+sStHwKxVtgqNB7VpCGJrSS1LmGgnVVzYD0dVcAt4=; h=Date:From:To:Cc:Subject:Reply-To:In-Reply-To:References:From; b=bhppbfrkNjwBfVD/tXS7Nz2C2dtQo3TJ5GFiuWXZYqFMWIX3TAFEudNMcWVZvZKEd 3AU1mICuOrDL0DMQNvfR0Bigxm2YT/9PApcRsSM1kmm7CgL9Cr7r6R4b07I6Grgr0X yoDaCG3mQms3LuG057oUC/Ul0fCvpd9U3Vml3bx0= Received: from [127.0.0.1] (localhost [127.0.0.1]) (Authenticated sender: quiliro) with ESMTPSA id 202AF4001C MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 8bit Date: Wed, 04 May 2016 18:08:13 -0500 From: Quilro Ordonez To: Alex Kost Subject: Re: bug#23409: unable to load free firmware Mail-Reply-To: quiliro@fsfla.org In-Reply-To: <87r3dhv78q.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> Message-ID: <70fc6efde4ccf16e88fcdaa122c12c1d@riseup.net> X-Virus-Scanned: clamav-milter 0.99 at mx1.riseup.net X-Virus-Status: Clean X-Spam-Score: -2.8 (--) X-Debbugs-Envelope-To: 23409 Cc: lxo@fsfla.org, 23409@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Reply-To: quiliro@fsfla.org Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -2.8 (--) El 2016-05-04 16:33, Alex Kost escribió: > Quilro Ordonez (2016-05-04 21:30 +0300) wrote: >> $ GUIX_PACKAGE_PATH=/home/quiliro/guix/packages guix build >> openfwwf-firmware >> /gnu/store/xcxhd2r2h3iz0721vn6c5wfqkd0r4xc0-openfwwf-firmware-5.2 >> $ > > Great, so as "guix build openfwwf-firmware" succeeds now, you can > return > to answering Ludovic's message about modifying > "/sys/module/firmware_class/parameters/path". No error: # export GUIX_PACKAGE_PATH=/home/quiliro/guix/packages # echo -n $(guix build openfwwf-firmware)/lib/firmware > \ /sys/module/firmware_class/parameters/path # >> This is the output of reconfiguring the whole system: >> >> # guix system reconfigure /home/quiliro/guix/quiliro-os.scm >> guix system: error: failed to load 'quilro-os.scm': >> ice-9/boot-9.scm:2867:6: In procedure resolve-interface: >> ice-9/boot-9.scm:2867:6: no code for module (my-guix-packages) > > Ahem, did you try "echo $GUILE_LOAD_PATH" before this? I bet it will > be > empty, because you export this variable as user, but run "guix system" > command as root. No errors: # guix system reconfigure guix/quilro-os.scm ;;; compiling /home/quiliro/guix/packages/my-guix-packages.scm ;;; compiled /root/.cache/guile/ccache/2.0-LE-8-2.0/home/quiliro/guix/packages/my-guix-packages.scm.go substitute: updating list of substitutes from 'https://mirror.hydra.gnu.org'... 100.0% substitute: updating list of substitutes from 'https://hydra.gnu.org'... 100.0% The following derivation will be built: /gnu/store/a40j8b6k3wlbxqbn7n9n3sfcmr92x8g7-grub.cfg.drv /gnu/store/xv88rlnb9q1gk9vp7z5ih2dwf6rjd0kd-system /gnu/store/vk1z6naajhbigs0965xqbx9h9mnw2n52-grub.cfg /gnu/store/myrc5cinlhpj2yilhzv5y0szz2ax2i6z-grub-2.00 activating system... setting up setuid programs in '/run/setuid-programs'... populating /etc from /gnu/store/msm5mb78xdfc49jp1400jwz9wfnmydrs-etc... usermod: sin cambios usermod: sin cambios usermod: sin cambios usermod: sin cambios usermod: sin cambios usermod: sin cambios usermod: sin cambios usermod: sin cambios usermod: sin cambios making '/gnu/store/xv88rlnb9q1gk9vp7z5ih2dwf6rjd0kd-system' the current system... Installation finished. No error reported. # echo $GUILE_LOAD_PATH /home/quiliro/guix/packages # From debbugs-submit-bounces@debbugs.gnu.org Wed May 04 19:13:02 2016 Received: (at 23409) by debbugs.gnu.org; 4 May 2016 23:13:02 +0000 Received: from localhost ([127.0.0.1]:38489 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1ay5yY-0004C0-6I for submit@debbugs.gnu.org; Wed, 04 May 2016 19:13:02 -0400 Received: from mx1.riseup.net ([198.252.153.129]:40089) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1ay5yW-0004Bb-MK for 23409@debbugs.gnu.org; Wed, 04 May 2016 19:13:00 -0400 Received: from cotinga.riseup.net (unknown [10.0.1.164]) (using TLSv1 with cipher ECDHE-RSA-AES256-SHA (256/256 bits)) (Client CN "*.riseup.net", Issuer "COMODO RSA Domain Validation Secure Server CA" (verified OK)) by mx1.riseup.net (Postfix) with ESMTPS id 466EC1A2490; Wed, 4 May 2016 23:13:00 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=riseup.net; s=squak; t=1462403580; bh=dd1Ltm4gC1aeuXVrlxLR1oDQgXuY/2pIl+SXzTq96K8=; h=Date:From:To:Cc:Subject:Reply-To:In-Reply-To:References:From; b=IJY/1/i/x0EsVLFUyVyDkv1gP42oHs5jnkim4sfJpLLLWXlBR/cVdnlWeSiTZPpsC oZfa4GaiZglMB2M0X2BJU7kR07uw2Z7PY4WEwir5OkKWlJdbTFt69sa5nW/bBLCRRD gaqnkHSSR2y9xBFS20UB/J+DJyiKPyq87Ytmc35c= Received: from [127.0.0.1] (localhost [127.0.0.1]) (Authenticated sender: quiliro) with ESMTPSA id 21D88400AB MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII; format=flowed Content-Transfer-Encoding: 7bit Date: Wed, 04 May 2016 18:13:00 -0500 From: Quilro Ordonez To: 23409@debbugs.gnu.org Subject: Re: bug#23409: unable to load free firmware Mail-Reply-To: 23409@debbugs.gnu.org, lxo@fsfla.org In-Reply-To: <87r3dhv78q.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> Message-ID: <0f0377ea297e219eab214635838e6838@riseup.net> X-Virus-Scanned: clamav-milter 0.99 at mx1.riseup.net X-Virus-Status: Clean X-Spam-Score: -2.8 (--) X-Debbugs-Envelope-To: 23409 Cc: lxo@fsfla.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Reply-To: 23409@debbugs.gnu.org, lxo@fsfla.org Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -2.8 (--) Same errors in dmesg. From debbugs-submit-bounces@debbugs.gnu.org Thu May 05 04:42:30 2016 Received: (at 23409) by debbugs.gnu.org; 5 May 2016 08:42:30 +0000 Received: from localhost ([127.0.0.1]:38693 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1ayEre-0000vR-6g for submit@debbugs.gnu.org; Thu, 05 May 2016 04:42:30 -0400 Received: from mail-lf0-f68.google.com ([209.85.215.68]:36004) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1ayErc-0000vE-Cq for 23409@debbugs.gnu.org; Thu, 05 May 2016 04:42:28 -0400 Received: by mail-lf0-f68.google.com with SMTP id y84so8958554lfc.3 for <23409@debbugs.gnu.org>; Thu, 05 May 2016 01:42:28 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=from:to:cc:subject:references:date:in-reply-to:message-id :user-agent:mime-version:content-transfer-encoding; bh=0RqHLth/sayNwd+rJ8AQnM+3xTRYeFyl9kZ+nsNIyCA=; b=FTNA+1wXuyf72MPA6K0ORIhy5ZZ1dhzhkrZi606E36psmqyPdJzP2hWoLe8i5hayu1 jecW5xgMvCgfYRkqtZXaucOa1D/ZL38UqtpJigPDDNynYRkzs5l+FQOz3TzGXoRfNOpX C8/MNG05AozTPfpA+JxczKJB1iO9ZqG25B9b0k8dSPGlrNFWv/dfZ4bmJYwHdmjrPb8e shHU/2ynqZlVc45R1Y8s5Tj4HNAYeEViaH/JapAEntTSRfwBS0MHgM15RVUAjOjYGIi3 TkZFJTlmbZdNuG/E0AFbzAMcA01CPmLNyoH0mZtDbYresaJnPCU1ctJIurooqwwgAt1o jprA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:from:to:cc:subject:references:date:in-reply-to :message-id:user-agent:mime-version:content-transfer-encoding; bh=0RqHLth/sayNwd+rJ8AQnM+3xTRYeFyl9kZ+nsNIyCA=; b=dVVrlui1qUiNIGiNpulz5Hjtzazd7gCIqfUZT836IR3OgrKv6jc2Q58CdQJ6N6D87N bwLaIIW1JlNsge92gENZYU6Zn9VSNkitRNOCzwO/LtWcChhSX6j3YSm7HMjkzj8uh9mF upbhJMovrU6kLrz4aLVG3xJEAR/kHwIuPmcbh9xNmW+VQEAeXf+OmtiRws0QtDNYnZ6e MLtVRu/0AAMj/nBjhORR+2cnamkqTlogUzspNw0LVPhwr/ev8U8H65BZ5znjOKF3mPpi 4b45sR3GW9hvnD9S+pHw3DnXugn7hbwfmedIRA4KymwRT6WYi23oM1sgtV3az+qJBG/x BmCg== X-Gm-Message-State: AOPr4FUCoo9LUxbnXuySDQULT4/uCzv3Fg0BcrqHqvGwl3y7EqjTPumYFqKQ+Btl9mlDJg== X-Received: by 10.112.13.193 with SMTP id j1mr6151555lbc.39.1462437742401; Thu, 05 May 2016 01:42:22 -0700 (PDT) Received: from leviafan ([217.107.192.156]) by smtp.gmail.com with ESMTPSA id 31sm1327372lft.36.2016.05.05.01.42.21 (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Thu, 05 May 2016 01:42:21 -0700 (PDT) From: Alex Kost To: 23409@debbugs.gnu.org Subject: Re: bug#23409: unable to load free firmware 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> Date: Thu, 05 May 2016 11:42:22 +0300 In-Reply-To: <0f0377ea297e219eab214635838e6838@riseup.net> (Quilro Ordonez's message of "Wed, 04 May 2016 18:13:00 -0500") Message-ID: <8737pwuc9d.fsf@gmail.com> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.5 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Spam-Score: -0.7 (/) X-Debbugs-Envelope-To: 23409 Cc: Quilro Ordonez , Ludovic =?utf-8?Q?Court=C3=A8s?= , lxo@fsfla.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -0.7 (/) 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 From debbugs-submit-bounces@debbugs.gnu.org Wed May 11 15:02:07 2016 Received: (at 23409) by debbugs.gnu.org; 11 May 2016 19:02:07 +0000 Received: from localhost ([127.0.0.1]:47659 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1b0ZOY-0001Z2-O8 for submit@debbugs.gnu.org; Wed, 11 May 2016 15:02:07 -0400 Received: from mx1.riseup.net ([198.252.153.129]:48951) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1b0ZOR-0001YV-D4 for 23409@debbugs.gnu.org; Wed, 11 May 2016 15:02:04 -0400 Received: from cotinga.riseup.net (unknown [10.0.1.164]) (using TLSv1 with cipher ECDHE-RSA-AES256-SHA (256/256 bits)) (Client CN "*.riseup.net", Issuer "COMODO RSA Domain Validation Secure Server CA" (verified OK)) by mx1.riseup.net (Postfix) with ESMTPS id 0E0CB1A1E04; Wed, 11 May 2016 19:01:58 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=riseup.net; s=squak; t=1462993318; bh=tOMvHidr1X0E0fqqE9aGf+kGcb+2jP8fOjMuJUUk2yk=; h=Date:From:To:Cc:Subject:In-Reply-To:References:From; b=amz2QJckVh1tgwouEAiYttufMiDJ/4meJPDXn0o7CCIhfZzQuylWp+HvXNKo1Oqsv tcRAlowHGyM07iLt4UMiNI/eGUEj0iRGBtcrzNsJfIA2AoUOS1uiOwPh9qEOie0+aU Bi/CUPuIuNLcYsy5Fg2VVDoqlDViTzJVUs/ATfAY= Received: from [127.0.0.1] (localhost [127.0.0.1]) (Authenticated sender: quiliro) with ESMTPSA id DC6BE401A8 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 8bit Date: Wed, 11 May 2016 14:01:57 -0500 From: Quilro Ordonez To: 23409@debbugs.gnu.org Subject: Re: bug#23409: unable to load free firmware In-Reply-To: <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> <8737pwuc9d.fsf@gmail.com> Message-ID: X-Virus-Scanned: clamav-milter 0.99 at mx1.riseup.net X-Virus-Status: Clean X-Spam-Score: -2.1 (--) X-Debbugs-Envelope-To: 23409 Cc: ludo@gnu.org, lxo@fsfla.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -2.1 (--) Hello: This is my first oportunity to use my laptop with telecomunications. Below I comment with my reports. Thank you for your patience. El 2016-05-05 03:42, Alex Kost escribió: > 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? Sorry, I didn't test that yet. I did it now. The output is below the respective part of Ludo's message. > Here is an excerpt of Ludo's message. Please report after doing these > steps. > > Ludovic Courtès (2016-05-03 11:01 +0300) wrote: > >> Quilíro: 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 >> >> … and report back? Here it is: $ sudo bash # export GUIX_PACKAGE_PATH=/home/quiliro/guix/packages # echo -n $(guix build openfwwf-firmware) > /sys/module/firmware_class/parameters/path substitute: updating list of substitutes from 'https://mirror.hydra.gnu.org'... 100.0% substitute: updating list of substitutes from 'https://mirror.hydra.gnu.org'... 100.0% substitute: updating list of substitutes from 'https://mirror.hydra.gnu.org'... 100.0% substitute: updating list of substitutes from 'https://mirror.hydra.gnu.org'... 100.0% # cat /sys/module/firmware_class/parameters/path /gnu/store/xcxhd2r2h3iz0721vn6c5wfqkd0r4xc0-openfwwf-firmware-5.2 # insmod b43-open insmod: ERROR: could not load module b43-open: No such file or directory # echo -n $(guix build openfwwf-firmware)/lib/firmware > /sys/module/firmware_class/parameters/path # cat /sys/module/firmware_class/parameters/path /gnu/store/xcxhd2r2h3iz0721vn6c5wfqkd0r4xc0-openfwwf-firmware-5.2/lib/firmware o# insmod b43-open insmod: ERROR: could not load module b43-open: No such file or directory # >> Also, can you show the output of: >> >> find $(guix build b43-firmware-whatever)/lib/firmware >> >> ? >> >> It should contain “b43-open/ucode5.fw”. # find $(guix build b43-open)/lib/firmware guix build: error: b43-open: unknown package find: ‘/lib/firmware’: No existe el fichero o el directorio # find $(guix build openfwwf-firmware)/lib/firmware find: ‘/gnu/store/xcxhd2r2h3iz0721vn6c5wfqkd0r4xc0-openfwwf-firmware-5.2/lib/firmware’: No existe el fichero o el directorio # find $(guix build openfwwf-firmware) /gnu/store/xcxhd2r2h3iz0721vn6c5wfqkd0r4xc0-openfwwf-firmware-5.2 /gnu/store/xcxhd2r2h3iz0721vn6c5wfqkd0r4xc0-openfwwf-firmware-5.2/b43-open /gnu/store/xcxhd2r2h3iz0721vn6c5wfqkd0r4xc0-openfwwf-firmware-5.2/b43-open/b0g0initvals5.fw /gnu/store/xcxhd2r2h3iz0721vn6c5wfqkd0r4xc0-openfwwf-firmware-5.2/b43-open/b0g0bsinitvals5.fw /gnu/store/xcxhd2r2h3iz0721vn6c5wfqkd0r4xc0-openfwwf-firmware-5.2/b43-open/ucode5.fw # From debbugs-submit-bounces@debbugs.gnu.org Thu May 12 12:11:18 2016 Received: (at 23409) by debbugs.gnu.org; 12 May 2016 16:11:18 +0000 Received: from localhost ([127.0.0.1]:49186 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1b0tCo-0000j5-AK for submit@debbugs.gnu.org; Thu, 12 May 2016 12:11:18 -0400 Received: from mx1.riseup.net ([198.252.153.129]:52545) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1b0tCm-0000ix-B6 for 23409@debbugs.gnu.org; Thu, 12 May 2016 12:11:17 -0400 Received: from cotinga.riseup.net (unknown [10.0.1.164]) (using TLSv1 with cipher ECDHE-RSA-AES256-SHA (256/256 bits)) (Client CN "*.riseup.net", Issuer "COMODO RSA Domain Validation Secure Server CA" (verified OK)) by mx1.riseup.net (Postfix) with ESMTPS id 759E91A0718; Thu, 12 May 2016 16:11:15 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=riseup.net; s=squak; t=1463069475; bh=BSKc7bGdcRBjz+Zk+ogfaQK6olriC+0Zzgn0h3Ml7WI=; h=Date:From:To:Cc:Subject:In-Reply-To:References:From; b=lbpX1hRxEdZuJnKCGi3YStGV5bPMLOeizVXZnQnTNbrNSyir3nwirMW7ThPPihbsT 0mOdOSg/Ts0VYyds3D9SfLNJyeqjo6WbQy3EjNXHZ9xqIxByGA6DUnh1ecoajPWLjj bCYrhMSkWa9Z/EcgNNrFfZOkFs3T+0Jb5QBQx1F8= Received: from [127.0.0.1] (localhost [127.0.0.1]) (Authenticated sender: quiliro) with ESMTPSA id 559D3402CC MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 8bit Date: Thu, 12 May 2016 11:11:15 -0500 From: Quilro Ordonez To: 23409@debbugs.gnu.org Subject: Re: bug#23409: unable to load free firmware In-Reply-To: <87oa8bzjqg.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> <8737pwuc9d.fsf@gmail.com> <87oa8bzjqg.fsf@gmail.com> Message-ID: <439cb02466263acb8b2d19df2beb6ff1@riseup.net> X-Virus-Scanned: clamav-milter 0.99 at mx1.riseup.net X-Virus-Status: Clean X-Spam-Score: -2.1 (--) X-Debbugs-Envelope-To: 23409 Cc: lxo@fsfla.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -2.1 (--) Thank you for your help Alex. Below is my report. El 2016-05-12 04:52, Alex Kost escribió: > Quilro Ordonez (2016-05-11 22:01 +0300) wrote: > >> El 2016-05-05 03:42, Alex Kost escribió: >>> Ludovic Courtès (2016-05-03 11:01 +0300) wrote: >>> >>>> Quilíro: 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 >>>> >>>> … and report back? >> >> Here it is: >> >> $ sudo bash >> # export GUIX_PACKAGE_PATH=/home/quiliro/guix/packages >> # echo -n $(guix build openfwwf-firmware) > >> /sys/module/firmware_class/parameters/path >> substitute: updating list of substitutes from >> 'https://mirror.hydra.gnu.org'... 100.0% >> substitute: updating list of substitutes from >> 'https://mirror.hydra.gnu.org'... 100.0% >> substitute: updating list of substitutes from >> 'https://mirror.hydra.gnu.org'... 100.0% >> substitute: updating list of substitutes from >> 'https://mirror.hydra.gnu.org'... 100.0% >> # cat /sys/module/firmware_class/parameters/path >> /gnu/store/xcxhd2r2h3iz0721vn6c5wfqkd0r4xc0-openfwwf-firmware-5.2 >> # insmod b43-open >> insmod: ERROR: could not load module b43-open: No such file or >> directory >> # echo -n $(guix build openfwwf-firmware)/lib/firmware > >> /sys/module/firmware_class/parameters/path >> # cat /sys/module/firmware_class/parameters/path >> /gnu/store/xcxhd2r2h3iz0721vn6c5wfqkd0r4xc0-openfwwf-firmware-5.2/lib/firmware >> o# insmod b43-open >> insmod: ERROR: could not load module b43-open: No such file or >> directory > > I have no idea what I suggest but did you try: > > # insmod > /gnu/store/xcxhd2r2h3iz0721vn6c5wfqkd0r4xc0-openfwwf-firmware-5.2/b43-open # insmod /gnu/store/xcxhd2r2h3iz0721vn6c5wfqkd0r4xc0-openfwwf-firmware-5.2/b43-open insmod: ERROR: could not insert module /gnu/store/xcxhd2r2h3iz0721vn6c5wfqkd0r4xc0-openfwwf-firmware-5.2/b43-open: Is a directory # From debbugs-submit-bounces@debbugs.gnu.org Fri May 13 09:30:43 2016 Received: (at 23409) by debbugs.gnu.org; 13 May 2016 13:30:43 +0000 Received: from localhost ([127.0.0.1]:49651 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1b1DAx-0002u8-GW for submit@debbugs.gnu.org; Fri, 13 May 2016 09:30:43 -0400 Received: from eggs.gnu.org ([208.118.235.92]:34301) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1b1DAu-0002tu-1E for 23409@debbugs.gnu.org; Fri, 13 May 2016 09:30:41 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1b1DAk-0004v5-Tn for 23409@debbugs.gnu.org; Fri, 13 May 2016 09:30:34 -0400 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on eggs.gnu.org X-Spam-Level: X-Spam-Status: No, score=-1.9 required=5.0 tests=BAYES_05,RP_MATCHES_RCVD autolearn=disabled version=3.3.2 Received: from fencepost.gnu.org ([2001:4830:134:3::e]:37807) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1b1D5o-0003bW-J3; Fri, 13 May 2016 09:25:24 -0400 Received: from reverse-83.fdn.fr ([80.67.176.83]:48034 helo=pluto) by fencepost.gnu.org with esmtpsa (TLS1.2:RSA_AES_128_CBC_SHA1:128) (Exim 4.82) (envelope-from ) id 1b1D5m-0001T8-7b; Fri, 13 May 2016 09:25:22 -0400 From: ludo@gnu.org (Ludovic =?utf-8?Q?Court=C3=A8s?=) To: Quilro Ordonez Subject: Re: bug#23409: unable to load free firmware 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> <8737pwuc9d.fsf@gmail.com> X-URL: http://www.fdn.fr/~lcourtes/ X-Revolutionary-Date: 25 =?utf-8?Q?Flor=C3=A9al?= an 224 de la =?utf-8?Q?R?= =?utf-8?Q?=C3=A9volution?= X-PGP-Key-ID: 0x090B11993D9AEBB5 X-PGP-Key: http://www.fdn.fr/~lcourtes/ludovic.asc X-PGP-Fingerprint: 3CE4 6455 8A84 FDC6 9DB4 0CFB 090B 1199 3D9A EBB5 X-OS: x86_64-unknown-linux-gnu Date: Fri, 13 May 2016 15:25:19 +0200 In-Reply-To: (Quilro Ordonez's message of "Wed, 11 May 2016 14:01:57 -0500") Message-ID: <87y47e2ips.fsf@gnu.org> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.5 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-Received-From: 2001:4830:134:3::e X-Spam-Score: -6.4 (------) X-Debbugs-Envelope-To: 23409 Cc: lxo@fsfla.org, 23409@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -6.4 (------) Hi, Quilro Ordonez skribis: > El 2016-05-05 03:42, Alex Kost escribi=C3=B3: [...] >> 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 specifie= d 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? > > Here it is: > > $ sudo bash > # export GUIX_PACKAGE_PATH=3D/home/quiliro/guix/packages > # echo -n $(guix build openfwwf-firmware) > > /sys/module/firmware_class/parameters/path > substitute: updating list of substitutes from > 'https://mirror.hydra.gnu.org'... 100.0% > substitute: updating list of substitutes from > 'https://mirror.hydra.gnu.org'... 100.0% > substitute: updating list of substitutes from > 'https://mirror.hydra.gnu.org'... 100.0% > substitute: updating list of substitutes from > 'https://mirror.hydra.gnu.org'... 100.0% > # cat /sys/module/firmware_class/parameters/path > /gnu/store/xcxhd2r2h3iz0721vn6c5wfqkd0r4xc0-openfwwf-firmware-5.2 > # insmod b43-open > insmod: ERROR: could not load module b43-open: No such file or directory I had to double-check the module name, and it=E2=80=99s in fact called =E2= =80=9Cb43=E2=80=9D: --8<---------------cut here---------------start------------->8--- $ find $LINUX_MODULE_DIRECTORY -name b43\*ko /run/booted-system/kernel/lib/modules/4.5.2-gnu/kernel/drivers/net/wireless= /broadcom/b43/b43.ko /run/booted-system/kernel/lib/modules/4.5.2-gnu/kernel/drivers/net/wireless= /broadcom/b43legacy/b43legacy.ko --8<---------------cut here---------------end--------------->8--- Furthermore, you=E2=80=99ll need to use =E2=80=99modprobe=E2=80=99 rather t= han =E2=80=98insmod=E2=80=99 (sorry about that!). > # find $(guix build openfwwf-firmware) > /gnu/store/xcxhd2r2h3iz0721vn6c5wfqkd0r4xc0-openfwwf-firmware-5.2 > /gnu/store/xcxhd2r2h3iz0721vn6c5wfqkd0r4xc0-openfwwf-firmware-5.2/b43-open > /gnu/store/xcxhd2r2h3iz0721vn6c5wfqkd0r4xc0-openfwwf-firmware-5.2/b43-ope= n/b0g0initvals5.fw > /gnu/store/xcxhd2r2h3iz0721vn6c5wfqkd0r4xc0-openfwwf-firmware-5.2/b43-ope= n/b0g0bsinitvals5.fw > /gnu/store/xcxhd2r2h3iz0721vn6c5wfqkd0r4xc0-openfwwf-firmware-5.2/b43-ope= n/ucode5.fw Oh so this lacks =E2=80=9Clib/firmware=E2=80=9D (eventually we should fix t= his openfwwf-firmware package to have the .fw files under lib/firmware; Eric? :-)). So, to recap, you should try (again as root): echo -n $(guix build openfwwf-firmware)/b43-open \ > /sys/module/firmware_class/parameters/path modprobe b43 dmesg | tail Could you try and report back? Thanks for your patience! Ludo=E2=80=99. From debbugs-submit-bounces@debbugs.gnu.org Fri May 13 17:15:47 2016 Received: (at 23409) by debbugs.gnu.org; 13 May 2016 21:15:47 +0000 Received: from localhost ([127.0.0.1]:50289 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1b1KR1-0003R7-AV for submit@debbugs.gnu.org; Fri, 13 May 2016 17:15:47 -0400 Received: from mx1.riseup.net ([198.252.153.129]:36890) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1b1KQw-0003LW-L9 for 23409@debbugs.gnu.org; Fri, 13 May 2016 17:15:45 -0400 Received: from piha.riseup.net (unknown [10.0.1.163]) (using TLSv1 with cipher ECDHE-RSA-AES256-SHA (256/256 bits)) (Client CN "*.riseup.net", Issuer "COMODO RSA Domain Validation Secure Server CA" (verified OK)) by mx1.riseup.net (Postfix) with ESMTPS id A39251A209C; Fri, 13 May 2016 21:15:41 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=riseup.net; s=squak; t=1463174141; bh=JRRdTVY2VJkKNW5aW5trQaQUdIgvU3d7zgY09JFLaTk=; h=Date:From:To:Cc:Subject:Reply-To:In-Reply-To:References:From; b=iLDkeM68WLOCfxVj+IYt2SiKLXkeiHCpPqtF4xWRAa0mBmaItejRSSD2VXPJZA74+ 7znxoY2CyCXWT4T1h/UgsqLmEdAcdUwgOEp9UbA5U28H6to5TwmGWi56OnyxSHVcdd buSJkVEeJiyMDR8F64UpREUfP++bgnRa5Jtf2Aw4= Received: from [127.0.0.1] (localhost [127.0.0.1]) (Authenticated sender: quiliro) with ESMTPSA id 6D9E51C00A3 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 8bit Date: Fri, 13 May 2016 16:15:41 -0500 From: Quilro Ordonez To: ludo@gnu.org Subject: Re: bug#23409: unable to load free firmware Mail-Reply-To: quiliro@fsfla.org In-Reply-To: <87y47e2ips.fsf@gnu.org> 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> <8737pwuc9d.fsf@gmail.com> <87y47e2ips.fsf@gnu.org> Message-ID: <635e88c088fe98b4fe895d6a95a84d08@riseup.net> X-Virus-Scanned: clamav-milter 0.99 at mx1.riseup.net X-Virus-Status: Clean X-Spam-Score: -2.1 (--) X-Debbugs-Envelope-To: 23409 Cc: lxo@fsfla.org, 23409@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Reply-To: quiliro@fsfla.org Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -2.1 (--) Hi, El 2016-05-13 08:25, ludo@gnu.org escribió: > I had to double-check the module name, and it’s in fact called “b43”: > > --8<---------------cut here---------------start------------->8--- > $ find $LINUX_MODULE_DIRECTORY -name b43\*ko > /run/booted-system/kernel/lib/modules/4.5.2-gnu/kernel/drivers/net/wireless/broadcom/b43/b43.ko > /run/booted-system/kernel/lib/modules/4.5.2-gnu/kernel/drivers/net/wireless/broadcom/b43legacy/b43legacy.ko > --8<---------------cut here---------------end--------------->8--- Yes. I get that same result. > So, to recap, you should try (again as root): > > echo -n $(guix build openfwwf-firmware)/b43-open \ > > /sys/module/firmware_class/parameters/path > modprobe b43 > dmesg | tail > > Could you try and report back? # echo -n $(guix build openfwwf-firmware)/b43-open /sys/module/firmware_class/parameters/path guix build: error: openfwwf-firmware: unknown package /b43-open /sys/module/firmware_class/parameters/path # rmmod b43 # modprobe b43 # dmesg | tail [ 20.409663] Console: switching to colour frame buffer device 160x50 [ 20.411395] nouveau 0000:00:05.0: fb0: nouveaufb frame buffer device [ 20.420052] [drm] Initialized nouveau 1.3.1 20120801 for 0000:00:05.0 on minor 0 [ 24.935207] input: HDA NVidia Front Headphone as /devices/pci0000:00/0000:00:10.1/sound/card0/input10 [ 40.788264] NET: Registered protocol family 4 [ 40.994977] NET: Registered protocol family 3 [ 41.137842] NET: Registered protocol family 5 [ 974.864509] b43-wlan ERROR: Dual-core devices are not supported [ 974.864521] b43: probe of ssb0:0 failed with error -524 [ 974.864536] Broadcom 43xx driver loaded [ Features: PNL ] # > Thanks for your patience! Thank YOU for the freedom.... I will be traveling to a far away community in the jungle this weekend. So I will be available with telecommunications for about 11 more hours. After that I will be able to answer only in about 66 hours. Quiliro From debbugs-submit-bounces@debbugs.gnu.org Mon May 16 20:12:40 2016 Received: (at 23409) by debbugs.gnu.org; 17 May 2016 00:12:40 +0000 Received: from localhost ([127.0.0.1]:54540 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1b2Scq-0000eK-Gt for submit@debbugs.gnu.org; Mon, 16 May 2016 20:12:40 -0400 Received: from mail-lb0-f171.google.com ([209.85.217.171]:33457) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1b2Scp-0000e5-3a for 23409@debbugs.gnu.org; Mon, 16 May 2016 20:12:39 -0400 Received: by mail-lb0-f171.google.com with SMTP id jj5so118008lbc.0 for <23409@debbugs.gnu.org>; Mon, 16 May 2016 17:12:39 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=from:to:cc:subject:references:date:in-reply-to:message-id :user-agent:mime-version; bh=Qzb3seChfUvQskD+/61cbxiyDTbC+EaQA03KasG3H8A=; b=NLov4BBeW6IcorbPVvDA7SYLVyfl4QH5U+S1ClaC2IKVcHZ8YboAyQ22Y4UkdSpk3h rk11gujmBV/kqiFf8/ot4TRDtW0xhbJhd3zHfflzuiOCDa2iIwuO74IQot0BG3uJ+nXe hb/wHaGR3ZGsTEf5LZNx8M3TwDPI++NtCZSR5rJpZqBXXITo+A+Aca9GdXFfQEELSfIr rRITTRpOKY0VvciE8yoaCBEhZh5xXG76Dj15pxPLim6xK2H3EF/09uBJIDXAkcdmXR+C LtrI7LkpkD2pcdiRAHlpMe8IFfIDdEELnEAQL+/LYr/2URnt2QbNJv7uW615cXNoNtFj 5oaw== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:from:to:cc:subject:references:date:in-reply-to :message-id:user-agent:mime-version; bh=Qzb3seChfUvQskD+/61cbxiyDTbC+EaQA03KasG3H8A=; b=YbXhYw/YbsY3gypVQieAYIc6tP55q8YrToyjSfkgWD+Y8EnO22W1KdssUpQTFHZp/I g6ELvOhLLccvoZZ9dKRHI9qqZqMA4H5X0WvtmdIwZ1PJlhg+AW8taHim/j1Dm7cbVtfo O0/Ptg9nWwBRbE2Q2dgE3YEzGdE6VZEM8VgJNEDDDmfyJOnVa2J2kft29bqCPDMU3Ovn 29rh77SX8PX1xtxR5Yf8802DMyQEQrioCQMpllYqhwoNZrKwMFjx3zVz+mYmLT/lZ/G8 qIUANnlOJwTh2JIJFgb2qAzTdz6Uj14ZGZUjdc+ZiDnryhlucQyWxuT4GRwPqsbgM1jG YHOg== X-Gm-Message-State: AOPr4FVYlsVyYyhYfbrJlZnX1RJSJYvPDy8AlPT3qD0N6EOaGyCBNkWmIz/HJvUXggJb3A== X-Received: by 10.112.72.42 with SMTP id a10mr8775540lbv.111.1463242653488; Sat, 14 May 2016 09:17:33 -0700 (PDT) Received: from leviafan ([217.107.192.156]) by smtp.gmail.com with ESMTPSA id xj1sm3787513lbb.23.2016.05.14.09.17.32 (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Sat, 14 May 2016 09:17:32 -0700 (PDT) From: Alex Kost To: Quilro Ordonez Subject: Re: bug#23409: unable to load free firmware 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> <8737pwuc9d.fsf@gmail.com> <87y47e2ips.fsf@gnu.org> <635e88c088fe98b4fe895d6a95a84d08@riseup.net> Date: Sat, 14 May 2016 19:17:32 +0300 In-Reply-To: <635e88c088fe98b4fe895d6a95a84d08@riseup.net> (Quilro Ordonez's message of "Fri, 13 May 2016 16:15:41 -0500") Message-ID: <87poso397n.fsf@gmail.com> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.5 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain X-Spam-Score: -0.7 (/) X-Debbugs-Envelope-To: 23409 Cc: lxo@fsfla.org, ludo@gnu.org, quiliro@fsfla.org, 23409@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -0.7 (/) Quilro Ordonez (2016-05-14 00:15 +0300) wrote: [...] >> So, to recap, you should try (again as root): >> >> echo -n $(guix build openfwwf-firmware)/b43-open \ >> > /sys/module/firmware_class/parameters/path >> modprobe b43 >> dmesg | tail >> >> Could you try and report back? > > # echo -n $(guix build openfwwf-firmware)/b43-open > /sys/module/firmware_class/parameters/path > guix build: error: openfwwf-firmware: unknown package I thought we passed this stage. You reported that this package was built successfully [1]. Please don't forget that you need to adjust GUIX_PACKAGE_PATH, otherwise "guix build" wouldn't know where to find your packages. [1] http://debbugs.gnu.org/cgi/bugreport.cgi?bug=23409#37 -- Alex From debbugs-submit-bounces@debbugs.gnu.org Wed Nov 02 18:20:05 2016 Received: (at 23409) by debbugs.gnu.org; 2 Nov 2016 22:20:05 +0000 Received: from localhost ([127.0.0.1]:40941 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1c23t7-0002MX-Am for submit@debbugs.gnu.org; Wed, 02 Nov 2016 18:20:05 -0400 Received: from eggs.gnu.org ([208.118.235.92]:34317) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1c23t5-0002Lw-PE for 23409@debbugs.gnu.org; Wed, 02 Nov 2016 18:20:04 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1c23sz-0006zC-Uy for 23409@debbugs.gnu.org; Wed, 02 Nov 2016 18:19:58 -0400 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on eggs.gnu.org X-Spam-Level: X-Spam-Status: No, score=-2.7 required=5.0 tests=BAYES_40,RP_MATCHES_RCVD autolearn=disabled version=3.3.2 Received: from fencepost.gnu.org ([2001:4830:134:3::e]:41730) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1c23ss-0006wP-Sp; Wed, 02 Nov 2016 18:19:50 -0400 Received: from reverse-83.fdn.fr ([80.67.176.83]:36656 helo=pluto) by fencepost.gnu.org with esmtpsa (TLS1.2:RSA_AES_256_CBC_SHA1:256) (Exim 4.82) (envelope-from ) id 1c23ss-0004ti-4V; Wed, 02 Nov 2016 18:19:50 -0400 From: ludo@gnu.org (Ludovic =?utf-8?Q?Court=C3=A8s?=) To: Eric Bavier Subject: Re: bug#23409: unable to load free firmware References: <8c7981c22c93720a9dbd5f63c279c44b@riseup.net> <87shy1apax.fsf@gnu.org> <20160502085507.31da4d6f@openmailbox.org> Date: Wed, 02 Nov 2016 23:19:48 +0100 In-Reply-To: <20160502085507.31da4d6f@openmailbox.org> (Eric Bavier's message of "Mon, 2 May 2016 08:55:07 -0500") Message-ID: <87d1idle2j.fsf@gnu.org> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/25.1 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-Received-From: 2001:4830:134:3::e X-Spam-Score: -7.7 (-------) X-Debbugs-Envelope-To: 23409 Cc: Quilro Ordonez , quiliro@fsfla.org, 23409@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -7.7 (-------) Eric Bavier skribis: > On Sun, 01 May 2016 15:19:34 +0200 > ludo@gnu.org (Ludovic Court=C3=A8s) wrote: > >> Quilro Ordonez skribis: >>=20 >> > I am trying to lo use Broadcom wireless device on GuixSD. It is >> > confirmed to work with free drivers and free firmware. It works >> > correctly in Trisquel too. >> > >> > dmesg gives the following messages. I have included only the relevant >> > parts:=20=20 >>=20 >> [...] >>=20 >> > [ 20.591158] b43-phy0 ERROR: Firmware file "b43-open/ucode5.fw" not >> > found >> > [ 21.313688] b43-phy0 ERROR: /*(DEBLOBBED)*/=20=20 >>=20 >> =E2=80=9CDEBLOBBED=E2=80=9D would suggest that Linux-libre=E2=80=99s deb= lobbing script viewed it >> as an opaque binary blob and thus patched it, which may be an issue >> here, no? > > Does deblobbing happen at runtime too? I thought it was only during > build time. > >>=20 >> I assume you used the firmware packages that Leo copied. Could you get >> its author to submit it? :-) > > That would be me :) But I don't have the hardware to test it out on, > and qemu doesn't offer emulation of the broadcomm cards. Eric, do you know if the firmware package you wrote got more testing? It=E2=80=99s been mentioned several times on IRC over time. TIA. :-) Ludo=E2=80=99. From debbugs-submit-bounces@debbugs.gnu.org Thu Nov 03 20:43:42 2016 Received: (at 23409) by debbugs.gnu.org; 4 Nov 2016 00:43:42 +0000 Received: from localhost ([127.0.0.1]:42021 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1c2Sbd-0006VP-U3 for submit@debbugs.gnu.org; Thu, 03 Nov 2016 20:43:42 -0400 Received: from mx1.riseup.net ([198.252.153.129]:46474) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1c2Sbb-0006VG-LB for 23409@debbugs.gnu.org; Thu, 03 Nov 2016 20:43:40 -0400 Received: from piha.riseup.net (unknown [10.0.1.163]) (using TLSv1 with cipher ECDHE-RSA-AES256-SHA (256/256 bits)) (Client CN "*.riseup.net", Issuer "COMODO RSA Domain Validation Secure Server CA" (verified OK)) by mx1.riseup.net (Postfix) with ESMTPS id CE7E51A1A13 for <23409@debbugs.gnu.org>; Fri, 4 Nov 2016 00:43:38 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=riseup.net; s=squak; t=1478220218; bh=+kuB478BAG00Hh9GIM4J6UrFeMR+78P0tpskI0a5AHg=; h=Date:From:To:Subject:Reply-To:In-Reply-To:References:From; b=SnCHTEo3QNmTfSGobU3zF7GV+PVCM44Rdy3tBeja+2iru7JxVhoxi5JigAxqBTQQg qd4gYaw74jaEHeqmZClXe1FWTdzLsEKGW1++oYU2Gp2giSWEZqSte238UJcAe8gWEc ktPKswQoRa0c7RhxHmJ54HlpzjGI7iT9IPkhoPb4= Received: from [127.0.0.1] (localhost [127.0.0.1]) (Authenticated sender: quiliro) with ESMTPSA id B863C1C0113 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 8bit Date: Thu, 03 Nov 2016 19:43:38 -0500 From: Quiliro Ordonez To: 23409@debbugs.gnu.org Subject: Re: bug#23409: unable to load free firmware Mail-Reply-To: quiliro@fsfla.org In-Reply-To: <87shy1apax.fsf@gnu.org> References: <8c7981c22c93720a9dbd5f63c279c44b@riseup.net> <87shy1apax.fsf@gnu.org> Message-ID: X-Spam-Score: -3.0 (---) X-Debbugs-Envelope-To: 23409 X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Reply-To: quiliro@fsfla.org Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -3.0 (---) El 2016-05-01 08:19, ludo@gnu.org escribió: > Quilro Ordonez skribis: > >> I am trying to lo use Broadcom wireless device on GuixSD. It is >> confirmed to work with free drivers and free firmware. It works >> correctly in Trisquel too. >> >> dmesg gives the following messages. I have included only the relevant >> parts: > > [...] > >> [ 20.591158] b43-phy0 ERROR: Firmware file "b43-open/ucode5.fw" not >> found >> [ 21.313688] b43-phy0 ERROR: /*(DEBLOBBED)*/ > > “DEBLOBBED” would suggest that Linux-libre’s deblobbing script viewed > it > as an opaque binary blob and thus patched it, which may be an issue > here, no? > > I assume you used the firmware packages that Leo copied. Could you get > its author to submit it? :-) > > What’s your GuixSD OS config like? You must make sure to list the > firmware packages in the ‘firmware’ field, as noted at: > > > https://www.gnu.org/software/guix/manual/html_node/operating_002dsystem-Reference.html#index-firmware > > Is this part OK? I no longer Have that computer. I was not able to use GuixSD because I was not able to configure the system correctly. From debbugs-submit-bounces@debbugs.gnu.org Thu Nov 03 20:46:16 2016 Received: (at 23409) by debbugs.gnu.org; 4 Nov 2016 00:46:16 +0000 Received: from localhost ([127.0.0.1]:42026 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1c2Se8-0006Zy-B0 for submit@debbugs.gnu.org; Thu, 03 Nov 2016 20:46:16 -0400 Received: from mx1.riseup.net ([198.252.153.129]:46868) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1c2Se6-0006Zp-7n for 23409@debbugs.gnu.org; Thu, 03 Nov 2016 20:46:14 -0400 Received: from cotinga.riseup.net (unknown [10.0.1.164]) (using TLSv1 with cipher ECDHE-RSA-AES256-SHA (256/256 bits)) (Client CN "*.riseup.net", Issuer "COMODO RSA Domain Validation Secure Server CA" (verified OK)) by mx1.riseup.net (Postfix) with ESMTPS id ABDF21A1BB5; Fri, 4 Nov 2016 00:46:13 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=riseup.net; s=squak; t=1478220373; bh=iuhy+5BL9jMahGqtPNV2jSEmkur7MKGBOlzrf9/oZSg=; h=Date:From:To:Cc:Subject:Reply-To:In-Reply-To:References:From; b=hKIY4E5ENTpDlrBAwnhz0HxGyw+c0xi1kNhfIHj/PlQR6ozA40gF/YJ8bfcvTLKZ8 uLMFjMeY+i0wum7t989OatEL2fl0/GpT5EnWh7vILSfRdz30xrK7DI/UVZEirF0f3m Ssi+jTtVPRQXgav9K1QT2AzvtX+FaRYGzfKLi30s= Received: from [127.0.0.1] (localhost [127.0.0.1]) (Authenticated sender: quiliro) with ESMTPSA id 8A95440113 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 8bit Date: Thu, 03 Nov 2016 19:46:13 -0500 From: Quiliro Ordonez To: ludo@gnu.org Subject: Re: bug#23409: unable to load free firmware Mail-Reply-To: quiliro@fsfla.org In-Reply-To: <87shy1apax.fsf@gnu.org> References: <8c7981c22c93720a9dbd5f63c279c44b@riseup.net> <87shy1apax.fsf@gnu.org> Message-ID: <20293c389d4c800b630d5cfded6da3e9@riseup.net> X-Spam-Score: -3.0 (---) X-Debbugs-Envelope-To: 23409 Cc: quiliro@fsfla.org, 23409@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Reply-To: quiliro@fsfla.org Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -3.0 (---) I wonder why this email is arriving today. El 2016-05-01 08:19, ludo@gnu.org escribió: > Quilro Ordonez skribis: > >> I am trying to lo use Broadcom wireless device on GuixSD. It is >> confirmed to work with free drivers and free firmware. It works >> correctly in Trisquel too. >> >> dmesg gives the following messages. I have included only the relevant >> parts: > > [...] > >> [ 20.591158] b43-phy0 ERROR: Firmware file "b43-open/ucode5.fw" not >> found >> [ 21.313688] b43-phy0 ERROR: /*(DEBLOBBED)*/ > > “DEBLOBBED” would suggest that Linux-libre’s deblobbing script viewed > it > as an opaque binary blob and thus patched it, which may be an issue > here, no? > > I assume you used the firmware packages that Leo copied. Could you get > its author to submit it? :-) > > What’s your GuixSD OS config like? You must make sure to list the > firmware packages in the ‘firmware’ field, as noted at: > > > https://www.gnu.org/software/guix/manual/html_node/operating_002dsystem-Reference.html#index-firmware > > Is this part OK? > > Thanks, > Ludo’. From debbugs-submit-bounces@debbugs.gnu.org Wed Jan 11 17:30:04 2017 Received: (at 23409-done) by debbugs.gnu.org; 11 Jan 2017 22:30:04 +0000 Received: from localhost ([127.0.0.1]:50342 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1cRRP9-0007fy-Ia for submit@debbugs.gnu.org; Wed, 11 Jan 2017 17:30:04 -0500 Received: from eggs.gnu.org ([208.118.235.92]:37657) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1cRRP7-0007es-Vz for 23409-done@debbugs.gnu.org; Wed, 11 Jan 2017 17:30:02 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1cRRP2-0002qN-0h for 23409-done@debbugs.gnu.org; Wed, 11 Jan 2017 17:29:56 -0500 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on eggs.gnu.org X-Spam-Level: X-Spam-Status: No, score=-3.2 required=5.0 tests=BAYES_40,RP_MATCHES_RCVD autolearn=disabled version=3.3.2 Received: from fencepost.gnu.org ([2001:4830:134:3::e]:57434) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1cRROu-0002lP-MN; Wed, 11 Jan 2017 17:29:48 -0500 Received: from reverse-83.fdn.fr ([80.67.176.83]:39338 helo=ribbon) by fencepost.gnu.org with esmtpsa (TLS1.2:RSA_AES_256_CBC_SHA1:256) (Exim 4.82) (envelope-from ) id 1cRROt-0007rg-U4; Wed, 11 Jan 2017 17:29:48 -0500 From: ludo@gnu.org (Ludovic =?utf-8?Q?Court=C3=A8s?=) To: Eric Bavier Subject: Re: bug#23409: unable to load free firmware References: <8c7981c22c93720a9dbd5f63c279c44b@riseup.net> <87shy1apax.fsf@gnu.org> <20160502085507.31da4d6f@openmailbox.org> <87d1idle2j.fsf@gnu.org> Date: Wed, 11 Jan 2017 23:29:45 +0100 In-Reply-To: <87d1idle2j.fsf@gnu.org> ("Ludovic \=\?utf-8\?Q\?Court\=C3\=A8s\=22'\?\= \=\?utf-8\?Q\?s\?\= message of "Wed, 02 Nov 2016 23:19:48 +0100") Message-ID: <87eg09ut5y.fsf@gnu.org> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/25.1 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-Received-From: 2001:4830:134:3::e X-Spam-Score: -8.2 (--------) X-Debbugs-Envelope-To: 23409-done Cc: Quilro Ordonez , quiliro@fsfla.org, 23409-done@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -8.2 (--------) ludo@gnu.org (Ludovic Court=C3=A8s) skribis: > Eric Bavier skribis: > >> On Sun, 01 May 2016 15:19:34 +0200 >> ludo@gnu.org (Ludovic Court=C3=A8s) wrote: >> >>> Quilro Ordonez skribis: >>>=20 >>> > I am trying to lo use Broadcom wireless device on GuixSD. It is >>> > confirmed to work with free drivers and free firmware. It works >>> > correctly in Trisquel too. >>> > >>> > dmesg gives the following messages. I have included only the relevant >>> > parts:=20=20 >>>=20 >>> [...] >>>=20 >>> > [ 20.591158] b43-phy0 ERROR: Firmware file "b43-open/ucode5.fw" not >>> > found >>> > [ 21.313688] b43-phy0 ERROR: /*(DEBLOBBED)*/=20=20 >>>=20 >>> =E2=80=9CDEBLOBBED=E2=80=9D would suggest that Linux-libre=E2=80=99s de= blobbing script viewed it >>> as an opaque binary blob and thus patched it, which may be an issue >>> here, no? >> >> Does deblobbing happen at runtime too? I thought it was only during >> build time. >> >>>=20 >>> I assume you used the firmware packages that Leo copied. Could you get >>> its author to submit it? :-) >> >> That would be me :) But I don't have the hardware to test it out on, >> and qemu doesn't offer emulation of the broadcomm cards. > > Eric, do you know if the firmware package you wrote got more testing? > It=E2=80=99s been mentioned several times on IRC over time. This was done in commit 52db41aff8771518f99eb1f9b63b814b568f7a4a back in Nov. 2016. Closing! Ludo=E2=80=99. From unknown Sat Aug 16 16:11:03 2025 Received: (at fakecontrol) by fakecontrolmessage; To: internal_control@debbugs.gnu.org From: Debbugs Internal Request Subject: Internal Control Message-Id: bug archived. Date: Thu, 09 Feb 2017 12:24:03 +0000 User-Agent: Fakemail v42.6.9 # This is a fake control message. # # The action: # bug archived. thanks # This fakemail brought to you by your local debbugs # administrator