home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Magazyn Internet 2000 December
/
MICD_2000_12_NR1.iso
/
Dreamnet
/
drivery
/
Trendware
/
100pcie.exe
/
HELP
/
NWCLIENT.32
< prev
next >
Wrap
Text File
|
1998-06-25
|
5KB
|
106 lines
┌────────────────────────────────────────────────────────────────────────┐
│ Installation for NetWare Client 32 │
└────────────────────────────────────────────────────────────────────────┘
A. NetWare Client 32 for DOS/WIN Installation :
1. Copy \NWCLEINT\CLIENT32\W840OD.LAN into the NetWare Client 32
subdirectory (default is C:\NOVELL\CLIENT32).
2. Modify STARTNET.BAT in NetWare Client 32 subdirectory.
For example :
SET NWLANGUAGE=English
C:\NOVELL\CLIENT32\NIOS.EXE
LOAD C:\NOVELL\CLIENT32\LSLC32.NLM
LOAD C:\NOVELL\CLIENT32\CMSM.NLM
LOAD C:\NOVELL\CLIENT32\ETHERTSM.NLM
LOAD C:\NOVELL\CLIENT32\W840OD.LAN FRAME=ETHERNET_802.2
LOAD C:\NOVELL\CLIENT32\W840OD.LAN FRAME=Ethernet_802.3
LOAD C:\NOVELL\CLIENT32\W840OD.LAN FRAME=Ethernet_II
LOAD C:\NOVELL\CLIENT32\W840OD.LAN FRAME=Ethernet_SNAP
LOAD C:\NOVELL\CLIENT32\IPX.NLM
LOAD C:\NOVELL\CLIENT32\CLIENT32.NLM
B. NetWare Client 32 for Windows 95 installation :
1. Run SETUP from NetWare Client 32 for Windows 95 disk and follow
on the setup instructions to install the NetWare Client 32 for
Windows 95.
2. When "Select Device" for Network Adapter dialog box is prompted,
click "Have Disk".
3. Type drv:\NWCLIENT\CLIENT32 to specify a different path in
"Install From Disk" diaglogue box, click "OK".
4. Go through NetWare Client 32 for Windows 95 installation
procedures.
C. Parameters
The following parameters belong in the load line inside the
STARTNET.BAT. The general way of using these parameters is:
LOAD <driver name> <PARAMETER NAME>... <PARAMETER NAME[=VALUE]>
Example:
LOAD <driver name> SLOT=2 FRAME=Ethernet_802.2
Slot=<Value>
Select a specific 840 card
BusrtLen=<Value>
The default value of Burst Length is 6.
Burst Length defines the maximum number of long words that can be
transferred within one PCI burst transaction. The reasonable values
are 1(1 longword), 2(2 longwords), 3(4 longwords), 4(8 longwords),
5(16 longwords) and 6(32 longwords).
CacheAlign=<Value>
The default value of Cache Alignment is 3.
Cache Alignment defines the address boundary for data burst. The
reasonable values are 1(8 longword alignment), 2(16 longword
alignment) and 3(32 longword alignment).
TxThreshold=<Hexdecimal Value>
The default value of Transmit Threshold is 10h(256 bytes).
This value decides the transmit threshold level of the transmit
FIFO. Transmission will start immediately after the transmit FIFO
has reached the threshold level or full pkt has been transferred
to the transmit FIFO if the frame length is less than the transmit
threshold level.
TxThreshold Transmit Threshold Level
00H full pkt
01H 16 bytes
02H 32 bytes
-- --
7FH 2032 bytes"
FullDuplex=<String>
The default value of FullDuplex Function is autodetect.
This adapter can be in half or full duplex mode. In half duplex
mode, the W89C840 can only either transmit or receive. In full
duplex mode, the W89C840 can transmit and receive at the same time.
The reasonable values are autodetect (auto detect full duplex
function by the driver), disable(disable full duplex), and
enable(enable full duplex).
LineSpeed=<String>
The default value of Line Speed is autodetect.
This adapter can be operationed in 10M or 100M Mbps. The reasonable
values are autodetect(auto detect line speed by the driver),
10M(set the Line Speed is 10M) or 100M(set the Line Speed is 100M).
RxEarly=<String>
The parameter 'RxEarly' is used to activate the receive early
interrupt or not. The default value of rxearly is enable. The
reasonable values are DISABLE and ENABLE.
Nway=<String>
The parameter 'Nway' is used to disable or enable the
autonegotiation function. The default value of nway is ON. The
reasonable values are OFF and ON.