public inbox for gentoo-user@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Claudinei Matos" <claudineimatos@gmail.com>
To: gentoo-user@lists.gentoo.org
Subject: Re: [gentoo-user] modules.conf - alias for eth devices - can't set the correct interface number
Date: Thu, 26 Oct 2006 16:58:48 -0300	[thread overview]
Message-ID: <fd8aab850610261258y6c17e02dsd92dfc21df13cec0@mail.gmail.com> (raw)
In-Reply-To: <342e1090610260931g4ef48044kc04136ba7e4b1e34@mail.gmail.com>

Looking at /etc/udev/rules.d/ I'd found 70-persistent-net.rules with
the lines below:
# PCI Device: 0x10ec:0x8029 (ne2k-pci)
SUBSYSTEM=="net", DRIVERS=="?*", ATTRS{address}=="00:c0:df:ea:d6:49",
NAME="eth1"

# PCI Device: 0x10b7:0x9200 (3c59x)
SUBSYSTEM=="net", DRIVERS=="?*", ATTRS{address}=="00:04:75:c5:5c:ce",
NAME="eth2"

The interface with name eth1 match the mac address with the installed
one, but interface eth2 does not, probably 'cause it might be the old
card mac adress.

Well, now I know that in some way udev add these links automatically I
do thing that I can just change the mac address putting the right one,
letting the file appear like below:

   	 	 	 	 	 		
# PCI Device: (via-rhine)
SUBSYSTEM=="net", DRIVERS=="?*", ATTRS{address}=="00:50:8D:84:A8:4F",
NAME="eth0"

# PCI Device: 0x10ec:0x8029 (ne2k-pci)
SUBSYSTEM=="net", DRIVERS=="?*", ATTRS{address}=="00:C0:DF:EA:D6:49",
NAME="eth1"

# PCI Device: 0x10b7:0x9200 (3c59x)
SUBSYSTEM=="net", DRIVERS=="?*", ATTRS{address}=="00:50:04:6E:9C:AB",
NAME="eth2"


Well, that's OK, it do solve my problem but isn't it supposed to be an
automatically process? Isn't it an UDEV or Gentoo task to deal with?


-- 
Claudinei Matos

>
> I'm pretty sure you can use UDEV rules to set it, something like this:
>
> # cat /etc/udev/rules.d/10-local.rules
> BUS=="pci", KERNEL=="eth[0-9]", SYSFS{address}=="00:2a:9a:d4:65:32", \
> NAME="lan0"
> BUS=="pci", KERNEL=="eth[0-9]", SYSFS{address}=="00:a0:5d:3e:ae:54", \
> NAME="lan1"
>
> Where SYSFS{address} is the MAC address of the card.
> --
> Daniel da Veiga
> Computer Operator - RS - Brazil
> -----BEGIN GEEK CODE BLOCK-----
> Version: 3.1
> GCM/IT/P/O d-? s:- a? C++$ UBLA++ P+ L++ E--- W+++$ N o+ K- w O M- V-
> PS PE Y PGP- t+ 5 X+++ R+* tv b+ DI+++ D+ G+ e h+ r+ y++
> ------END GEEK CODE BLOCK------
> --
> gentoo-user@gentoo.org mailing list
>
>
-- 
gentoo-user@gentoo.org mailing list



  reply	other threads:[~2006-10-26 20:05 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2006-10-26 15:01 [gentoo-user] modules.conf - alias for eth devices - can't set the correct interface number Claudinei Matos
2006-10-26 16:31 ` Daniel da Veiga
2006-10-26 19:58   ` Claudinei Matos [this message]
2006-10-26 20:18     ` Daniel da Veiga
2006-10-26 20:49     ` Richard Fish

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=fd8aab850610261258y6c17e02dsd92dfc21df13cec0@mail.gmail.com \
    --to=claudineimatos@gmail.com \
    --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