configure la red siguiendo el manual pero no me funciona la tarjeta de red, he mirado muchos comentarios
y he realizado muchas pruebas pero no he conseguido hacer que funcione seguidamente voy a poner los datos y pasos que he hecho:
Code: Select all
pedraku #: lspci
00:00.0 RAM memory: NVIDIA Corporation MCP61 Host Bridge (rev a1)
00:01.0 ISA bridge: NVIDIA Corporation MCP61 LPC Bridge (rev a2)
00:01.1 SMBus: NVIDIA Corporation MCP61 SMBus (rev a2)
00:01.2 RAM memory: NVIDIA Corporation MCP61 Memory Controller (rev a2)
00:02.0 USB controller: NVIDIA Corporation MCP61 USB 1.1 Controller (rev a3)
00:02.1 USB controller: NVIDIA Corporation MCP61 USB 2.0 Controller (rev a3)
00:04.0 PCI bridge: NVIDIA Corporation MCP61 PCI bridge (rev a1)
00:05.0 Audio device: NVIDIA Corporation MCP61 High Definition Audio (rev a2)
00:06.0 IDE interface: NVIDIA Corporation MCP61 IDE (rev a2)
00:07.0 Bridge: NVIDIA Corporation MCP61 Ethernet (rev a2)
00:08.0 IDE interface: NVIDIA Corporation MCP61 SATA Controller (rev a2)
00:08.1 IDE interface: NVIDIA Corporation MCP61 SATA Controller (rev a2)
00:09.0 PCI bridge: NVIDIA Corporation MCP61 PCI Express bridge (rev a2)
00:0b.0 PCI bridge: NVIDIA Corporation MCP61 PCI Express bridge (rev a2)
00:0c.0 PCI bridge: NVIDIA Corporation MCP61 PCI Express bridge (rev a2)
00:0d.0 VGA compatible controller: NVIDIA Corporation C61 [GeForce 7025 / nForce 630a] (rev a2)
00:18.0 Host bridge: Advanced Micro Devices, Inc. [AMD] Family 10h Processor HyperTransport Configuration
00:18.1 Host bridge: Advanced Micro Devices, Inc. [AMD] Family 10h Processor Address Map
00:18.2 Host bridge: Advanced Micro Devices, Inc. [AMD] Family 10h Processor DRAM Controller
00:18.3 Host bridge: Advanced Micro Devices, Inc. [AMD] Family 10h Processor Miscellaneous Control
00:18.4 Host bridge: Advanced Micro Devices, Inc. [AMD] Family 10h Processor Link Control
Code: Select all
pedraku # lsmod
Module Size Used by
nvidia 11262794 40
forcedeth 47403 0 Code: Select all
pedraku # ls /lib/modules/3.12.13-gentoo/kernel/drivers/net/ethernet/nvidia/
forcedeth.koCode: Select all
pedraku # modprobe forcedeth.ko
modprobe: FATAL: Module forcedeth.ko not found.Code: Select all
pedraku # dmesg
[ 0.363365] forcedeth: Reverse Engineered nForce ethernet driver. Version 0.64.
[ 0.363992] ACPI: PCI Interrupt Link [LMAC] enabled at IRQ 23
[ 0.364223] forcedeth 0000:00:07.0: setting latency timer to 64
[ 0.886489] forcedeth 0000:00:07.0: ifname eth0, PHY OUI 0x732 @ 1, addr 00:25:22:08:06:37
[ 0.886929] forcedeth 0000:00:07.0: highdma pwrctl mgmt lnktim msi desc-v3Code: Select all
#lspci -kvm
Device: 00:07.0
Class: Bridge
Vendor: NVIDIA Corporation
Device: MCP61 Ethernet
SVendor: ASRock Incorporation
SDevice: 939NF6G-VSTA Board
Rev: a2
Driver: forcedeth
Module: forcedethCode: Select all
pedraku # /etc/init.d/net.enp0s7 start
* WARNING: net.enp0s7 is already startingCode: Select all
Device Drivers --->
[*] Network device support --->
[*] Ethernet driver support --->
[*] NVIDIA devices
<M> nForce Ethernet support



