On Mon, 2009-06-08 at 18:13 -0500, Larry Finger wrote: > I don't know what is triggering the kernel BUG, but you have an error > in your udev rules. The pertinent file is > /etc/udev/rules.d/70-persistent-net.rules. Any rule that renames a > wireless device should look like the following: > > SUBSYSTEM=="net", ACTION=="add", DRIVERS=="?*", \ > ATTR{address}=="00:90:4b:d2:1f:cd", ATTR{type}=="1", \ > KERNEL=="wlan*", NAME="wlan0" > > The ATTR{address} should match the MAC address of the device, but the > ATTR{type}=="1" is really important as it keeps the master device from > being renamed, which is the usual cause of the presence of a name like > wlanX_rename. I actually removed 70-persistent-net.rules, but I think "1" was there. The failed rename was due to /etc/sysconfig/network-scripts/ifcfg-wlan0 that was specifying the MAC address that must have conflicted with the udev rules. -- Regards, Pavel Roskin -- To unsubscribe from this list: send the line "unsubscribe linux-wireless" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html