Just installed 14.04 on a new desktop. The ethernet connection appears to be missing. When I mouse-over the network-manager widget it says "No network interfaces" (opening it VPN is the only option given).
The following are the output of some commands.
ifconfig -a
nm-tool:
/etc/network/interfaces file content:
(I tried adding
auth eth0
iface eth0 inet dhcp
but to no effect)
lshw -C network
I am guessing that the problem has to do with the 'UNCLAIMED' ethernet controller. Anyone know how I go about fixing this? Is this a missing drivers issue?
(the above was based on https://www.kubuntuforums.net/showth...g-Wireless-ok-! , this is where I got the idea of trying to edit /etc/network/interfaces as described above, I also tried the " /etc/NetworkManager/NetworkManager.conf has (managed=true)" suggestion. Neither has solved it.)
PS. Anyone know what is wrong with my bb code?
The following are the output of some commands.
ifconfig -a
Code:
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:16436 Metric:1 RX packets:112 errors:0 dropped:0 overruns:0 frame:0 TX packets:112 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:0 RX bytes:8880 (8.8 KB) TX bytes:8880 (8.8 KB)
Code:
** (process:1812): WARNING **: Could not initialize NMClient /org/freedesktop/NetworkManager: The name org.freedesktop.NetworkManager was not provided by any .service files NetworkManager Tool State: unknown
Code:
auto lo iface lo inet loopback
auth eth0
iface eth0 inet dhcp
but to no effect)
lshw -C network
Code:
*-network UNCLAIMED description: Ethernet controller product: Ethernet Connection I217-LM vendor: Intel Corporation physical id: 19 bus info: pci@0000:00:19.0 version: 04 width: 32 bits clock: 33MHz capabilities: pm msi bus_master cap_list configuration: latency=0 resources: memory:f7800000-f781ffff memory:f783d000-f783dfff ioport:f080(size=32)
(the above was based on https://www.kubuntuforums.net/showth...g-Wireless-ok-! , this is where I got the idea of trying to edit /etc/network/interfaces as described above, I also tried the " /etc/NetworkManager/NetworkManager.conf has (managed=true)" suggestion. Neither has solved it.)
PS. Anyone know what is wrong with my bb code?
Comment