On 2/12/07, <b class="gmail_sendername">Hans-Werner Hilse</b> &lt;<a href="mailto:hilse@web.de">hilse@web.de</a>&gt; wrote:<div><span class="gmail_quote"></span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
Hi,<br><br>On Mon, 12 Feb 2007 09:54:42 +0100 &quot;Roman Naumann&quot;<br>&lt;<a href="mailto:sapiens.dyslexia@googlemail.com">sapiens.dyslexia@googlemail.com</a>&gt; wrote:<br><br>&gt; Ifconfig eth0 gives me this:<br>&gt;
<br>&gt; Link encap:<br>&gt;<br>&gt; UNSPEC HWaddr 44-4F-C0-00-14-31-AC-10-00-00-00-00-00-00-00-00<br>&gt; [...]<br>&gt; I&#39;m pretty sure the Mac-Addr is too long.. that&#39;s weird,<br>&gt; Also, when using Sabayon, the first line differs: &quot;Link encap:ether&quot;
<br>&gt; and the mac is correct<br>&gt;<br>&gt; I tried to change the mac with:<br>&gt; ifconfig eth0 hw ether 10:20:30:40:50:60<br>&gt; but then, I get th following:<br>&gt; SIOCSIFHWADDR: Invalid argument<br><br>eth0 doesn&#39;t seem to be what it has been anymore. You probably compiled
<br>a new kernel with some extra network drivers (USB devices? Firewire?).<br>Looking at the &quot;MAC&quot; address above, I&#39;d say it&#39;s something designated<br>for a peer-to-peer connection.<br><br>use &quot;ifconfig -a&quot; to find your real network interface. If it&#39;s not
<br>shown there (under different name, of course), you&#39;re probably missing<br>the right modules. You might want to use udev to give your interfaces a<br>persistent naming in the future, that will save you these troubles.
<br><br>-hwh<br><br><br>--<br><a href="mailto:gentoo-user@gentoo.org">gentoo-user@gentoo.org</a> mailing list<br><br></blockquote></div>thanks for your quick answer.<br>
yes, there is a new interface named eth1 and it works.<br>(so it seems that this problem was caused by replacing coldplug with udev)<br>