From mboxrd@z Thu Jan 1 00:00:00 1970 From: ludo@gnu.org (Ludovic =?utf-8?Q?Court=C3=A8s?=) Subject: Re: System installation from a USB stick Date: Wed, 02 Jul 2014 12:45:03 +0200 Message-ID: <87bnt8xcnk.fsf@gnu.org> References: <87y4xdhgn3.fsf@gnu.org> <877g3z2w60.fsf@gnu.org> <87k37xi8q6.fsf@izanagi.i-did-not-set--mail-host-address--so-tickle-me> Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="=-=-=" Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:39794) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1X2I2J-0002Kd-70 for guix-devel@gnu.org; Wed, 02 Jul 2014 06:45:15 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1X2I2E-0005O2-F8 for guix-devel@gnu.org; Wed, 02 Jul 2014 06:45:11 -0400 Received: from hera.aquilenet.fr ([2a01:474::1]:56826) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1X2I2E-0005Kz-7k for guix-devel@gnu.org; Wed, 02 Jul 2014 06:45:06 -0400 In-Reply-To: <87k37xi8q6.fsf@izanagi.i-did-not-set--mail-host-address--so-tickle-me> (David Thompson's message of "Tue, 01 Jul 2014 08:06:41 -0400") List-Id: "Development of GNU Guix and the GNU System distribution." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org Sender: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org To: David Thompson Cc: guix-devel --=-=-= Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable David Thompson skribis: > Ludovic Court=C3=A8s writes: [...] >> To install the system, you would: >> >> 1. Configure the network, by running =E2=80=98dhclient eth0=E2=80=99 f= or instance. >> Normally udev automatically loads device drivers (e.g., my laptop >> uses e1000e for Ethernet), but since it=E2=80=99s a small config ke= rnel, it >> may miss drivers for your system, in which case you=E2=80=99re scre= wed. >> > > My desktop computer is in the "screwed" category. I need the r8169 > kernel module for ethernet to work. I=E2=80=99m sorry I don=E2=80=99t have a better answer at the moment, but c= ould you try rebuilding the image with this patch? --=-=-= Content-Type: text/x-patch Content-Disposition: inline diff --git a/gnu/packages/linux.scm b/gnu/packages/linux.scm index 841ec58..01e6ae5 100644 --- a/gnu/packages/linux.scm +++ b/gnu/packages/linux.scm @@ -180,6 +180,7 @@ "CONFIG_SATA_SIS=y\n" "CONFIG_VIRTIO_NET=m\n" "CONFIG_SIS190=y\n" + "CONFIG_R8169=m\n" ;; https://lists.gnu.org/archive/html/guix-devel/2014-04/msg00039.html "CONFIG_DEVPTS_MULTIPLE_INSTANCES=y\n" "CONFIG_VIRTIO_PCI=m\n" --=-=-= Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: base64 DQpUaGFua3MsDQpMdWRv4oCZLg0K --=-=-=--