<br><br><div class="gmail_quote">On Thu, Dec 4, 2008 at 5:26 PM, Jerry Vonau <span dir="ltr">&lt;<a href="mailto:jvonau@shaw.ca">jvonau@shaw.ca</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;">
<div><div class="Wj3C7c"><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;"><br>
</blockquote></div></div>
auto-negotiation appears to be failing, setting the card to a down state. Ok think we need to set the speed of the card by hand, via ifcfg-eth1 file, could you add:<br>
ETHTOOL_OPTS= speed &lt;10/100/1000&gt; duplex &lt;half/full&gt; autoneg off<br>
<br>
and restart the network.<br><font color="#888888">
<br>
Jerry</font></blockquote><div><br>I edited /etc/sysconfig/network-scripts/ifcfg-eth1 with that at the bottom:<br><br>&nbsp;#&nbsp; OLPC School server<br>#&nbsp; This file configures the ethernet port connected to local machines (LAN)<br>
###<br>### NOTE: This file will be _replaced_ in xs-config updates<br>###<br>DEVICE=eth1<br>. /etc/sysconfig/xs_network_config<br><br>if [ &quot;foo$XS_LANBOND0_IPADDR&quot; != &quot;foo&quot; ]; then<br>&nbsp;&nbsp; ONBOOT=yes<br>
&nbsp;&nbsp; TYPE=Ethernet<br>&nbsp;&nbsp; MASTER=lanbond0<br>&nbsp;&nbsp; SLAVE=yes<br>&nbsp;&nbsp; NM_CONTROLLED=no<br>fi<br>ETHTOOL_OPTS= speed &lt;10/100/1000&gt; duplex &lt;half/full&gt; autoneg off<br><br>But when I restart the network, it throws out this:<br>
<br>Bringing up interface lanbond0:&nbsp; ifcfg-eth1: line 16: 10/100/1000: No such file or directory<br>ifcfg-eth1: line 16: 10/100/1000: No such file or directory<br>ifcfg-eth1: line 16: 10/100/1000: No such file or directory<br>
ifcfg-eth1: line 16: 10/100/1000: No such file or directory<br>ifcfg-eth1: line 16: 10/100/1000: No such file or directory<br>RTNETLINK answers: File exists<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; [&nbsp; OK&nbsp; ]<br>
<br>It looks like autonegotiation is still on:<br><br>[root@schoolserver1 ~]# ethtool eth1<br>Settings for eth1:<br>&nbsp;&nbsp;&nbsp; Supported ports: [ TP ]<br>&nbsp;&nbsp;&nbsp; Supported link modes:&nbsp;&nbsp; 10baseT/Half 10baseT/Full <br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 100baseT/Half 100baseT/Full <br>
&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 1000baseT/Full <br>&nbsp;&nbsp;&nbsp; Supports auto-negotiation: Yes<br>&nbsp;&nbsp;&nbsp; Advertised link modes:&nbsp; 10baseT/Half 10baseT/Full <br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 100baseT/Half 100baseT/Full <br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 1000baseT/Full <br>
&nbsp;&nbsp;&nbsp; Advertised auto-negotiation: Yes<br>&nbsp;&nbsp;&nbsp; Speed: Unknown! (65535)<br>&nbsp;&nbsp;&nbsp; Duplex: Unknown! (255)<br>&nbsp;&nbsp;&nbsp; Port: Twisted Pair<br>&nbsp;&nbsp;&nbsp; PHYAD: 0<br>&nbsp;&nbsp;&nbsp; Transceiver: internal<br>&nbsp;&nbsp;&nbsp; Auto-negotiation: on<br>&nbsp;&nbsp;&nbsp; Supports Wake-on: umbg<br>
&nbsp;&nbsp;&nbsp; Wake-on: g<br>&nbsp;&nbsp;&nbsp; Current message level: 0x00000007 (7)<br>&nbsp;&nbsp;&nbsp; Link detected: no<br><br><br></div></div>