[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: Etch: udev and wlan



Hi,

Florian Kulzer wrote:
On Wed, May 10, 2006 at 14:41:14 +0100, Jerome BENOIT wrote:

Hello List,

since my last upgrade (yesterday) of my Etch box,
I have troubles with my wireless stuff:
it appears that wlan0 was replaced by wlan0_temp,
I suspect that this is done by the udev package.
Unfortunately, I have not yet sucedded to localize
preciseley the trouble.

Any idea ?


Which version of udev is that? 0.091-2?

0.091-2


One new thing about the 0.09x udev packages is that there is now a
built-in mechanism to generate persistent naming rules for network
devices. (The installer runs into trouble when network devices switch
names on reboot after the base installation.) I suspect that something
went wrong with this generation of the persistent rules on your system.

Please post the content of the file

/etc/udev/rules.d/z25_persistent-net.rules ,

======================================================================
# This file was automatically generated by the /lib/udev/write_net_rules
# program, probably run by the persistent-net-generator.rules rules file.
#
# You can modify it, as long as you keep each rule on a single line.

# PCI device 10b7:9200 (3c59x)
ACTION=="add", SUBSYSTEM=="net", DRIVER=="?*", SYSFS{address}=="00:90:4b:b0:a6:bb", NAME="eth0"

# PCI device 14e4:4301 (ndiswrapper)
ACTION=="add", SUBSYSTEM=="net", DRIVER=="?*", SYSFS{address}=="00:90:4b:b0:a6:bb", SYSFS{type}=="1", NAME="wlan0"

# PCI device 10b7:9200 (3c59x)
ACTION=="add", SUBSYSTEM=="net", DRIVER=="?*", SYSFS{address}=="00:08:74:e7:4d:0e", NAME="eth0"
==============================================================================================


the lspci data which is related to your network card(s) and the output
of the command "ls -l /sys/class/net/".

================================================================================================
total 0
drwxr-xr-x 5 root root 0 May 10 14:20 br0
drwxr-xr-x 4 root root 0 May 10 14:20 eth0
drwxr-xr-x 3 root root 0 May 10 14:20 lo
drwxr-xr-x 4 root root 0 May 10 14:03 wlan0_temp
================================================================================================


hth,
Jerome
--
Jerome BENOIT
jgmbenoit_at_mailsnare_dot_net



Reply to: