|
|
茫茫網海中的冷日
發生過的事,不可能遺忘,只是想不起來而已! |
|
恭喜您是本站第 1704349
位訪客!
登入 | 註冊
|
|
|
|
發表者 |
討論內容 |
冷日 (冷日) |
發表時間:2005/3/29 7:51 |
- Webmaster
- 註冊日: 2008/2/19
- 來自:
- 發表數: 15771
|
- [自創]手動設定網路卡連線模式
- 可以試試看ifport,
usage: ifport interface [auto|10baseT|10base2|aui|100baseT|##]
ifport可以設定網路卡的連線模式有 auto, 10baseT, 10base2,aui, and 100baseT等幾種. 主要是方便系統管理員, 針對無法自動設定正確網路連線模式的網路卡, 改用指定方式設定.
這裡順便提供 ifport 的 man page :
IFPORT(8) IFPORT(8)
NAME
ifport - select the transceiver type for a network interface
SYNOPSIS
ifport interface [auto|10baseT|10base2|aui|100baseT|##]
DESCRIPTION
Ifport sets the transceiver type for the specified network interface, for drivers that support multiple transceiver types. If a type
is not specified on the command line, then the current type is displayed. The type can be specified either numerically or by keyword.
The five standard transceiver types (auto, 10baseT, 10base2, aui, and 100baseT) correspond to codes 0 to 3, for all the Linux PCMCIA
network drivers. The keyword match is case insensitive.
The network drivers may not reconfigure a card for a new transceiver type if the interface is already open. It is best to invoke
ifport prior to configuring the interface with ifconfig to ensure that the new setting takes effect immediately.
This utility only works with a limited set of 16-bit PC Card drivers: 3c589_cs, nmclan_cs, pcnet_cs, smc91c92_cs, and xirc2ps_cs. If
invoked for other drivers, ifport may report bogus transceiver settings, or report ``Operation not supported''.
DIAGNOSTICS
ioctl: Operation not supported
Indicates that this network device does not support manual transceiver selection. There may be only one transceiver option, or
the device may always autodetect the appropriate transceiver.
AUTHOR
David Hinds - dhinds@pcmcia.sourceforge.org
SEE ALSO
ifconfig(8).
pcmcia-cs 1999/11/02 20:34:56 1
|
|
討論串
- » [自創]手動設定網路卡連線模式 (冷日
(冷日), 2005/3/29 7:51)
|