Funny according to gmail it is the same thread, anyways when I did the grep for wlan nothing was returned but eth returned this<br><br>root@om-gta02 /etc/udev/rules.d $ grep -r eth /etc/udev/<br>/etc/udev/rules.d/50-udev-default.rules:SUBSYSTEM==&quot;aoe&quot;,               NAME=&quot;etherd/%k&quot;, GROUP=&quot;disk&quot;<br>
/etc/udev/rules.d/udev.rules:SUBSYSTEM==&quot;aoe&quot;, KERNEL==&quot;discover&quot;,      NAME=&quot;etherd/%k&quot;<br>/etc/udev/rules.d/udev.rules:SUBSYSTEM==&quot;aoe&quot;, KERNEL==&quot;err&quot;,   NAME=&quot;etherd/%k&quot;<br>
/etc/udev/rules.d/udev.rules:SUBSYSTEM==&quot;aoe&quot;, KERNEL==&quot;interfaces&quot;,    NAME=&quot;etherd/%k&quot;<br>/etc/udev/rules.d/udev.rules:SUBSYSTEM==&quot;aoe&quot;, KERNEL==&quot;revalidate&quot;,    NAME=&quot;etherd/%k&quot;<br>
<br><br><div class="gmail_quote">On Fri, Apr 24, 2009 at 10:42 AM, arne anka <span dir="ltr">&lt;<a href="mailto:openmoko@ginguppin.de">openmoko@ginguppin.de</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
since you started a new thread w/o sufficiently quoting or explaining your<br>
issue, i am not sure, if the name you _have_ is wlan0 or ethX (where X !=<br>
0).<br>
in either case my first attempt would be to grep through /etc/udev/ for<br>
the static part (ie wlan or eth):<br>
<br>
grep -r wlan /etc/udev/<br>
<br>
and if something turnes up to have a lokk at the line in question.<br>
f ex the rule mentioned reads<br>
<br>
SUBSYSTEM==&quot;net&quot;, ACTION==&quot;add&quot;, DRIVERS==&quot;?*&quot;,<br>
ATTR{address}==&quot;00:1a:a0:a0:f8:18&quot;, ATTR{type}==&quot;1&quot;, KERNEL==&quot;eth*&quot;,<br>
NAME=&quot;eth0&quot;<br>
<br>
ATTR(address) denotes the mac address.<br>
<div><div></div><div class="h5"><br>
_______________________________________________<br>
Openmoko community mailing list<br>
<a href="mailto:community@lists.openmoko.org">community@lists.openmoko.org</a><br>
<a href="http://lists.openmoko.org/mailman/listinfo/community" target="_blank">http://lists.openmoko.org/mailman/listinfo/community</a><br>
</div></div></blockquote></div><br>