I am setting up my second Ubuntu server. The first one worked and connected properly. This one doesnt seem to find the device drivers to connect to the ethernet. During installation it complained of not getting connection. Both the servers are being connected via the same router. And i had a different os on this server before that connected without a problem.
The LAN cable is connected to the computer via usb3 via the following adapter: http://www.manhattan-products.com/3-port-usb-30-hub-with-gigabit-ethernet-adapter.
Maybe some driver issue due to that?
When I type ifconfig i get no ethx. Just an lo and a wlp2s0.
I have been googling this but to no avail.
I have tried starting the networking daemon with:
sudo /etc/init.d/networking start
Doesn't work.
I have also tried going by the directions here:
server wont connect to network; cannot find device eth0
Doesn't work.
How do I get the Ubuntu server to connect to the LAN cable? Any hint or thoughts would be appreciated.
For info, here is the content of /etc/network/interfaces:
source /etc/network/interfaces.d/#
auto lo
iface lo inet loopback
auto wlp2s0
iface wlp2s0 inet dhcp
and here is ifconfig -a:
and here is /var/log/syslog after sudo service network restart: