2
1
I dual booted Windows with Ubuntu a few weeks back. My Internet connection seems to be automatically detected on Windows, but not on Ubuntu.
Here is the output from ifconfig
:
eth0 Link encap:Ethernet HWaddr 00:17:7c:19:32:8d
UP BROADCAST MULTICAST MTU:1500 Metric:1 RX packets:0 errors:0 dropped:0 overruns:0 frame:0 TX packets:0 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1000 RX bytes:0 (0.0 B) TX bytes:0 (0.0 B)
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:175 errors:0 dropped:0 overruns:0 frame:0 TX packets:175 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:0 RX bytes:12609 (12.6 KB) TX bytes:12609 (12.6 KB)
REVISED Current: This is everything in the /etc/network/interfaces file
# interfaces(5) file used by ifup(8) and ifdown(8)
auto lo eth0
iface eth0 inet dhcp
btw i have no connections added wen i checked my network preferences
What does your "/etc/network/interfaces" have? is it dhcp? – Logman – 2014-07-12T15:40:08.577
Do you have a gui? What does Network Manager display? It should have an Auto eth0 line with Connect automatically and Available to everyone checkboxes. Display screen if you can. – Logman – 2014-07-20T14:43:29.550