I did a server dist-upgrade from 12.04 to 14.04LTS, and in the process, lost all networking. I'm open to either getting the existing drivers loaded and working, or seeing if a dist-upgrade to 16.04 (possible from DVD?) would fix things. More interested in getting my ethernet working, but including wifi for completeness.
I've tried a bunch of suggestions, but right now, both eth0 and wlan0, after an lshw
report sudo: unable to resolve host ubuntu... *-network UNCLAIMED
My ether is Qualcom Atheros - AR8132 Fast Ethernet
My wifi is Broadcom - BCM4312 802.11b/g LP-PHY
In /lib/firmware/br* there are a bunch of bin files, but there's no /lib/firmware/ar8* directory, but there are a bunch of other 'ar#' directories.
Definitely a noob with this, so any help would be appreciated.
Thanks
Here are the added lshw
results:
*-network UNCLAIMED
description: Network controller
product: BCM4312 802.11b/g LP-PHY
vendor: Broadcom Corporation
physical id: 0
bus info: pci@0000:01:00.0
version: 01
width: 64 bits
clock: 33MHz
capabilities: pm msi pciexpress bus_master cap_list
configuration: latency=0
resources: memory:feafc000-feafffff
*-network UNCLAIMED
description: Ethernet controller
product: AR8132 Fast Ethernet
vendor: Qualcomm Atheros
physical id: 0
bus info: pci@0000:02:00.0
version: c0
width: 64 bits
clock: 33MHz
capabilities: pm msi pciexpress vpd bus_master cap_list
configuration: latency=0
resources: memory:febc0000-febfffff ioport:ec80(size=128)
uname -a gives:
Linux ubuntu 3.13.0.113-generic #160-Ubuntu SMP Thu Mar 9 09:28:25 UTC 2017 i686 i686 i686 GNU/Linux
sudo apt-get dist-upgrade
and everything seemed fine, until I realized there was no networking of any sort. I'm sure it's drivers, but I keep finding suggestions that involve downloading and installing new ones, but... no networking. ;) – LOlliffe Aug 25 '17 at 18:28sudo: services: command not found
– LOlliffe Aug 25 '17 at 20:15lshw -C network
anddmesg | grep eth0
to the question. As is, there is no info to diagnose the problem, which makes the question rather vague. Also,dist-upgrade
is a command that doesn't upgrade to a new release. Are you sure you've used that command, and it got you from 12.04 to 14.04? – mikewhatever Aug 25 '17 at 20:43do-release-upgrade
. Thedmesg...
didn't do anything, returning instantly to the prompt. Will add thelshw
to the question. – LOlliffe Aug 25 '17 at 21:19linux-image-extra
is not installed. It is unclear which kernel is installed now, so don't ask me for step-by-step instructions. – Pilot6 Aug 25 '17 at 21:31