~ubuntu-branches/debian/sid/net-tools/sid

« back to all changes in this revision

Viewing changes to man/en_US/mii-tool.8

  • Committer: Package Import Robot
  • Author(s): Martín Ferrari
  • Date: 2015-09-07 01:54:07 UTC
  • mfrom: (1.1.1)
  • Revision ID: package-import@ubuntu.com-20150907015407-v2tfsgxayjd3iq4i
Tags: 1.60+git20150829.73cef8a-1
* After 14 years without an upstream release, I am producing a new package
  based on today's upstream repository.
  Closes: #391495, #486448, #323261, #260587, #545328, #511395.
* Remove many patches now merged upstream, delete unmaintainable and
  undocumented local changes, and update the rest.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
.\" Copyright (C) 2000 David A. Hinds -- dhinds@pcmcia.sourceforge.org
2
 
.\" mii-tool.8 1.5 2000/04/25 22:58:19
3
2
.\"
4
 
.TH MII\-TOOL 8 "2004/03/28 23:30:00" "net\-tools"
 
3
.TH MII\-TOOL 8 "2013\-02\-15" "net\-tools" "Linux System Administrator's Manual"
5
4
 
6
5
.SH NAME
7
6
mii\-tool \- view, manipulate media-independent interface status
16
15
[\fB\-l\fR, \fB\-\-log\fR]
17
16
[\fB\-A\fR, \fB\-\-advertise=\fImedia,...\fR]
18
17
[\fB\-F\fR, \fB\-\-force=\fImedia\fR]
19
 
.RI [ "interface\ ..." ]
 
18
[\fB\-p\fR, \fB\-\-phy=\fIaddr\fR]
 
19
.RI "interface\ ..."
20
20
 
21
21
.SH DESCRIPTION
22
22
This utility checks or sets the status of a network interface's Media
36
36
options are mutually exclusive.
37
37
.PP
38
38
The default short output reports the negotiated link speed and link
39
 
status for each interface.  If an interface or interfaces are not
40
 
specified on the command line, then \fBmii\-tool\fR will check any
41
 
available interfaces from \fBeth0\fR through \fBeth7\fR.
 
39
status for each interface.
42
40
.SH OPTIONS
43
41
.TP
44
42
\fB\-v\fR, \fB\-\-verbose\fR
45
43
Display more detailed MII status information.  If used twice, also
46
44
display raw MII register contents.
 
45
.br
 
46
\fBAlert:\fR If used three times, will force reading all MII
 
47
registers, including non standard ones. It's not guaranteed any
 
48
valid answer from PHY while PHY communication can even hang.
 
49
With driver e1000e will fail while reading register 0x07.
47
50
.TP
48
51
\fB\-V\fR, \fB\-\-version\fR
49
52
Display program version information.
71
74
media technologies.  Multiple technologies should be separated by
72
75
commas.  Valid media are \fB100baseT4\fR, \fB100baseTx-FD\fR,
73
76
\fB100baseTx-HD\fR, \fB10baseT-FD\fR, and \fB10baseT-HD\fR.
 
77
.TP
 
78
\fB\-p\fI addr\fR, \fB\-\-phy=\fIaddr\fR
 
79
Override the MII address provided by kernel with value \fBaddr\fR.
74
80
 
75
81
.SH DIAGNOSTICS
76
82
.TP
92
98
.br
93
99
Donald Becker \- becker@scyld.com
94
100
.br
95
 
Bernd Eckenfels \- ecki@debian.org
 
101
Bernd Eckenfels \- net-tools@lina.inka.de
 
102
 
 
103
.SH SEE ALSO
 
104
http://net-tools.sourceforge.net \- Homepage of the net-tools project