Hello, Actually, I can't get the network up even if I give the NIC a static IP address. When I restart the network I get the following; Setting up network interfaces: eth1 device: Marvell Technology Group LTd.: Unknown device 4351 (rev 10) How can I fix the network? After assigning the NIC a static address, I can ping it, but I can't ping the gateway address or anything else, for that matter. Thanks for your help. James Also noticed the logs show; linux kernel: eth1: no IPv6 routers present. Thx, ~James
James D. Parra wrote:
Hello,
Actually, I can't get the network up even if I give the NIC a static IP address. When I restart the network I get the following;
Setting up network interfaces: eth1 device: Marvell Technology Group LTd.: Unknown device 4351 (rev 10)
How can I fix the network? After assigning the NIC a static address, I can ping it, but I can't ping the gateway address or anything else, for that matter.
Thanks for your help.
James
Also noticed the logs show; linux kernel: eth1: no IPv6 routers present.
Thx,
~James
Some details of the setup would help + ifconfig route -n lspci -vv (ethernet section) # grep 4351 /usr/share/pci.ids 4351 Fast Ethernet Controller Unknown is no doubt due to an old pci.ids file. Regards Sid. -- Sid Boyce ... Hamradio License G3VBV, Keen licensed Private Pilot Retired IBM/Amdahl Mainframes and Sun/Fujitsu Servers Tech Support Specialist Microsoft Windows Free Zone - Linux used for all Computing Tasks
Sid Boyce wrote:
# grep 4351 /usr/share/pci.ids 4351 Fast Ethernet Controller Unknown is no doubt due to an old pci.ids file.
According pciids.sf.net : 4351 88E8036 Fast Ethernet Controller The OP will need a driver that supports that device. /Per Jessen, Zürich -- http://www.spamchek.co.uk/freetrial - managed anti-spam and anti-virus solution. Sign up for your free 30-day trial now!
Per Jessen wrote:
Sid Boyce wrote:
# grep 4351 /usr/share/pci.ids 4351 Fast Ethernet Controller Unknown is no doubt due to an old pci.ids file.
According pciids.sf.net :
4351 88E8036 Fast Ethernet Controller
The OP will need a driver that supports that device.
/Per Jessen, Zürich
http://www.linuxquestions.org/questions/history/352098 reckons you need the sk98lin driver installed, which is the same one used for the Marvel Gigabit ethernet card currently being used here at 100Mbit. # lsmod|grep sk98 sk98lin 164000 0 # lspci|grep -i ethernet 00:04.0 Ethernet controller: nVidia Corporation nForce2 Ethernet Controller (rev a1) 01:04.0 Ethernet controller: Marvell Technology Group Ltd. Gigabit Ethernet Controller (rev 13) Regards Sid. -- Sid Boyce ... Hamradio License G3VBV, Keen licensed Private Pilot Retired IBM/Amdahl Mainframes and Sun/Fujitsu Servers Tech Support Specialist Microsoft Windows Free Zone - Linux used for all Computing Tasks
James D. Parra wrote:
Also noticed the logs show; linux kernel: eth1: no IPv6 routers present.
That's fine, you have no IPv6 routers on your network. Regards Sid. -- Sid Boyce ... Hamradio License G3VBV, Keen licensed Private Pilot Retired IBM/Amdahl Mainframes and Sun/Fujitsu Servers Tech Support Specialist Microsoft Windows Free Zone - Linux used for all Computing Tasks
participants (3)
-
James D. Parra
-
Per Jessen
-
Sid Boyce