

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
- - -
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 ** ** Solaris 8/ ** ** v1.08 Apr. 2004 ** **
This document describes the procedure to install the Solaris 8/9 driver for "VIA Rhine Family Fast Ethernet Adapter".
fets.pkg The ethernet driver for Solaris 8/9. fets.txt This file.
Solaris 8/
Before you start with the installation process, make sure that the Solaris 8/9 system is properly installed. Similarly, your adapter should also be properly installed in your machine.
=> Select "1 fets VIA Rhine Family Fast Ethernet Adapter Driver" to add the driver package to the system. => quit
The '#' of filename /etc/hostname.fetsX is the instance number of
driver. You can find this instance by examine the output of program 'dmesg'.
The following parameters can be set after we installed the driver. You can add all parameters to /kernel/drv/fets.conf
The syntax of parameter is:
=value1,value2,value3,...;
For example, if you have 3 NIC cards, and you want to set the speed_duplex paramter value of them.
You can add the following line to set it.
speed_duplex=1,2,3;
Then, the parameter value of first NIC card with index=0 will be 1 (100Mbps half duplex mode), the second NIC card with index=1 will be 2 (100Mbps full duplex mode), and the third NIC card with index=2 will be 3 (10Mbps half duplex mode). You can use 'dmesg' to find out the index number of each card.
speed_duplex speed_duplex[] is used for setting the speed and duplex mode of NIC. Value: 0: indicate autonegotiation for both speed and duplex mode (Default). 1: indicate 100Mbps half duplex mode 2: indicate 100Mbps full duplex mode 3: indicate 10Mbps half duplex mode 4: indicate 10Mbps full duplex mode
enable_tagging (For management adapter only) enable_tagging[] is used for enabling VLAN ID setting and enabling priority transmit. Value: 0: disable VID setting and priority transmit (Default). 1: enable VID setting and priority transmit.