Adaptadores Ethernet são os tipos mais comuns de interfaces de rede em uso atualmente. Ethernet é conectado fisicamente com um cabo em seu modem de banda larga, roteador ou switch, ou outro PC. O tipo mais comum de cabo em uso é conhecido como Categoria-5 (CAT-5). Ele parece com o cabo típico de telefone, mas ao invés de quatro fios dentro do cabo existem oito. Para se tem um exemplo de como um cabo CAT-5 se parece, por favor visite http://en.wikipedia.org/wiki/Cat-5.
A maioria dos usuários que está usando esse tipo de Ethernet para uma conexão não está tendo nenhum problema. Se você realmente encontrar algum problema conectando com esse tipo de Ethernet, o seguinte poderá ter a ajudar para resolver seu problema.
From within the Network Connection window there is a tab named Network Interfaces. Hopefully you will see your adapter labeled something like eth0. If there is an issue with the card or the settings, usually the system will automatically disable the card. If the card is disabled, you will see X Disabled under the State column. To enable the device, simply press the Administrator Mode... at the bottom of the window. This will open a password dialog in which you enter your username's password. Once you have entered this mode, simply press the Enable Interface button. If there are issues enabling the device, you will be notified with an error. To see the settings of this device, press the Configure Interface... button. The window that opens will allow you to manually configure your network settings to match your network.
O arquivo principal que o usuário trabalhará é o /etc/network/interfaces
. Um arquivo interfaces
padrão parecerá com o seguinte:
Exemplo 4. /etc/network/interfaces
auto lo iface lo inet loopback auto eth0 iface eth0 inet dhcp auto eth1 iface eth1 inet dhcp
Se você está planejando usar o KNetworkManager recomenda-se que você NÃO edite o /etc/network/interfaces
a não ser que isso seja necessário. Se você editar manualmente o /etc/network/interfaces
então o KNetworkManager não irá funcionar.