I have recently installed ubuntu 15.10 alongside windows 10 on Lenovo z50. I have connected my LAN wire & have a very good internet connection(it runs very well in windows 10). I have configured my proxy settings as well.But in ubuntu it shows wire cable unplugged. Also wifi options are not there.
cat /etc/network/interfaces
output:
# interface(s) file used by ifup(8) & ifdown(8)
auto lo
iface lo inet loopback
cat /etc/NetworkManager/NetworkManager.conf
output:
[main]
plugins=ifupdown,keyfile,ofono
dns=dnsmasq
[ifupdown]
managed=false
cat /etc/resolv.conf
output:
#Dynamic resolv.conf(s) file for glibic resolver(3) generated by resolvconf(8)
# DO NOT EDIT THIS FILE BY HAND -- YOUR CHANGES WILL BE OVERWRITTEN
ifconfig -a
output:
enp1s0 link encap:Ethernet HWaddr 28:d2:44:f7:9f:a5
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:9174 errors:0 dropped:0 overruns:0 frame:0
TX packets:9174 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:0
RX bytes:682595 (682.5 KB) TX bytes:682595 (682.5 KB)
I can't determine whether some more settings are required or i don't have drivers. I searched through different forums & blogs, nothing worked Smiley Sad
Any help would be appreciated Thank You