wmaster missing in udev

Bug #176853 reported by Jens Gustedt
0
Affects Status Importance Assigned to Milestone
Wireless Tools
New
Undecided
Unassigned
udev (Ubuntu)
New
Undecided
Unassigned

Bug Description

Binary package hint: udev

The new iwlist driver for the intel wireless cards 3945 etc installs a second `interface' called wmaster.
When upgrading from iwp3945 to ivl3945 udev gets confused and tries to rename the real interface from
wlan0 to eth1 since there is a corresponding entry in 70-persistent-net.rules. It gets stuck and ends up with an
interface named wla0_rename.

Fix: adding `wmaster*' to the pattern for network cards in 75-persistent-net-generator.rules worked for me.
It then created a rule in 70-persistent-net.rules:

SUBSYSTEM=="net", DRIVERS=="?*", ATTRS{address}=="xxxxxxxxxxxxx", NAME="wmaster0"

and permitted to leave the one for the real interface

SUBSYSTEM=="net", DRIVERS=="?*", ATTRS{address}=="xxxxxxxxxxxxxxxxxx", ATTRS{type}=="1", NAME="eth1"

unchanged. In particular this leaves the name of the interface to what it had been (eth1 for me), which is preferable for
not having to change other scripts.

Revision history for this message
Andres Mujica (andres.mujica) wrote :

This is a duplicate from bug #183968 please check the workaround described there. Thanks a lot for your bug report

To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.