From mboxrd@z Thu Jan 1 00:00:00 1970 From: ludo@gnu.org (Ludovic =?utf-8?Q?Court=C3=A8s?=) Subject: Re: Wired networking problems after guix system reconfigure Date: Mon, 07 Mar 2016 10:50:51 +0100 Message-ID: <87egbmwr9g.fsf@gnu.org> References: <87fuwtrqsr.fsf@gmail.com> <878u1yrbvd.fsf@gmail.com> <8737s67h5e.fsf@gnu.org> <874mcm2kg0.fsf@gmail.com> 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]:33778) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1acroY-0006w1-Gw for help-guix@gnu.org; Mon, 07 Mar 2016 04:50:59 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1acroV-0007Nu-5L for help-guix@gnu.org; Mon, 07 Mar 2016 04:50:58 -0500 In-Reply-To: <874mcm2kg0.fsf@gmail.com> (Chris Marusich's message of "Fri, 04 Mar 2016 09:59:27 -0800") List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-guix-bounces+gcggh-help-guix=m.gmane.org@gnu.org Sender: help-guix-bounces+gcggh-help-guix=m.gmane.org@gnu.org To: Chris Marusich Cc: help-guix@gnu.org Chris Marusich skribis: > ludo@gnu.org (Ludovic Court=C3=A8s) writes: > >> Perfect. To avoid modifying files in the Guix tree itself, you could >> put this =E2=80=98linux-libre-4.3=E2=80=99 in a module of its own that y= ou keep in >> $GUIX_PACKAGE_PATH, just for your own uses. > > OK. I'll try that! Can you tell me why commit adddd5b updates > Makefile.am? It=E2=80=99s just because it adds new kernel configuration files. You don= =E2=80=99t have to worry about that if you maintain things out of the tree. > To help others in the future find this thread if they encounter the same > problem, here are my wired network card specs, according to lspci: > > Laptop: Dell Inspiron 1520 > Network card: Ethernet controller: Broadcom Corporation BCM4401-B0 100Bas= e-TX (rev 02) > > Oh, by the way: there is a wireless network card, also, but it has never > worked (dmesg shows iwl3945 complaining: "Direct firmware load for > /*(DEBLOBBED)*/ failed")), so that isn't a viable alternative for me. Right, that means that there is no free firmware for this NIC. I would recommend using one of the WiFi dongles that has the Respect Your Freedom stamp, typically things based on Atheros chipsets (the =E2=80=98ath9k=E2=80=99 driver) for which there exists free firmware. See = for instance: https://www.fsf.org/news/ryf-certification-thinkpenguin-usb-with-atheros-= chip Thanks, Ludo=E2=80=99.