Ethernet HOWTO Linux以太网-HOWTO (8)杂项(2)

2008-02-23 07:20:58来源:互联网 阅读 ()

新老客户大回馈,云服务器低至5折



每个模块所接受的所有选项列表可以在以下文件中找到:

/usr/src/linux/Documentation/networking/net-modules.txt

推荐阅读该文件以了解对你的特定网卡可以使用哪些选项。注意,对于单个模块能够处理多个设备的模块,有些支持用逗号分开的值列表,如所有基于8390的驱动程序和PLIP驱动程序。例如:



--------------------------------------------------------------------------------

options 3c503 io=0x280,0x300,0x330,0x350 xcvr=0,1,0,1


--------------------------------------------------------------------------------

上面就是一个模块控制四块3c503网卡,其中网卡2和4使用外部收发器。不要在“=”或逗号周围使用空格。

还要注意,一个忙的模块不能被删除。这也就是说在删除模块前需要使用ifconfig eth0 down(关闭以太网卡)。

命令lsmod可以显示哪些模块被载入、它们是否正在被使用,而rmmod可以删除这些模块。


9.3 相关文档

本文档的很多信息来自comp.os.linux新闻组保存的帖子,这表明该新闻组是一个有价值的信息源。其它的有用信息来自Donald自己的一大堆小文件。当然,如果你正在设置一块以太网卡,你还要读一下NET-2 Howto才能真正配置好你要用的软件。另外,如果你想做个黑客,你总能从驱动程序的源码里找到些有用的信息。在开始实际代码之前,总有一到两段描述关键点的文字。

对于那些寻找不是Linux特有信息(如什么是10BaseT、什么是AUI、Hub是干什么的等等)的人,我强烈推荐使用新闻组comp.dcom.lans.ethernet或comp.sys.ibm.pc.hardware.networking。那些在dejanews.com上的新闻组档案也是很有价值的信息源。你可以从以下URL的RTFM(保存所有新闻组的FAQ)获取新闻组的FAQ:

Usenet FAQs

你还可以在以下URL看一下可以说是“Ethernet-HomePage”的主页:

Ethernet-HomePage



9.4 声明与版权
本文档不是福音书。它可能是你所找到的最新的资料。除了你自己,没人会对你的硬件出现的问题负责。如果你的以太网卡或其它的硬件冒烟的话(几乎不可能!),我们也不承担任何责任。也就是说,本文作者不对任何使用本文信息采取行动造成的损失负责。

Copyright (c) 1993-1999 本文的版权所有人为Paul Gortmaker。在保留版权信息和本许可内容的条件下,本文档允许任意复制和传播。

在保留原始版权信息的条件下,允许复制和传播本文档修改后的版本;在本许可内容不变的条件下,允许传播所有依据本文档推导出的结果。

在上述针对修改版本的条件下,允许复制和传播本文档的其它语言翻译版本。

对翻译者的提示。首先,翻译SGML源文件(可以用FTP从HowTo主站点获得),这样可以生成其它的输出格式。请注意保留一份翻译的原始英文SGML源文件!在发布更新后的HowTo时,获取该版本的新SGML源文件,简单地使用diff -u old.sgml new.sgml就可以知道何处有变动,并把这些变动放入你的翻译版本,无需重新阅读或重新翻译全部内容。

如果你想在公开出版物中使用本文档,请联系本文作者(通过e-mail),这样可以获得最新的资料。以前有些Linux HowTo的过时版本被公开出版,使得开发者为一些在更新版本中已经回答过的问题饱受折磨。

This document is not gospel. However, it is probably the most up to date info that you will be able to find. Nobody is responsible for what happens to your hardware but yourself. If your ethercard or any other hardware goes up in smoke (...nearly impossible!) we take no responsibility. ie. THE AUTHORS ARE NOT RESPONSIBLE FOR ANY DAMAGES INCURRED DUE TO ACTIONS TAKEN BASED ON THE INFORMATION INCLUDED IN THIS DOCUMENT.

This document is Copyright (c) 1993-1999 by Paul Gortmaker. Permission is granted to make and distribute verbatim copies of this manual provided the copyright notice and this permission notice are preserved on all copies.

Permission is granted to copy and distribute modified versions of this document under the conditions for verbatim copying, provided that this copyright notice is included exactly as in the original, and that the entire resulting derived work is distributed under the terms of a permission notice identical to this one.

Permission is granted to copy and distribute translations of this document into another language, under the above conditions for modified versions.

A hint to people considering doing a translation. First, translate the SGML source (available via FTP from the HowTo main site) so that you can then generate other output formats. Be sure to keep a copy of the original English SGML source that you translated from! When an updated HowTo is released, get the new SGML source for that version, and then a simple diff -u old.sgml new.sgml will show you exactly what has changed so that you can easily incorporate those changes into your translated SMGL source without having to re-read or re-translate everything.

If you are intending to incorporate this document into a published work, please make contact (via e-mail) so that you can be supplied with the most up to date information available. In the past, out of date versions of the Linux HowTo documents have been published, which caused the developers undue grief from being plagued with questions that were already answered in the up to date versions.


9.5 结束语

如果你在本文档中发现有错别字或过时信息,请给我发e-mail。本文档比较大,所以很容易出现疏漏。如果你曾发e-mail要求改正,而在新版本中依然没改过来,请把改正要求再发一遍,可能你的上一封e-mail被我平时收到的大量垃圾信件掩盖了。

标签:

版权申明:本站文章部分自网络,如有侵权,请联系:west999com@outlook.com
特别注意:本站所有转载文章言论不代表本站观点,本站所提供的摄影照片,插画,设计作品,如需使用,请与原作者联系,版权归原作者所有

上一篇:Linux Shadow-Password-HOWTO - 1. 简介

下一篇:Jaz-drive HOWTO -- 1. 导言