linux-hotplug.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* udev and net device - question
@ 2004-03-25 15:43 Tomasz Torcz
  2004-03-25 16:03 ` Kay Sievers
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: Tomasz Torcz @ 2004-03-25 15:43 UTC (permalink / raw)
  To: linux-hotplug


 Hi,

 I'm very happy with ability to replace not reliable nameif with udev.
After few greps over udev-023 source I'm little confused.
Do I have to identify my network cards with PCI ID? I would strongly
prefer MAC address instead. It's available in sysfs:

 cat /sys/class/net/ep0/address             
00:07:e9:15:0e:cb

 Is it possible with current udev?   

(Please CC me on replies, I'm not subscribed)
-- 
Tomasz Torcz                Only gods can safely risk perfection,     
zdzichu@irc.-nie.spam-.pl     it's a dangerous thing for a man.  -- Alia



-------------------------------------------------------
This SF.Net email is sponsored by: IBM Linux Tutorials
Free Linux tutorial presented by Daniel Robbins, President and CEO of
GenToo technologies. Learn everything from fundamentals to system
administration.http://ads.osdn.com/?ad_id\x1470&alloc_id638&op=click
_______________________________________________
Linux-hotplug-devel mailing list  http://linux-hotplug.sourceforge.net
Linux-hotplug-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/linux-hotplug-devel

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: udev and net device - question
  2004-03-25 15:43 udev and net device - question Tomasz Torcz
@ 2004-03-25 16:03 ` Kay Sievers
  2004-03-25 16:10 ` Tomasz Torcz
                   ` (3 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: Kay Sievers @ 2004-03-25 16:03 UTC (permalink / raw)
  To: linux-hotplug

On Thu, Mar 25, 2004 at 04:43:25PM +0100, Tomasz Torcz wrote:
> 
>  Hi,
> 
>  I'm very happy with ability to replace not reliable nameif with udev.
> After few greps over udev-023 source I'm little confused.
> Do I have to identify my network cards with PCI ID? I would strongly
> prefer MAC address instead. It's available in sysfs:
> 
>  cat /sys/class/net/ep0/address             
> 00:07:e9:15:0e:cb
> 
>  Is it possible with current udev?   

Any value in sysfs should work. I'm using:

  KERNEL="eth*", SYSFS{address}="00:0d:60:77:30:91", NAME="private"

thanks,
Kay


-------------------------------------------------------
This SF.Net email is sponsored by: IBM Linux Tutorials
Free Linux tutorial presented by Daniel Robbins, President and CEO of
GenToo technologies. Learn everything from fundamentals to system
administration.http://ads.osdn.com/?ad_id\x1470&alloc_id638&op=click
_______________________________________________
Linux-hotplug-devel mailing list  http://linux-hotplug.sourceforge.net
Linux-hotplug-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/linux-hotplug-devel

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: udev and net device - question
  2004-03-25 15:43 udev and net device - question Tomasz Torcz
  2004-03-25 16:03 ` Kay Sievers
@ 2004-03-25 16:10 ` Tomasz Torcz
  2004-03-25 16:22 ` Mathieu Segaud
                   ` (2 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: Tomasz Torcz @ 2004-03-25 16:10 UTC (permalink / raw)
  To: linux-hotplug

On Thu, Mar 25, 2004 at 05:03:45PM +0100, Kay Sievers wrote:
> > Do I have to identify my network cards with PCI ID? I would strongly
> > prefer MAC address instead. It's available in sysfs:
> > 
> >  cat /sys/class/net/ep0/address             
> > 00:07:e9:15:0e:cb
> > 
> >  Is it possible with current udev?   
> 
> Any value in sysfs should work. I'm using:
> 
>   KERNEL="eth*", SYSFS{address}="00:0d:60:77:30:91", NAME="private"

 Thank you very much!

-- 
Tomasz Torcz                Only gods can safely risk perfection,     
zdzichu@irc.-nie.spam-.pl     it's a dangerous thing for a man.  -- Alia



-------------------------------------------------------
This SF.Net email is sponsored by: IBM Linux Tutorials
Free Linux tutorial presented by Daniel Robbins, President and CEO of
GenToo technologies. Learn everything from fundamentals to system
administration.http://ads.osdn.com/?ad_id\x1470&alloc_id638&op=click
_______________________________________________
Linux-hotplug-devel mailing list  http://linux-hotplug.sourceforge.net
Linux-hotplug-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/linux-hotplug-devel

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: udev and net device - question
  2004-03-25 15:43 udev and net device - question Tomasz Torcz
  2004-03-25 16:03 ` Kay Sievers
  2004-03-25 16:10 ` Tomasz Torcz
@ 2004-03-25 16:22 ` Mathieu Segaud
  2004-03-25 16:23 ` Marco d'Itri
  2004-03-25 22:40 ` Kay Sievers
  4 siblings, 0 replies; 6+ messages in thread
From: Mathieu Segaud @ 2004-03-25 16:22 UTC (permalink / raw)
  To: linux-hotplug

Tomasz Torcz <zdzichu@irc.pl> writes:

>  Hi,
>
>  I'm very happy with ability to replace not reliable nameif with udev.
> After few greps over udev-023 source I'm little confused.
> Do I have to identify my network cards with PCI ID? I would strongly
> prefer MAC address instead. It's available in sysfs:
>
>  cat /sys/class/net/ep0/address             
> 00:07:e9:15:0e:cb
>
>  Is it possible with current udev?   

yep,

use SYSFS{address}="xx:xx:xx:xx:xx:xx" as the match part of the rule
and it will work, that's it :)

by the way, thanks to all udev developers and the guy that never
sleeps, who made this tiny little binary; I use it in initrd to boot
my dm-crypt'ed root, to manage all /dev at real boot and after, and to 
set my 3 ethernet cards to "external", "private" and "dmz" names.
Seems like 2.6 changed many things in Linux world, all that with
stability ;)

>
> (Please CC me on replies, I'm not subscribed)

-- 
Mathieu Segaud

"Just wait. My crystal ball is infallible."

	- Linus Torvalds


-------------------------------------------------------
This SF.Net email is sponsored by: IBM Linux Tutorials
Free Linux tutorial presented by Daniel Robbins, President and CEO of
GenToo technologies. Learn everything from fundamentals to system
administration.http://ads.osdn.com/?ad_id\x1470&alloc_id638&op=click
_______________________________________________
Linux-hotplug-devel mailing list  http://linux-hotplug.sourceforge.net
Linux-hotplug-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/linux-hotplug-devel

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: udev and net device - question
  2004-03-25 15:43 udev and net device - question Tomasz Torcz
                   ` (2 preceding siblings ...)
  2004-03-25 16:22 ` Mathieu Segaud
@ 2004-03-25 16:23 ` Marco d'Itri
  2004-03-25 22:40 ` Kay Sievers
  4 siblings, 0 replies; 6+ messages in thread
From: Marco d'Itri @ 2004-03-25 16:23 UTC (permalink / raw)
  To: linux-hotplug

On Mar 25, Tomasz Torcz <zdzichu@irc.pl> wrote:

> Do I have to identify my network cards with PCI ID? I would strongly
> prefer MAC address instead. It's available in sysfs:
Try something like:

KERNEL="eth*", SYSFS{address}="00:0d:60:77:30:91", NAME="myethX"

-- 
ciao, |
Marco | [5342 smcUiN09zp6uY]


-------------------------------------------------------
This SF.Net email is sponsored by: IBM Linux Tutorials
Free Linux tutorial presented by Daniel Robbins, President and CEO of
GenToo technologies. Learn everything from fundamentals to system
administration.http://ads.osdn.com/?ad_id\x1470&alloc_id638&op=click
_______________________________________________
Linux-hotplug-devel mailing list  http://linux-hotplug.sourceforge.net
Linux-hotplug-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/linux-hotplug-devel

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: udev and net device - question
  2004-03-25 15:43 udev and net device - question Tomasz Torcz
                   ` (3 preceding siblings ...)
  2004-03-25 16:23 ` Marco d'Itri
@ 2004-03-25 22:40 ` Kay Sievers
  4 siblings, 0 replies; 6+ messages in thread
From: Kay Sievers @ 2004-03-25 22:40 UTC (permalink / raw)
  To: linux-hotplug

On Thu, Mar 25, 2004 at 05:22:48PM +0100, Mathieu Segaud wrote:
> Tomasz Torcz <zdzichu@irc.pl> writes:
> 
> >  Hi,
> >
> >  I'm very happy with ability to replace not reliable nameif with udev.
> > After few greps over udev-023 source I'm little confused.
> > Do I have to identify my network cards with PCI ID? I would strongly
> > prefer MAC address instead. It's available in sysfs:
> >
> >  cat /sys/class/net/ep0/address             
> > 00:07:e9:15:0e:cb
> >
> >  Is it possible with current udev?   
> 
> yep,
> 
> use SYSFS{address}="xx:xx:xx:xx:xx:xx" as the match part of the rule
> and it will work, that's it :)
> 
> by the way, thanks to all udev developers and the guy that never
> sleeps, who made this tiny little binary; I use it in initrd to boot
> my dm-crypt'ed root, to manage all /dev at real boot and after, and to 
> set my 3 ethernet cards to "external", "private" and "dmz" names.
> Seems like 2.6 changed many things in Linux world, all that with
> stability ;)

Very very nice to hear from someone using it successfully. I'm happy
to hear, that udev finds its place on the boxes out there, now.

thanks for the feedback,
Kay


-------------------------------------------------------
This SF.Net email is sponsored by: IBM Linux Tutorials
Free Linux tutorial presented by Daniel Robbins, President and CEO of
GenToo technologies. Learn everything from fundamentals to system
administration.http://ads.osdn.com/?ad_id\x1470&alloc_id638&op=click
_______________________________________________
Linux-hotplug-devel mailing list  http://linux-hotplug.sourceforge.net
Linux-hotplug-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/linux-hotplug-devel

^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2004-03-25 22:40 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2004-03-25 15:43 udev and net device - question Tomasz Torcz
2004-03-25 16:03 ` Kay Sievers
2004-03-25 16:10 ` Tomasz Torcz
2004-03-25 16:22 ` Mathieu Segaud
2004-03-25 16:23 ` Marco d'Itri
2004-03-25 22:40 ` Kay Sievers

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).