From: Neil Bothwick <neil@digimed.co.uk>
To: gentoo-user@lists.gentoo.org
Subject: Re: [gentoo-user] Install CD sees 2 ethernet ports
Date: Wed, 26 Jul 2006 08:49:08 +0100 [thread overview]
Message-ID: <20060726084908.68127721@hactar.digimed.co.uk> (raw)
In-Reply-To: <20060726043849.GA6904@waltdnes.org>
[-- Attachment #1: Type: text/plain, Size: 898 bytes --]
On Wed, 26 Jul 2006 00:38:49 -0400, Walter Dnes wrote:
> Thanks Daniel and Louis. With "nofirewire" the boot messages showed 2
> eth devices, but the real ethernet chip now comes up as eth0, which is
> what I wanted.
You can use udev rules to ensure your network interfaces are correctly
named, which saves disabling anything. On the other hand, if you will
never use Firewire networking, you could simply remove the option from
your kernel.
The udev rules I use to ensure my wired, wireless and Firewire interfaces
are named i that order are
KERNEL=="eth*", SYSFS{address}=="00:0d:93:3c:76:26", NAME:="eth0"
KERNEL=="eth*", SYSFS{address}=="00:0d:93:ef:f2:c0", NAME:="eth1"
KERNEL=="eth*", SYSFS{address}=="00:0d:93:ff:fe:3c:76:26", NAME:="eth2"
Those are the MAC addresses of the interfaces.
--
Neil Bothwick
And all the Borg left was this copy of Windows...
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 189 bytes --]
prev parent reply other threads:[~2006-07-26 7:55 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
[not found] <20060725110452.GA7932@waltdnes.org>
2006-07-25 15:28 ` [gentoo-user] Install CD sees 2 ethernet ports louis brazeau
2006-07-25 16:08 ` Daniel da Veiga
2006-07-26 4:38 ` Walter Dnes
2006-07-26 7:49 ` Neil Bothwick [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20060726084908.68127721@hactar.digimed.co.uk \
--to=neil@digimed.co.uk \
--cc=gentoo-user@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox