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

Re: wandering network inferfaces



On Tue, Apr 25, 2006 at 08:15:07AM +0100, Magnus Therning wrote:
> There is no problem, it has happened to others on the list. There was a
> post on the list on solving it not so long ago.
> 
> I solved it by having my wireless turn up as wlan0. For my card that's
> controlled with an option to the driver. I just stuck the line
> 
>  options rt2500 ifname=wlan%d
> 
> in a file in /etc/modprobe.d/. I'm not sure if other drivers support
> doing the same.
 
Thanks for the idea. I searched back through earlier posts, and don't
know if it was the one you were referring to, but found the thread
"load order of network interfaces" which led me to 
	http://reactivated.net/writing_udev_rules.html#example-iface

So I created a "/etc/udev/rules.d/10-local.rules" containing:
	KERNEL=="eth*", SYSFS{address}=="00:13:ce:b6:1c:fb", NAME="wlan0"

which seems to implent the same sort of fix you used, but in a
way that is independent of the available driver options.

Regards,
DigbyT
-- 
Digby R. S. Tarvin                                          digbyt(at)digbyt.com
http://www.digbyt.com



Reply to: