From debbugs-submit-bounces@debbugs.gnu.org Sun Oct 16 07:54:08 2022 Received: (at 58357) by debbugs.gnu.org; 16 Oct 2022 11:54:08 +0000 Received: from localhost ([127.0.0.1]:43569 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1ok2DY-00039b-Bq for submit@debbugs.gnu.org; Sun, 16 Oct 2022 07:54:08 -0400 Received: from relay.yourmailgateway.de ([188.68.61.107]:51489) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1ok2DW-00039Q-AE for 58357@debbugs.gnu.org; Sun, 16 Oct 2022 07:54:06 -0400 Received: from mors-relay-8405.netcup.net (localhost [127.0.0.1]) by mors-relay-8405.netcup.net (Postfix) with ESMTPS id 4Mqz705Z3Zz6wP3; Sun, 16 Oct 2022 13:54:04 +0200 (CEST) Authentication-Results: mors-relay-8405.netcup.net; dkim=permerror (bad message/signature format) Received: from policy02-mors.netcup.net (unknown [46.38.225.35]) by mors-relay-8405.netcup.net (Postfix) with ESMTPS id 4Mqz705CyPz6wNg; Sun, 16 Oct 2022 13:54:04 +0200 (CEST) X-Virus-Scanned: Debian amavisd-new at policy02-mors.netcup.net X-Spam-Flag: NO X-Spam-Score: -2.899 X-Spam-Level: X-Spam-Status: No, score=-2.899 required=6.31 tests=[ALL_TRUSTED=-1, BAYES_00=-1.9, URIBL_BLOCKED=0.001] autolearn=ham autolearn_force=no Received: from mxe217.netcup.net (unknown [10.243.12.53]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by policy02-mors.netcup.net (Postfix) with ESMTPS id 4Mqz6y1kjXz8sZP; Sun, 16 Oct 2022 13:54:02 +0200 (CEST) Received: from florianrock64 (ip5b40552a.dynamic.kabel-deutschland.de [91.64.85.42]) by mxe217.netcup.net (Postfix) with ESMTPSA id 0349F9E79E; Sun, 16 Oct 2022 13:53:56 +0200 (CEST) From: "pelzflorian (Florian Pelz)" To: kiasoc5 Subject: Re: [bug#58357] [Patch staging ] doc add a recommended system in 'Hardware Considerations' References: <87czb2ljvt.fsf@pelzflorian.de> <20221007142445.25162-1-jbranso@dismail.de> <3132924a6c819b24e814f67b1e3b75da@dismail.de> <87pmf0htzb.fsf@pelzflorian.de> <87edval9qc.fsf_-_@gnu.org> <20221014154734.6ac73a89@aria> <87v8oll8oz.fsf@pelzflorian.de> Date: Sun, 16 Oct 2022 13:53:53 +0200 In-Reply-To: <87v8oll8oz.fsf@pelzflorian.de> (pelzflorian@pelzflorian.de's message of "Sat, 15 Oct 2022 11:47:40 +0200") Message-ID: <87ilkkouge.fsf@pelzflorian.de> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/28.1 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Rspamd-Queue-Id: 0349F9E79E X-Rspamd-Server: rspamd-worker-8404 X-NC-CID: 0iHu3HIP9TIbAsyVt9yhqETfT7iRquEpycGNO/95X9EREvyOp9fDVktG X-Spam-Score: 0.0 (/) X-Debbugs-Envelope-To: 58357 Cc: Ludovic =?utf-8?Q?Court=C3=A8s?= , 58357@debbugs.gnu.org, efraim@flashner.co.il, jbranso@dismail.de 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 (-) "pelzflorian (Florian Pelz)" writes: > kiasoc5 writes: >> Also, I tried to run linux-libre on my desktop and it booted but >> refused to login because it tried to load the nonfree wifi card. Could >> it be patched so that nonfree modules are ignored, and I could at least >> get a desktop without wifi? Everything else afaik is free hardware. > > Are you sure this is not a graphics lockup? If it were a graphics > lockup, you could press E in the GRUB menu and add nomodeset to the > linux boot line. gnu/system.scm contains (define %default-modprobe-blacklist ;; List of kernel modules to blacklist by default. '("usbmouse" ;races with bcm5974, see "usbkbd")) ;races with usbhid, see Perhaps send a patch or open a bug to add your wifi=E2=80=99s module to the default modprobe blacklist. Regards, Florian