Package: udev
Version: 0.070-1
Severity: normal

After upgrading from udev-0.068-2 to udev-0.070-1 the Wireless LAN
device node (eth0) is not created anymore by udev, also eth2 is not
present anymore. Downgrading again to udev-0.068-2 fixes the problem.

I've attached the output of udevinfo -a -p /sys/class/net/eth[0-2]/ with
udev-068 and udev-070, note that with udev-070 there is no eth1 and
eth2.

Thanks.

-- Package-specific info:
-- /etc/udev/rules.d/:
/etc/udev/rules.d/:
total 0
lrwxrwxrwx  1 root root 20 2005-08-27 17:48 020_permissions.rules
-> ../permissions.rules
lrwxrwxrwx  1 root root 12 2005-09-12 20:58 050_hal-plugdev.rules
-> ../hal.rules
lrwxrwxrwx  1 root root 19 2005-08-27 17:48 cd-aliases.rules
-> ../cd-aliases.rules
lrwxrwxrwx  1 root root 13 2005-08-27 17:48 udev.rules -> ../udev.rules
lrwxrwxrwx  1 root root 19 2005-08-29 16:05 z20_persistent.rules
-> ../persistent.rules
lrwxrwxrwx  1 root root 12 2005-08-29 16:05 z50_run.rules
-> ../run.rules
lrwxrwxrwx  1 root root 19 2005-09-02 11:13 z60_alsa-utils.rules
-> ../alsa-utils.rules
lrwxrwxrwx  1 root root 17 2005-08-29 16:05 z70_hotplugd.rules
-> ../hotplugd.rules

-- /sys/:
/sys/block/dm-0/dev
/sys/block/dm-1/dev
/sys/block/dm-2/dev
/sys/block/dm-3/dev
/sys/block/ram0/dev
/sys/block/ram10/dev
/sys/block/ram11/dev
/sys/block/ram12/dev
/sys/block/ram13/dev
/sys/block/ram14/dev
/sys/block/ram15/dev
/sys/block/ram1/dev
/sys/block/ram2/dev
/sys/block/ram3/dev
/sys/block/ram4/dev
/sys/block/ram5/dev
/sys/block/ram6/dev
/sys/block/ram7/dev
/sys/block/ram8/dev
/sys/block/ram9/dev
/sys/block/sda/dev
/sys/block/sda/sda1/dev
/sys/block/sda/sda2/dev
/sys/block/sda/sda5/dev
/sys/block/sr0/dev
/sys/class/drm/card0/dev
/sys/class/input/event0/dev
/sys/class/input/event1/dev
/sys/class/input/event2/dev
/sys/class/input/event3/dev
/sys/class/input/mice/dev
/sys/class/input/mouse0/dev
/sys/class/input/mouse1/dev
/sys/class/input/mouse2/dev
/sys/class/input/ts0/dev
/sys/class/input/ts1/dev
/sys/class/input/ts2/dev
/sys/class/misc/agpgart/dev
/sys/class/misc/device-mapper/dev
/sys/class/misc/fuse/dev
/sys/class/misc/hpet/dev
/sys/class/misc/psaux/dev
/sys/class/misc/rtc/dev
/sys/class/printer/lp0/dev
/sys/class/scsi_generic/sg0/dev
/sys/class/scsi_generic/sg1/dev
/sys/class/sound/adsp/dev
/sys/class/sound/audio1/dev
/sys/class/sound/audio/dev
/sys/class/sound/controlC0/dev
/sys/class/sound/controlC1/dev
/sys/class/sound/dsp1/dev
/sys/class/sound/dsp/dev
/sys/class/sound/mixer1/dev
/sys/class/sound/mixer/dev
/sys/class/sound/pcmC0D0c/dev
/sys/class/sound/pcmC0D0p/dev
/sys/class/sound/pcmC0D1c/dev
/sys/class/sound/pcmC0D2c/dev
/sys/class/sound/pcmC0D3c/dev
/sys/class/sound/pcmC0D4p/dev
/sys/class/sound/pcmC1D0c/dev
/sys/class/sound/pcmC1D0p/dev
/sys/class/sound/timer/dev

-- Kernel configuration:


-- System Information:
Debian Release: testing/unstable
  APT prefers unstable
  APT policy: (500, 'unstable'), (500, 'stable'), (101, 'experimental')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.12
Locale: [EMAIL PROTECTED], [EMAIL PROTECTED] (charmap=ISO-8859-15)

Versions of packages udev depends on:
ii  hotplug                  0.0.20040329-25 Linux Hotplug Scripts
ii  initscripts              2.86.ds1-2      Standard scripts needed for
bootin
ii  libc6                    2.3.5-6         GNU C Library: Shared
libraries an
ii  libselinux1              1.26-1          SELinux shared libraries
ii  lsb-base                 3.0-5           Linux Standard Base 3.0
init scrip
ii  makedev                  2.3.1-78        creates device files
in /dev
ii  sed                      4.1.4-4         The GNU sed stream editor

udev recommends no packages.

-- no debconf information

udevinfo starts with the device the node belongs to and then walks up the
device chain, to print for every device found, all possibly useful attributes
in the udev key format.
Only attributes within one device section may be used together in one rule,
to match the device for which the node will be created.

  looking at class device '/sys/class/net/eth0':
    SUBSYSTEM=="net"
    SYSFS{addr_len}=="6"
    SYSFS{address}=="00:12:f0:6d:e2:55"
    SYSFS{broadcast}=="ff:ff:ff:ff:ff:ff"
    SYSFS{features}=="0x0"
    SYSFS{flags}=="0x1002"
    SYSFS{ifindex}=="2"
    SYSFS{iflink}=="2"
    SYSFS{mtu}=="1500"
    SYSFS{tx_queue_len}=="1000"
    SYSFS{type}=="1"
    SYSFS{weight}=="0"

follow the "device"-link to the physical device:
  looking at the device chain at 
'/sys/devices/pci0000:00/0000:00:1e.0/0000:06:02.0':
    BUS=="pci"
    ID=="0000:06:02.0"
    DRIVER=="ipw2200"
    SYSFS{cfg}=="0x00000340"
    SYSFS{class}=="0x028000"
    SYSFS{command_event_reg}=="0x3e003605"
    SYSFS{device}=="0x4220"
    SYSFS{direct_dword}=="0x00000000"
    SYSFS{eeprom_delay}=="1"
    SYSFS{indirect_byte}=="0x00"
    SYSFS{indirect_dword}=="0x00000000"
    SYSFS{irq}=="209"
    SYSFS{led}=="0"
    SYSFS{local_cpus}=="1"
    SYSFS{mem_gpio_reg}=="0x0e0a00f0"
    SYSFS{modalias}=="pci:v00008086d00004220sv00008086sd00002741bc02sc80i00"
    SYSFS{net_stats}=="0"
    SYSFS{nic_type}=="TYPE: 0"
    SYSFS{rf_kill}=="2"
    SYSFS{rtc}=="0x00000165"
    SYSFS{scan_age}=="15000"
    SYSFS{speed_scan}=="0"
    SYSFS{stats}=="last_rx_err: 0"
    SYSFS{status}=="0x00000006"
    SYSFS{subsystem_device}=="0x2741"
    SYSFS{subsystem_vendor}=="0x8086"
    SYSFS{ucode_version}=="0x0000d15a"
    SYSFS{vendor}=="0x8086"

  looking at the device chain at '/sys/devices/pci0000:00/0000:00:1e.0':
    BUS=="pci"
    ID=="0000:00:1e.0"
    DRIVER=="unknown"
    SYSFS{class}=="0x060401"
    SYSFS{device}=="0x2448"
    SYSFS{irq}=="0"
    SYSFS{local_cpus}=="1"
    SYSFS{modalias}=="pci:v00008086d00002448sv00000000sd00000000bc06sc04i01"
    SYSFS{subsystem_device}=="0x0000"
    SYSFS{subsystem_vendor}=="0x0000"
    SYSFS{vendor}=="0x8086"

  looking at the device chain at '/sys/devices/pci0000:00':
    BUS==""
    ID=="pci0000:00"
    DRIVER=="unknown"

udevinfo starts with the device the node belongs to and then walks up the
device chain, to print for every device found, all possibly useful attributes
in the udev key format.
Only attributes within one device section may be used together in one rule,
to match the device for which the node will be created.

  looking at class device '/sys/class/net/eth1':
    SUBSYSTEM=="net"
    SYSFS{addr_len}=="6"
    SYSFS{address}=="00:0f:b0:84:80:56"
    SYSFS{broadcast}=="ff:ff:ff:ff:ff:ff"
    SYSFS{carrier}=="0"
    SYSFS{features}=="0x803"
    SYSFS{flags}=="0x1003"
    SYSFS{ifindex}=="3"
    SYSFS{iflink}=="3"
    SYSFS{mtu}=="1500"
    SYSFS{tx_queue_len}=="1000"
    SYSFS{type}=="1"
    SYSFS{weight}=="64"

follow the "device"-link to the physical device:
  looking at the device chain at 
'/sys/devices/pci0000:00/0000:00:1c.0/0000:02:00.0':
    BUS=="pci"
    ID=="0000:02:00.0"
    DRIVER=="sk98lin"
    SYSFS{class}=="0x020000"
    SYSFS{device}=="0x4351"
    SYSFS{irq}=="233"
    SYSFS{local_cpus}=="1"
    SYSFS{modalias}=="pci:v000011ABd00004351sv00001179sd0000FF00bc02sc00i00"
    SYSFS{subsystem_device}=="0xff00"
    SYSFS{subsystem_vendor}=="0x1179"
    SYSFS{vendor}=="0x11ab"

  looking at the device chain at '/sys/devices/pci0000:00/0000:00:1c.0':
    BUS=="pci"
    ID=="0000:00:1c.0"
    DRIVER=="pcieport-driver"
    SYSFS{class}=="0x060400"
    SYSFS{device}=="0x2660"
    SYSFS{irq}=="185"
    SYSFS{local_cpus}=="1"
    SYSFS{modalias}=="pci:v00008086d00002660sv00000000sd00000000bc06sc04i00"
    SYSFS{subsystem_device}=="0x0000"
    SYSFS{subsystem_vendor}=="0x0000"
    SYSFS{vendor}=="0x8086"

  looking at the device chain at '/sys/devices/pci0000:00':
    BUS==""
    ID=="pci0000:00"
    DRIVER=="unknown"

udevinfo starts with the device the node belongs to and then walks up the
device chain, to print for every device found, all possibly useful attributes
in the udev key format.
Only attributes within one device section may be used together in one rule,
to match the device for which the node will be created.

  looking at class device '/sys/class/net/eth2':
    SUBSYSTEM=="net"
    SYSFS{addr_len}=="8"
    SYSFS{address}=="00:02:3f:55:69:40:41:5e"
    SYSFS{broadcast}=="ff:ff:ff:ff:ff:ff:ff:ff"
    SYSFS{features}=="0x20"
    SYSFS{flags}=="0x1002"
    SYSFS{ifindex}=="4"
    SYSFS{iflink}=="4"
    SYSFS{mtu}=="1500"
    SYSFS{tx_queue_len}=="1000"
    SYSFS{type}=="24"
    SYSFS{weight}=="0"

follow the "device"-link to the physical device:
  looking at the device chain at 
'/sys/devices/pci0000:00/0000:00:1e.0/0000:06:04.2/fw-host0':
    BUS=="ieee1394"
    ID=="fw-host0"
    DRIVER=="unknown"
    SYSFS{in_bus_reset}=="0"
    SYSFS{is_busmgr}=="0"
    SYSFS{is_cycmst}=="1"
    SYSFS{is_irm}=="1"
    SYSFS{is_root}=="1"
    SYSFS{node_count}=="1"
    SYSFS{nodes_active}=="1"
    SYSFS{selfid_count}=="1"

  looking at the device chain at 
'/sys/devices/pci0000:00/0000:00:1e.0/0000:06:04.2':
    BUS=="pci"
    ID=="0000:06:04.2"
    DRIVER=="ohci1394"
    SYSFS{class}=="0x0c0010"
    SYSFS{device}=="0x8032"
    SYSFS{irq}=="225"
    SYSFS{local_cpus}=="1"
    SYSFS{modalias}=="pci:v0000104Cd00008032sv00001179sd0000FF00bc0Csc00i10"
    SYSFS{subsystem_device}=="0xff00"
    SYSFS{subsystem_vendor}=="0x1179"
    SYSFS{vendor}=="0x104c"

  looking at the device chain at '/sys/devices/pci0000:00/0000:00:1e.0':
    BUS=="pci"
    ID=="0000:00:1e.0"
    DRIVER=="unknown"
    SYSFS{class}=="0x060401"
    SYSFS{device}=="0x2448"
    SYSFS{irq}=="0"
    SYSFS{local_cpus}=="1"
    SYSFS{modalias}=="pci:v00008086d00002448sv00000000sd00000000bc06sc04i01"
    SYSFS{subsystem_device}=="0x0000"
    SYSFS{subsystem_vendor}=="0x0000"
    SYSFS{vendor}=="0x8086"

  looking at the device chain at '/sys/devices/pci0000:00':
    BUS==""
    ID=="pci0000:00"
    DRIVER=="unknown"

udevinfo starts with the device the node belongs to and then walks up the
device chain, to print for every device found, all possibly useful attributes
in the udev key format.
Only attributes within one device section may be used together in one rule,
to match the device for which the node will be created.

  looking at class device '/sys/class/net/eth0':
    KERNEL=="eth0"
    SUBSYSTEM=="net"
    SYSFS{addr_len}=="6"
    SYSFS{address}=="00:0f:b0:84:80:56"
    SYSFS{broadcast}=="ff:ff:ff:ff:ff:ff"
    SYSFS{features}=="0x803"
    SYSFS{flags}=="0x1002"
    SYSFS{ifindex}=="2"
    SYSFS{iflink}=="2"
    SYSFS{mtu}=="1500"
    SYSFS{tx_queue_len}=="1000"
    SYSFS{type}=="1"
    SYSFS{weight}=="64"

follow the "device"-link to the physical device:
  looking at the device chain at 
'/sys/devices/pci0000:00/0000:00:1c.0/0000:02:00.0':
    BUS=="pci"
    ID=="0000:02:00.0"
    DRIVER=="sk98lin"
    SYSFS{class}=="0x020000"
    SYSFS{device}=="0x4351"
    SYSFS{irq}=="233"
    SYSFS{local_cpus}=="1"
    SYSFS{modalias}=="pci:v000011ABd00004351sv00001179sd0000FF00bc02sc00i00"
    SYSFS{subsystem_device}=="0xff00"
    SYSFS{subsystem_vendor}=="0x1179"
    SYSFS{vendor}=="0x11ab"

  looking at the device chain at '/sys/devices/pci0000:00/0000:00:1c.0':
    BUS=="pci"
    ID=="0000:00:1c.0"
    DRIVER=="pcieport-driver"
    SYSFS{class}=="0x060400"
    SYSFS{device}=="0x2660"
    SYSFS{irq}=="185"
    SYSFS{local_cpus}=="1"
    SYSFS{modalias}=="pci:v00008086d00002660sv00000000sd00000000bc06sc04i00"
    SYSFS{subsystem_device}=="0x0000"
    SYSFS{subsystem_vendor}=="0x0000"
    SYSFS{vendor}=="0x8086"

  looking at the device chain at '/sys/devices/pci0000:00':
    BUS==""
    ID=="pci0000:00"
    DRIVER=="unknown"

Reply via email to