~ubuntu-branches/ubuntu/warty/net-tools/warty

« back to all changes in this revision

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

  • Committer: Bazaar Package Importer
  • Author(s): Bernd Eckenfels
  • Date: 2004-04-23 00:57:20 UTC
  • Revision ID: james.westby@ubuntu.com-20040423005720-q36dnihblq1oa5j3
Tags: 1.60-10
* typo fix in po/de.po for german arp command output (Closes: Bug #176151)
* added diagnostics messages to mii-tool.8 (Closes: Bug #239229)
* new version of nstrcmp (Closes: Bug #226503)
* enable EUI64 support
* stadanrds version 3.6.1 (no changes)

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
2
.\" mii-tool.8 1.5 2000/04/25 22:58:19
3
3
.\"
4
 
.TH MII-TOOL 8 "2000/04/25 22:58:19" "net-tools"
 
4
.TH MII-TOOL 8 "2004/03/28 23:30:00" "net-tools"
5
5
 
6
6
.SH NAME
7
7
mii-tool \- view, manipulate media-independent interface status
72
72
commas.  Valid media are \fB100baseT4\fR, \fB100baseTx-FD\fR,
73
73
\fB100baseTx-HD\fR, \fB10baseT-FD\fR, and \fB10baseT-HD\fR.
74
74
 
 
75
.SH Diagnostics
 
76
.TP
 
77
SIOCGMIIPHY on 'eth?' failed: Invalid argument
 
78
If the interface is not running (up), kernel will refuse to report its link state.
 
79
.TP
 
80
SIOCGMIIPHY on 'eth?' failed: Operation not permitted
 
81
Most kernels restrict access to root.
 
82
.TP
 
83
SIOCGMIIPHY on 'eth?' failed: No such device
 
84
This error is shown, if the kernel does not know about the named device.
 
85
.TP
 
86
SIOCGMIIPHY on 'eth?' failed: Operation not supported 
 
87
The interface in question does not support MII queries. Most likely, it does not have 
 
88
MII tranceivers, at all.
 
89
 
75
90
.SH AUTHORS
76
91
David Hinds \- dhinds@pcmcia.sourceforge.org
77
92
.br
78
93
Donald Becker \- becker@scyld.com
 
94
.br
 
95
Bernd Eckenfels \- ecki@debian.org