I'm having a problem that seems to be a common issue for new Ubuntu installations (as in http://ubuntuforums.org/showthread.php?t=2260232), but none of the posted solutions work for me. I replaced Windows XP on a Dell Inspiron 6400 laptop (32-bit) with Ubuntu 14.04.4 using LiveUSB. With Windows, Wifi worked well. When I booted up Ubuntu using LiveUSB, the wifi would not work, but wired connection worked. I decided to go ahead with the permanent installation and fix the connection later. After replacing Windows with Ubuntu, wired ethernet does not work either. From reading posts on this issue, it clear that the kernel needs to be updated, but I don't know which version, or which linux image file, to use. I'd greatly appreciate any pointers. System parameters are below.
**lshw -C network**
*-network
description: Network controller
product: BCM4311 802.11b/g WLAN
vendor: Broadcom Corporation
physical id: 0
bus info: pci@0000:0b:00.0
version: 01
width: 32 bits
clock: 33MHz
capabilities: pm msi pciexpress bus_master cap_list
configuration: driver=wl latency=0
resources: irq:16 memory:efdfc000-efdfffff
*-network UNCLAIMED
description: Ethernet controller
product: BCM4401-B0 100Base-TX
vendor: Broadcom Corporation
physical id: 0
bus info: pci@0000:03:00.0
version: 02
width: 32 bits
clock: 33MHz
capabilities: pm bus_master cap_list
configuration: latency=64
resources: memory:ef9fe000-ef9ffff
**nm-tool**
NetworkManager Tool
State: disconnected
**cat /var/lib/NetworkManager/NetworkManager.state**
[main]
NetworkingEnabled=true
WirelessEnabled=true
WWANEnabled=true
WimaxEnabled=true
**cat /etc/NetworkManager/NetworkManager.conf**
[main]
plugins=ifupdown,keyfile,ofono
dns=dnsmasq
[ifupdown]
managed=false
# interfaces(5) file used by ifup(8) and ifdown(8)
auto lo
iface lo inet loopback
rfkill list
(blank output)
**ifconfig -a**
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:161 errors:0 dropped:0 overruns:0 frame:0
TX packets:161 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:0
RX bytes:11790 (11.7 KB) TX bytes:11790 (11.7 KB)
**cat /etc/udev/rules.d/70-persistent-net.rules**
# This file was automatically generated by the /lib/udev/write_net_rules
# program, run by the persistent-net-generator.rules rules file.
#
# You can modify it, as long as you keep each rule on a single
# line, and change only the value of the NAME= key.
# PCI device 0x14e4:0x170c (b44)
SUBSYSTEM=="net", ACTION=="add", DRIVERS=="?*", ATTR{address}=="00:19:b9:6e:82:cf", ATTR{dev_id}=="0x0", ATTR{type}=="1", KERNEL=="eth*", NAME="eth0"
iwconfig
lo no wireless extensions.