From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-user+bounces-148057-garchives=archives.gentoo.org@lists.gentoo.org> Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 1D85A1381F3 for <garchives@archives.gentoo.org>; Thu, 6 Jun 2013 16:54:01 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id ACE6EE09B5; Thu, 6 Jun 2013 16:53:12 +0000 (UTC) Received: from mail-pa0-f44.google.com (mail-pa0-f44.google.com [209.85.220.44]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 73678E09AE for <gentoo-user@lists.gentoo.org>; Thu, 6 Jun 2013 16:53:11 +0000 (UTC) Received: by mail-pa0-f44.google.com with SMTP id wp1so1878253pac.31 for <gentoo-user@lists.gentoo.org>; Thu, 06 Jun 2013 09:53:10 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:in-reply-to:references:from:date :x-google-sender-auth:message-id:subject:to:content-type; bh=2TxNWQcJ7+6FN+GLGQh8VSUNurI8fn3R4M4OLgM+Et0=; b=twxSTpXlroiX2H7C5xUTG8Lg7YKnLUu+RrJnwnFAo8W379AXXpXVStSlksq0gVpY32 ouV3In0gFj3ChKg/5PecAkPwuqk+/aDFwLBPlj/Lw/HyAyg8Rc3EH3biS0Ttoo3Wd2zh 2KWNg9sG1Yt690JGehruTrr/0kaY8w+Z0B7XK6QEsk/Oqj0iQ0LP8gbdFD9U2QXLWKGV ZdYwGjyX6UniJosbSg2V5Q11D0xJCEx3pJjnNycgEzTTWnuEYQsfbdJ3X6AigRK4l6fz kDrJhLzCnlXEq7co+o2fIZj2OJw0vvZlanrW9spL9uCRaZhGcs0054mjjXdRWkNz+7CP tvbw== X-Received: by 10.66.2.103 with SMTP id 7mr24233313pat.211.1370537590398; Thu, 06 Jun 2013 09:53:10 -0700 (PDT) Precedence: bulk List-Post: <mailto:gentoo-user@lists.gentoo.org> List-Help: <mailto:gentoo-user+help@lists.gentoo.org> List-Unsubscribe: <mailto:gentoo-user+unsubscribe@lists.gentoo.org> List-Subscribe: <mailto:gentoo-user+subscribe@lists.gentoo.org> List-Id: Gentoo Linux mail <gentoo-user.gentoo.org> X-BeenThere: gentoo-user@lists.gentoo.org Reply-to: gentoo-user@lists.gentoo.org MIME-Version: 1.0 Sender: paul.hartman@gmail.com Received: by 10.70.62.66 with HTTP; Thu, 6 Jun 2013 09:52:50 -0700 (PDT) In-Reply-To: <20130606184530.c69f6f0f225c8f2a8c592297@web.de> References: <20130606135254.e55e76311a87c37edc84f5ff@web.de> <51B08323.8010403@gentoo.org> <20130606170107.b6c8103f990a1dd8cd2a9e3f@web.de> <201306061638.39973.michaelkintzios@gmail.com> <20130606184530.c69f6f0f225c8f2a8c592297@web.de> From: Paul Hartman <paul.hartman+gentoo@gmail.com> Date: Thu, 6 Jun 2013 11:52:50 -0500 X-Google-Sender-Auth: GA-453GEOuS6pKwVeUHMdhb15Mo Message-ID: <CAEH5T2MF4-WBZn4mSOpyXGZxS7renoGV-JSqLfKutP9HuOsziQ@mail.gmail.com> Subject: Re: [gentoo-user] Acer Aspire One D255 To: gentoo-user@lists.gentoo.org Content-Type: text/plain; charset=ISO-8859-1 X-Archives-Salt: f0f18ed8-619c-4e41-bf8b-8296550596d7 X-Archives-Hash: f8718efb093e4bfaca1050cd8d962999 On Thu, Jun 6, 2013 at 11:45 AM, Silvio Siefke <siefke_listen@web.de> wrote: > Only one question, why enp1s0 and not eth0 is present in > System? Can i make a symlink? There was a news item in emerge that explained it. It is the "new way" of naming network interfaces... You can disable the new names and go back to old way of eth0 by adding to your kernel commandline: net.ifnames=0 You can read the Gentoo Wiki for more info and other options: https://wiki.gentoo.org/wiki/Udev/upgrade