From mboxrd@z Thu Jan 1 00:00:00 1970 From: ludo@gnu.org (Ludovic =?UTF-8?Q?Court=C3=A8s?=) Subject: bug#23409: unable to load free firmware Date: Sun, 01 May 2016 15:19:34 +0200 Message-ID: <87shy1apax.fsf@gnu.org> References: <8c7981c22c93720a9dbd5f63c279c44b@riseup.net> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:51699) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1awrJF-0004DZ-M4 for bug-guix@gnu.org; Sun, 01 May 2016 09:21:24 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1awrJ3-0002pi-Tj for bug-guix@gnu.org; Sun, 01 May 2016 09:21:12 -0400 Received: from debbugs.gnu.org ([208.118.235.43]:46794) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1awrJ3-0002o9-Q8 for bug-guix@gnu.org; Sun, 01 May 2016 09:21:05 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1awrJ0-00063P-Eh for bug-guix@gnu.org; Sun, 01 May 2016 09:21:02 -0400 Sender: "Debbugs-submit" Resent-Message-ID: In-Reply-To: <8c7981c22c93720a9dbd5f63c279c44b@riseup.net> (Quilro Ordonez's message of "Sat, 30 Apr 2016 16:06:58 -0500") List-Id: Bug reports for GNU Guix List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: bug-guix-bounces+gcggb-bug-guix=m.gmane.org@gnu.org Sender: "bug-Guix" To: Quilro Ordonez Cc: quiliro@fsfla.org, 23409@debbugs.gnu.org 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.