<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>网卡 &#8211; moneyslow.com</title>
	<atom:link href="https://moneyslow.com/tag/%e7%bd%91%e5%8d%a1/feed" rel="self" type="application/rss+xml" />
	<link>https://moneyslow.com</link>
	<description>making money with technology</description>
	<lastBuildDate>Sat, 07 Dec 2019 07:41:36 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.7.5</generator>
	<item>
		<title>改变网卡的速度和双工</title>
		<link>https://moneyslow.com/%e6%94%b9%e5%8f%98%e7%bd%91%e5%8d%a1%e7%9a%84%e9%80%9f%e5%ba%a6%e5%92%8c%e5%8f%8c%e5%b7%a5.html</link>
		
		<dc:creator><![CDATA[Jkfkgnrk]]></dc:creator>
		<pubDate>Wed, 15 Feb 2017 04:59:02 +0000</pubDate>
				<category><![CDATA[newest]]></category>
		<category><![CDATA[网卡]]></category>
		<guid isPermaLink="false">https://blog.a8z8.com/?p=7276</guid>

					<description><![CDATA[没有比购买一个完全的Linux兼容网卡更好的Linux投资了。大部分的Linux厂商在他们网站上都有一份兼容的硬件列表：在开始连接你的机器到网络之前请仔细阅读它。如果你没有找到任何在本地的计算机商店可以买到的型号，那么同系列也是可以的。大多数网卡都能正常工作，但只有完全兼容的可为您提供无差错的，持续的吞吐量。 Linux缺省会在网卡连接到路由器上时自动协商判断网卡的速度和双工。配置一个路由器端口自动协商速度和双工往往是不足够的，因为不同的协议标准执行上常会有分歧。 实际上，网卡即使协商失败也会工作，但这通常会导致在网卡上使用ifconfig -a命令时看到许多冲突类型的错误和极低的性能。在故障排除时不要只把这类错误局限于协商失败；问题也可能是坏的网卡，路由器端口，或者网线导致的。 使用mii-tool mii-tool是一个原始的设置网卡速度和双工的Linux工具。它以注定会被抛弃，而由新的ethtool命令取而代之，但是很多老的网卡只支持mii-toll，所以你还需要知道它。不带任何参数的执行命令会产生一个简要的状态报告，如下面样例所示，对于不支持的网卡将提示Operation not supported信息。mii-tool不兼容的网卡往往仍然可以工作，但是你需要根据制造商的指南来设定速度和双工，而不能自动协商。 [root@bigboy tmp]# mii-tool SIOCGMIIPHY on 'eth0' failed: Operation not supported eth1: 100 Mbit, half duplex, link ok [root@bigboy tmp]# 通过-v参数使用verbose模式，你可以获得更多更详细的信息。在这个例子中，协商正常，网卡选择100Mbps，全双工模式（FD）。 [root@bigboy tmp]# mii-tool -v eth1: negotiated 100baseTx-FD, link ok product info: vendor 00:10:18, model 33 rev 2 basic mode: autonegotiation enabled basic status: autonegotiation complete, link ok [&#8230;]]]></description>
		
		
		
			</item>
	</channel>
</rss>
