All of lore.kernel.org
 help / color / mirror / Atom feed
From: Olaf <mailinglists@ban-solms.de>
To: linux-hotplug@vger.kernel.org
Subject: udev and ISA network cards
Date: Fri, 26 Jun 2009 10:42:57 +0000	[thread overview]
Message-ID: <4A44A631.5080900@ban-solms.de> (raw)

Hi,


I would like to use ISA cards in combination with persistent net rules, 
especially renaming ethX to something like internal / internet / etc. as 
this is somewhat easier to remember ;-)

Is this at all possible?
Or is this more a case of: will never work 'cause the drivers are not 
cooperating enough?
Or even isapnp missing (this box is not playing along with pnp)?

I have cards with 3c509 and ne driver. Both cards do work, apart from 
the persistent net stuff :-/
Monitoring using udevadm monitor shows udevd is at least doing 
'something' (see snippet below) but it is either ignoring ISA or the 
kernel/driver is missing some information. udevadm info provides very 
little information:
# udevadm info --query all --path=/sys/bus/isa/drivers/3c509/3c509.0 
--attribute-walk

  looking at device '/devices/isa/3c509.0':
    KERNEL="3c509.0"
    SUBSYSTEM="isa"
    DRIVER="3c509"

  looking at parent device '/devices/isa':
    KERNELS="isa"
    SUBSYSTEMS=""
    DRIVERS=""


Please advise.
Thanks.

Olaf


KERNEL[1246007462.702266] add      /module/3c509 (module)
UDEV  [1246007462.704344] add      /module/3c509 (module)
KERNEL[1246007462.706222] add      /bus/pnp/drivers/3c509 (drivers)
KERNEL[1246007462.709164] add      /bus/isa/drivers/3c509 (drivers)
KERNEL[1246007462.711276] add      /devices/isa/3c509.0 (isa)
KERNEL[1246007462.713145] add      /devices/virtual/net/eth0 (net)
KERNEL[1246007462.715007] add      /devices/isa/3c509.1 (isa)
KERNEL[1246007462.720220] remove   /devices/isa/3c509.1 (isa)
KERNEL[1246007462.721475] add      /devices/isa/3c509.2 (isa)
KERNEL[1246007462.722471] remove   /devices/isa/3c509.2 (isa)
KERNEL[1246007462.726667] add      /devices/isa/3c509.3 (isa)
UDEV  [1246007462.728006] add      /bus/pnp/drivers/3c509 (drivers)
KERNEL[1246007462.729041] remove   /devices/isa/3c509.3 (isa)
KERNEL[1246007462.730033] add      /devices/isa/3c509.4 (isa)
KERNEL[1246007462.731688] remove   /devices/isa/3c509.4 (isa)
KERNEL[1246007462.736603] add      /devices/isa/3c509.5 (isa)
KERNEL[1246007462.737985] remove   /devices/isa/3c509.5 (isa)
KERNEL[1246007462.739210] add      /devices/isa/3c509.6 (isa)
KERNEL[1246007462.743217] remove   /devices/isa/3c509.6 (isa)
UDEV  [1246007462.744583] add      /bus/isa/drivers/3c509 (drivers)
KERNEL[1246007462.745817] add      /devices/isa/3c509.7 (isa)
KERNEL[1246007462.747043] remove   /devices/isa/3c509.7 (isa)
KERNEL[1246007462.752101] add      /bus/eisa/drivers/3c579 (drivers)
UDEV  [1246007462.756301] add      /devices/isa/3c509.0 (isa)
UDEV  [1246007462.765593] add      /devices/virtual/net/eth0 (net)
UDEV  [1246007462.780655] add      /devices/isa/3c509.1 (isa)
UDEV  [1246007462.788468] remove   /devices/isa/3c509.1 (isa)
UDEV  [1246007462.796445] add      /devices/isa/3c509.2 (isa)
UDEV  [1246007462.804252] remove   /devices/isa/3c509.2 (isa)
UDEV  [1246007462.812270] add      /devices/isa/3c509.3 (isa)
UDEV  [1246007462.819985] remove   /devices/isa/3c509.3 (isa)
UDEV  [1246007462.827933] add      /devices/isa/3c509.4 (isa)
UDEV  [1246007462.835793] remove   /devices/isa/3c509.4 (isa)
UDEV  [1246007462.843736] add      /devices/isa/3c509.5 (isa)
UDEV  [1246007462.851621] remove   /devices/isa/3c509.5 (isa)
UDEV  [1246007462.859457] add      /devices/isa/3c509.6 (isa)
UDEV  [1246007462.867219] remove   /devices/isa/3c509.6 (isa)
UDEV  [1246007462.875175] add      /devices/isa/3c509.7 (isa)
UDEV  [1246007462.883008] remove   /devices/isa/3c509.7 (isa)
UDEV  [1246007462.890990] add      /bus/eisa/drivers/3c579 (drivers)


             reply	other threads:[~2009-06-26 10:42 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2009-06-26 10:42 Olaf [this message]
2009-06-26 11:15 ` udev and ISA network cards Kay Sievers
2009-06-30  5:45 ` Olaf
2009-06-30  6:20 ` Hannes Reinecke
2009-07-02  6:33 ` Olaf

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=4A44A631.5080900@ban-solms.de \
    --to=mailinglists@ban-solms.de \
    --cc=linux-hotplug@vger.kernel.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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.