From mboxrd@z Thu Jan 1 00:00:00 1970 From: erik quanstrom Date: Sat, 13 Feb 2010 10:24:14 -0500 To: 9fans@9fans.net Message-ID: <4357c5735594cebc07e31a5645747051@ladd.quanstro.net> In-Reply-To: <18d205ed1002121736j6ebe67egb2fec360e5aa792@mail.gmail.com> References: <18d205ed1002121736j6ebe67egb2fec360e5aa792@mail.gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit Subject: Re: [9fans] Two questions Topicbox-Message-UUID: d33477b6-ead5-11e9-9d60-3106f5b1d025 > Q1: How do I go about checking to see if the finally installed image > sees the virtual Ethernet device for the system? (It believes it to be > a Digital Tulip style one.) there are many ways to do this. 1. cat /dev/kmesg you should get lines that start with #ln, where n is a small nonnegative integer. #l0: i82574: 1000Mbps port 0xFA6E0000 irq 11 tu 1514: 003048d788de #l1: i82574: 1000Mbps port 0xFA7E0000 irq 10 tu 1514: 003048d788df 2. ls /net/ether0. if you have a network, you will get similar output to this. (you may not have the mtu file. that's my addition, especially for aoe performance.) chula# chula# lc /net/ether0 0 1 2 3 addr clone ifstats mtu stats > Q2:And this is related to Q1 above: Are these adapters supported on > real hardware? (Of course I'll recheck the Wiki pages.) yes. - erik