Funny according to gmail it is the same thread, anyways when I did the grep
for wlan nothing was returned but eth returned this

r...@om-gta02 /etc/udev/rules.d $ grep -r eth /etc/udev/
/etc/udev/rules.d/50-udev-default.rules:SUBSYSTEM=="aoe",
NAME="etherd/%k", GROUP="disk"
/etc/udev/rules.d/udev.rules:SUBSYSTEM=="aoe", KERNEL=="discover",
NAME="etherd/%k"
/etc/udev/rules.d/udev.rules:SUBSYSTEM=="aoe", KERNEL=="err",
NAME="etherd/%k"
/etc/udev/rules.d/udev.rules:SUBSYSTEM=="aoe", KERNEL=="interfaces",
NAME="etherd/%k"
/etc/udev/rules.d/udev.rules:SUBSYSTEM=="aoe", KERNEL=="revalidate",
NAME="etherd/%k"


On Fri, Apr 24, 2009 at 10:42 AM, arne anka <[email protected]> wrote:

> since you started a new thread w/o sufficiently quoting or explaining your
> issue, i am not sure, if the name you _have_ is wlan0 or ethX (where X !=
> 0).
> in either case my first attempt would be to grep through /etc/udev/ for
> the static part (ie wlan or eth):
>
> grep -r wlan /etc/udev/
>
> and if something turnes up to have a lokk at the line in question.
> f ex the rule mentioned reads
>
> SUBSYSTEM=="net", ACTION=="add", DRIVERS=="?*",
> ATTR{address}=="00:1a:a0:a0:f8:18", ATTR{type}=="1", KERNEL=="eth*",
> NAME="eth0"
>
> ATTR(address) denotes the mac address.
>
> _______________________________________________
> Openmoko community mailing list
> [email protected]
> http://lists.openmoko.org/mailman/listinfo/community
>
_______________________________________________
Openmoko community mailing list
[email protected]
http://lists.openmoko.org/mailman/listinfo/community

Reply via email to