<?xml version="1.0" encoding="UTF-8"?><rss
version="2.0"
xmlns:content="http://purl.org/rss/1.0/modules/content/"
xmlns:dc="http://purl.org/dc/elements/1.1/"
xmlns:atom="http://www.w3.org/2005/Atom"
xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
> <channel><title>Comments on: Linux LAN card: Find out full duplex / half speed or mode</title> <atom:link href="http://www.cyberciti.biz/faq/howto-setup-linux-lan-card-find-out-full-duplex-half-speed-or-mode/feed/" rel="self" type="application/rss+xml" /><link>http://www.cyberciti.biz/faq/howto-setup-linux-lan-card-find-out-full-duplex-half-speed-or-mode/</link> <description>Every answer asks a more beautiful question.</description> <lastBuildDate>Fri, 10 Feb 2012 19:55:56 +0000</lastBuildDate> <sy:updatePeriod>hourly</sy:updatePeriod> <sy:updateFrequency>1</sy:updateFrequency> <generator>http://wordpress.org/?v=3.3.1</generator> <item><title>By: me</title><link>http://www.cyberciti.biz/faq/howto-setup-linux-lan-card-find-out-full-duplex-half-speed-or-mode/#comment-41629</link> <dc:creator>me</dc:creator> <pubDate>Fri, 15 May 2009 21:20:22 +0000</pubDate> <guid
isPermaLink="false">http://www.cyberciti.biz/faq/faq/linux-lan-card-find-out-full-duplexhalf-speed-or-mode.php#comment-41629</guid> <description>Bill: What is so devious about &quot;dladm show-dev&quot; ?
Also yes windows is easier if you have graphical console but how do you do it on remote logi ?</description> <content:encoded><![CDATA[<p>Bill: What is so devious about &#8220;dladm show-dev&#8221; ?<br
/> Also yes windows is easier if you have graphical console but how do you do it on remote logi ?</p> ]]></content:encoded> </item> <item><title>By: reece</title><link>http://www.cyberciti.biz/faq/howto-setup-linux-lan-card-find-out-full-duplex-half-speed-or-mode/#comment-40188</link> <dc:creator>reece</dc:creator> <pubDate>Mon, 09 Feb 2009 04:18:59 +0000</pubDate> <guid
isPermaLink="false">http://www.cyberciti.biz/faq/faq/linux-lan-card-find-out-full-duplexhalf-speed-or-mode.php#comment-40188</guid> <description>thanks a lot!</description> <content:encoded><![CDATA[<p>thanks a lot!</p> ]]></content:encoded> </item> <item><title>By: Bill Cunningham</title><link>http://www.cyberciti.biz/faq/howto-setup-linux-lan-card-find-out-full-duplex-half-speed-or-mode/#comment-39239</link> <dc:creator>Bill Cunningham</dc:creator> <pubDate>Sun, 16 Nov 2008 23:16:09 +0000</pubDate> <guid
isPermaLink="false">http://www.cyberciti.biz/faq/faq/linux-lan-card-find-out-full-duplexhalf-speed-or-mode.php#comment-39239</guid> <description>I&#039;m the most rabid Linux preacher in the world, but checking link speed and duplex is one area where windoze is easier to work with.
And think Linux is devious?  Try it on Solaris.</description> <content:encoded><![CDATA[<p>I&#8217;m the most rabid Linux preacher in the world, but checking link speed and duplex is one area where windoze is easier to work with.</p><p>And think Linux is devious?  Try it on Solaris.</p> ]]></content:encoded> </item> <item><title>By: vivek</title><link>http://www.cyberciti.biz/faq/howto-setup-linux-lan-card-find-out-full-duplex-half-speed-or-mode/#comment-36964</link> <dc:creator>vivek</dc:creator> <pubDate>Fri, 26 Oct 2007 06:37:29 +0000</pubDate> <guid
isPermaLink="false">http://www.cyberciti.biz/faq/faq/linux-lan-card-find-out-full-duplexhalf-speed-or-mode.php#comment-36964</guid> <description>Only use ethtool as mii-tool is not compatible and it will be not included in future version</description> <content:encoded><![CDATA[<p>Only use ethtool as mii-tool is not compatible and it will be not included in future version</p> ]]></content:encoded> </item> <item><title>By: S</title><link>http://www.cyberciti.biz/faq/howto-setup-linux-lan-card-find-out-full-duplex-half-speed-or-mode/#comment-36963</link> <dc:creator>S</dc:creator> <pubDate>Thu, 25 Oct 2007 22:39:36 +0000</pubDate> <guid
isPermaLink="false">http://www.cyberciti.biz/faq/faq/linux-lan-card-find-out-full-duplexhalf-speed-or-mode.php#comment-36963</guid> <description>ethtool, mii-tool and dmesg output show very different results
first off mii-tool -v eth0
Output
eth0: negotiated 10baseT-HD, link ok
product info: vendor 00:50:ef, model 21 rev 1
basic mode:   autonegotiation enabled
basic status: autonegotiation complete, link ok
capabilities:
advertising:  100baseTx-HD 10baseT-HD
link partner: 100baseTx-FD 10baseT-HD
2)
ethtool eth0
Settings for eth0:
Supported ports: [ FIBRE ]
Supported link modes:   1000baseT/Full
Supports auto-negotiation: Yes
Advertised link modes:  1000baseT/Full
Advertised auto-negotiation: Yes
Speed: 1000Mb/s
Duplex: Full
Port: FIBRE
PHYAD: 2
Transceiver: internal
Auto-negotiation: on
Supports Wake-on: d
Wake-on: d
Link detected: yes
3) dmesg &#124; grep -i duplex
bnx2: eth0 NIC Link is Up, 1000 Mbps full duplex
bnx2: eth1 NIC Link is Up, 1000 Mbps full duplex
Which one should be believed? mii-tool shows the nic is advertising 100baseT/HD but negotiated 10BaseT/HD (which is really slow for what we want to do); ethtool shows nic is advertising 1000Mb/s FD which, confirms with dmesg output.
Conclusion? mii-tool may not be compatible with the fibre channel nics?
How to interpret this output?</description> <content:encoded><![CDATA[<p>ethtool, mii-tool and dmesg output show very different results</p><p>first off mii-tool -v eth0<br
/> Output<br
/> eth0: negotiated 10baseT-HD, link ok<br
/> product info: vendor 00:50:ef, model 21 rev 1<br
/> basic mode:   autonegotiation enabled<br
/> basic status: autonegotiation complete, link ok<br
/> capabilities:<br
/> advertising:  100baseTx-HD 10baseT-HD<br
/> link partner: 100baseTx-FD 10baseT-HD</p><p>2)<br
/> ethtool eth0<br
/> Settings for eth0:<br
/> Supported ports: [ FIBRE ]<br
/> Supported link modes:   1000baseT/Full<br
/> Supports auto-negotiation: Yes<br
/> Advertised link modes:  1000baseT/Full<br
/> Advertised auto-negotiation: Yes<br
/> Speed: 1000Mb/s<br
/> Duplex: Full<br
/> Port: FIBRE<br
/> PHYAD: 2<br
/> Transceiver: internal<br
/> Auto-negotiation: on<br
/> Supports Wake-on: d<br
/> Wake-on: d<br
/> Link detected: yes</p><p>3) dmesg | grep -i duplex<br
/> bnx2: eth0 NIC Link is Up, 1000 Mbps full duplex<br
/> bnx2: eth1 NIC Link is Up, 1000 Mbps full duplex</p><p>Which one should be believed? mii-tool shows the nic is advertising 100baseT/HD but negotiated 10BaseT/HD (which is really slow for what we want to do); ethtool shows nic is advertising 1000Mb/s FD which, confirms with dmesg output.</p><p>Conclusion? mii-tool may not be compatible with the fibre channel nics?</p><p>How to interpret this output?</p> ]]></content:encoded> </item> <item><title>By: Fachtna Roe</title><link>http://www.cyberciti.biz/faq/howto-setup-linux-lan-card-find-out-full-duplex-half-speed-or-mode/#comment-36656</link> <dc:creator>Fachtna Roe</dc:creator> <pubDate>Tue, 17 Jul 2007 18:06:57 +0000</pubDate> <guid
isPermaLink="false">http://www.cyberciti.biz/faq/faq/linux-lan-card-find-out-full-duplexhalf-speed-or-mode.php#comment-36656</guid> <description>Thank you for that information, especially the name of that tool. Very useful. Again, Thanks.</description> <content:encoded><![CDATA[<p>Thank you for that information, especially the name of that tool. Very useful. Again, Thanks.</p> ]]></content:encoded> </item> <item><title>By: Suresh Yellayi</title><link>http://www.cyberciti.biz/faq/howto-setup-linux-lan-card-find-out-full-duplex-half-speed-or-mode/#comment-236</link> <dc:creator>Suresh Yellayi</dc:creator> <pubDate>Fri, 22 Sep 2006 08:57:07 +0000</pubDate> <guid
isPermaLink="false">http://www.cyberciti.biz/faq/faq/linux-lan-card-find-out-full-duplexhalf-speed-or-mode.php#comment-236</guid> <description>Very informative. Need some Real Time Datacenter , Linux Info..</description> <content:encoded><![CDATA[<p>Very informative. Need some Real Time Datacenter , Linux Info..</p> ]]></content:encoded> </item> </channel> </rss>
