From mboxrd@z Thu Jan 1 00:00:00 1970 From: ludo@gnu.org (Ludovic =?UTF-8?Q?Court=C3=A8s?=) Subject: bug#33190: Choose devices according to linux-libre code Date: Thu, 22 Nov 2018 10:28:49 +0100 Message-ID: <87h8g9cvfy.fsf__39190.8625061207$1542879057$gmane$org@gnu.org> References: 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]:49205) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1gPlIF-0005uy-7a for bug-guix@gnu.org; Thu, 22 Nov 2018 04:29:06 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1gPlIE-0002bD-B8 for bug-guix@gnu.org; Thu, 22 Nov 2018 04:29:03 -0500 Received: from debbugs.gnu.org ([208.118.235.43]:36247) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1gPlIE-0002am-7P for bug-guix@gnu.org; Thu, 22 Nov 2018 04:29:02 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1gPlIE-00062O-39 for bug-guix@gnu.org; Thu, 22 Nov 2018 04:29:02 -0500 Sender: "Debbugs-submit" Resent-To: bug-guix@gnu.org Resent-Message-ID: In-Reply-To: (znavko's message of "Sun, 28 Oct 2018 19:45:12 +0100 (CET)") 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: znavko@tutanota.com Cc: help-guix@gnu.org, 33190-done@debbugs.gnu.org Hello, skribis: > As I've got here > https://lists.gnu.org/archive/html/help-guix/2018-10/msg00083.html > some devices cannot work without linux-firmware, requiring non-free > software drivers. It is so bad. > > I believe the issue can be solved by choosing devices that have proper > support by linux-libre code. So how to do this? Is there any info how > to choose devices working nice on linux-libre? The manual gives a couple of hints: https://www.gnu.org/software/guix/manual/en/html_node/Hardware-Considerat= ions.html The problem is of course not specific to GuixSD, that=E2=80=99s why the man= ual refers to H-Node, but there are probably other similar resources out there. HTH, Ludo=E2=80=99.