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

Re: Etch: udev and wlan



On Wed, May 10, 2006 at 16:50:45 +0100, Jerome BENOIT wrote:
> Florian Kulzer wrote:

[...]

> >Which version of udev is that? 0.091-2?
> 
> 0.091-2

[...]

> >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"
> ==============================================================================================

I think it is suspicious that your PCI 10b7:9200 device shows up twice
as eth0, especially since the first occurrence has the same MAC address
as your wireless interface. Do you have more than one ethernet card?
 
> >the lspci data which is related to your network card(s) and the output
       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 
       (this would help to answer that last question...)

> >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
> ================================================================================================

Any idea what interface "br0" is? Please post the output of the commands
"lspci" and "ip link".

-- 
Regards,
          Florian



Reply to: