

Estude fácil! Tem muito documento disponível na Docsity
Ganhe pontos ajudando outros esrudantes ou compre um plano Premium
Prepare-se para as provas
Estude fácil! Tem muito documento disponível na Docsity
Prepare-se para as provas com trabalhos de outros alunos como você, aqui na Docsity
Encontra documentos específicos para os exames da tua universidade
Prepare-se com as videoaulas e exercícios resolvidos criados a partir da grade da sua Universidade
Responda perguntas de provas passadas e avalie sua preparação.
Ganhe pontos para baixar
Ganhe pontos ajudando outros esrudantes ou compre um plano Premium
Este documento fornece instruções sobre a instalação e configuração do adaptador ethernet via rhine family para sistemas dos, incluindo a utilização de funções avançadas definindo palavras-chave personalizadas no arquivo de configuração. Contém informações sobre o conteúdo da pasta, instalação do adaptador, configuração de arquivos de exemplo e instruções detalhadas.
Tipologia: Notas de estudo
1 / 3
Esta página não é visível na pré-visualização
Não perca as partes importantes!


** VIA Rhine Family Fast Ethernet Adapter ** ** Packet Driver for DOS Workstations ** ** v4.30 Feb , 2005 ** **
The Packet Driver for DOS workstations confirms to the PC/TCP version 1. Packet driver specification. This document shows you how to setup the driver and how to use the enhanced functions by setting the custom keywords in configuration file.
FETPKT.COM The Packet driver for DOS workstations. FETPKT.SYS The Packet driver for DOS workstations. PACKET.TXT This file.
Before starting with the installation process, make sure that the adapter is properly installed and configured. You can use the diagnostic program (A:\DIAG.EXE) to make sure your connection with the network is correct.
Install fetpkt.com
Copy the Packet driver to your HardDisk, suppose you copy it to C:\PACKET directory. EX: copy a:\packet\fetpkt.com c:\packet\fetpkt.com
Add the following line to C:\AUTOEXEC.BAT C:\PACKET\FETPKT -n 0x
Install fetpkt.sys
Copy the Packet driver to your HardDisk, suppose you copy it to C:\PACKET directory. EX: copy a:\packet\FETPKT.sys c:\packet\FETPKT.sys
Add the following line to C:\CONFIG.SYS
DEVICE=C:\PACKET\FETPKT.SYS -n 0x
(Suppose PACKET driver is copied to C:\PACKET directory)
For fetpkt.com
C:\PACKET\FETPKT -n -w 0x
0x60 is software vector number this driver uses. -n means Novell packets can be transmitted across this driver -w means Window compatible.
if you want to link to N-way Device and use auto mode, you can add parameter as follow: C:\PACKET\FETPKT -a -n0x
if you want to force assigning linespeed equal 100Mbs or 10Mbs,halfduplex or fullduplex, you can add parameter as follow: C:\PACKET\FETPKT -s100 -f -n 0x60 (speed=100Mbs fullduplex) C:\PACKET\FETPKT -s10 -h -n 0x60 (speed=10Mbs halfduplex) (suggest use CONNECTIONTYPE instead of this keyword)
if you have two or more adapters, you can add parameter as follow to specify one:
C:\PACKET\FETPKT -deviceno=13 0x60 (device number=13)
if you have two or more adapters and they have same device number, you can add parameter as follow to specify one further:
C:\PACKET\FETPKT -deviceno=13 -busno=1 0x60 (bus number=1, device number=13)
note: driver shows menu for selecting if you don't specify any one and there are two or more adapters in the system. you can get the information about bus number and device number from this menu
if you want to set up your connection type, you can add parameter as follow:
C:\PACKET\FETPKT -connectiontype=autosense 0x60 (Auto mode, default value)