UPDATE:
Had to take existing Ubuntu 14.04 installation running with a Gigabyte GA-M57SLI-S4 Rev 1.1
motherboard and move it to an older Gigabyte GA-K8N51GMF-9
motherboard scenario.
The GA-K8N51GMF-9
has a Vitesse 8201
gigabit ethernet LAN chip.
"Onboard LAN" excerpt from GA-K8N51GMF-9 manual
Highlighted LAN section of GA-K8N51GMF-9 block diagram
The GA-K8N51GMF-9
runs an nVidia nForce 430
chipset.
The system is set up to get an IP from DHCP but cannot get an IP on bootup.
I set the unit up to use SSH keys so ethernet is critical and my debugging options are limited but I do have physical access to the machine and one limited account (not even sudo
!) login I can use.
I've reset the BIOS to defaults, both optimised and safe. Neither helps.
lspci (apologies if too blurry)
dmesg (apologies if too blurry)
Does Ubuntu 14.04 support the Vitesse 8201
chip?
lspci -nnk | grep 0200 -A3
and also:dmesg | grep eth
Welcome to Ask Ubuntu. – chili555 Dec 11 '17 at 00:02apparmor
issus with several network-related files. Maybe hard drive corruption is the overall culprit? – pd_au Dec 11 '17 at 00:54/etc/network/interfaces
? May we please see the contents? – chili555 Dec 11 '17 at 01:16/etc/network/interfaces
last night, it's standard out of the box. The only variation was that I was giving it a consistent IP through MAC recognition assignment in my router, but that should not be a factor and it's in a different location now as well. Looking on the interwebs for the defaults example, I'll know when I see it ... yep, AFAIK/etc/network/interfaces
is the DHCP version here: https://askubuntu.com/a/214179/770153 – pd_au Dec 11 '17 at 02:19interfaces
file, with sudo or you might be able to simplysudo dhclient eth1
again, with sudo. – chili555 Dec 11 '17 at 14:58/etc/network/interfaces
. Another option would be to run a Linux live USB over the top of it and edit the file that way. Yep, I know, Linux people don't want to believe it's that easy to 'hack' into Linux, but I'm glad that it is :) Physical access being enough of a barrier in many SOHO scenarios. Thanks again! – pd_au Dec 12 '17 at 02:15/etc/network/interfaces
to useeth1
and still no network :( – pd_au Dec 12 '17 at 06:30