File: wdsetup.1

package info (click to toggle)
netstd 3.07-7slink.3
  • links: PTS
  • area: main
  • in suites: slink
  • size: 6,312 kB
  • ctags: 9,027
  • sloc: ansic: 72,107; cpp: 6,144; makefile: 1,650; yacc: 1,614; sh: 1,164; perl: 308; awk: 46
file content (90 lines) | stat: -rw-r--r-- 3,086 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
.\" -*- nroff text -*-
.\"
.TH WDSETUP 1L
.SH NAME
wdsetup \- configure Western Digital and SMC ethernet cards.
.SH SYNOPSIS
.nf
.na
wdsetup [-er] [-a ioaddr] [-b ramaddr] [-i irq] [-v level]
        [-m [aui|twp|bnc]] [-p ioaddr] [--ramstart ramaddr]
        [--irq irq] [--eeprom] [--regs] [--newaddr ioaddr]
        [--media [aui|twp|bnc]] [--verbose level]
.ad
.fi
.SH "DESCRIPTION"
Wdsetup is used to configure the i/o address, interrupt line,
ram size, ram base address, wait states, network connection,
rom size, and rom base  address. In  the command line option
method, wdsetup  works silently, and  returns 0 for success,
or -1  if an error occured. The board is re-configured, and
the soft eeprom configuration is unchanged. In the interactive
method, the current configuration is displayed, and
then the user is promped for the new configuration to put
in to the eeprom. If your jumpers are not set to soft/soft,
both current and soft configuration information will be shown.

Note that the W1 and W2 jumpers must be set to "soft" to use
the eeprom configuration on boot-up.

.SS OPTIONS
.TP
.I "\-a addr, \-\-baseaddr addr"
specifies i/o address at which to look for the card.
.TP
.I "\-e, \-\-eeprom"
display eeprom contents. This option disables interactive configuration.
.TP
.I "\-r, \-\-regs"
display register contents. This option disables interactive configuration.
.TP
.I "\-p ioaddr, \-\-newaddr ioaddr"
configure new i/o address. This option disables interactive configuration.
.TP
.I "\-i irq, \-\-irq irq"
configure new irq. This option disables interactive configuration.
.TP
.I "\-b ramaddr, \-\-ramstart ramaddr"
configure new ram address. This option disables interactive configuration.
.TP
.I "\-m [aui|twp|bnc], \-\-media [aui|twp|bnc]"
configure new media. aui is the 15 pin connector. twp is twisted
pair RJ-11? connector. bnc is the thin coax connector. This option
disables interactive configuration.
.TP
.I "\-v level, \-\-verbose level"
Set amount of information printed out. Used mainly for debugging.
.SH NOTES
.TP 3n
1.
wdsetup must be run as root.
.TP 3n
2.
Do not re-configure your card while the network
software is accessing it.
.TP 3n
3.
You may see "warning eeprom checksum error" if your
card has not been used with the latest SMC ezsetup,
or wdsetup before. This is normal, and the
message will not appear after you update the soft
configuration in eeprom. (The old SMC ezsetup and
wdsetup did not have a master checksum). This mess-
age will only appear on cards with 82C584 BIC.
.SH BUGS
.TP 3n
0.
Since this program has not been widely tested, it
would be wise to have the Dos(yuck) ezsetup program
handy in case something goes wrong.
.TP 3n
1.
If there is a problem with the auto recognition,
use -a 280 (replace 280 with your card's actual address).
.TP 3n
2.
It seems that some cards (not necessarily ethernet cards)
may lockup if you read their registers at the wrong time,
so if you have such cards, you must specify the address
of your card using the wdsetup -a option, otherwise the
autodetect feature may lockup your computer.