Eu descobri que o slot pci inferior tem uma falha e mudou um slot e agora funciona perfeitamente
Eu estou usando o servidor Ubuntu para configurar e usar o meu servidor, eu adicionei uma placa de rede extra no sistema porque o soquete de rede na placa-mãe suporta apenas 100mbit.
A placa pci que eu adicionei é a D-Link DQE-528T. Mas não consigo colocar o cartão em funcionamento.
Estes são alguns comandos que eu tentei diagnosticar o problema: (Eu não sou um especialista em Ubuntu, eu sou meio novo no servidor Ubuntu, então eu não entendo tudo aqui, então não consigo encontrar o problema).
sudo lshw -C rede
Code:
*-network
description: Ethernet interface
product: MCP73 Ethernet
vendor: NVIDIA Corporation
physical id: f
bus info: pci@0000:00:0f.0
logical name: eth0
version: a2
serial: 90:fb:a6:2f:c9:90
size: 100Mbit/s
capacity: 100Mbit/s
width: 32 bits
clock: 66MHz
capabilities: pm msi bus_master cap_list ethernet physical mii 10bt 10bt-fd 100bt 100bt-fd autonegotiation
configuration: autonegotiation=on broadcast=yes driver=forcedeth driverversion=0.64 duplex=full ip=192.168.0.193 latency=0 link=yes maxlatency=20 mingnt=1 multicast=yes port=MII speed=100Mbit/s
resources: irq:29 memory:efffd000-efffdfff ioport:f600(size=8) memory:efffc000-efffc0ff memory:efffb000-efffb00f
Btw the eth0 is my onboard network adapter.
ifconfig
Code:
eth0 Link encap:Ethernet HWaddr 90:fb:a6:2f:c9:90
inet addr:192.168.0.193 Bcast:192.168.0.255 Mask:255.255.255.0
inet6 addr: fe80::92fb:a6ff:fe2f:c990/64 Scope:Link
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:303 errors:0 dropped:0 overruns:0 frame:0
TX packets:470 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:26604 (26.6 KB) TX bytes:95106 (95.1 KB)
lo Link encap:Local Loopback
inet addr:127.0.0.1 Mask:255.0.0.0
inet6 addr: ::1/128 Scope:Host
UP LOOPBACK RUNNING MTU:65536 Metric:1
RX packets:40 errors:0 dropped:0 overruns:0 frame:0
TX packets:40 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:0
RX bytes:2712 (2.7 KB) TX bytes:2712 (2.7 KB)
dmesg | grep eth0
Code:
[ 2.246672] forcedeth 0000:00:0f.0: ifname eth0, PHY OUI 0x732 @ 1, addr 90:fb:a6:2f:c9:90
[ 9.021486] init: network-interface (eth0) pre-start process (493) terminated with status 1
[ 9.143300] init: network-interface (eth0) post-stop process (518) terminated with status 1
[ 2075.662801] forcedeth 0000:00:0f.0 eth0: MSI enabled
ps aux | grep -i network
Code:
kevin 1262 0.0 0.0 10468 2228 pts/0 S+ 22:40 0:00 grep --color=auto -i network
Alguém tem uma ideia de como fazer o cartão funcionar?
Eu descobri que o slot pci inferior tem uma falha e mudou um slot e agora funciona perfeitamente