I installed Ubuntu server 16.04 (my first server install; facing a problem installing 16.04 desktop) on a Dell XPS 15 9560 (2017). The laptop doesn't come with an eth port. I am using the USB-C adapter but it doesn't detect it.
How can I detect/install the appropriate driver so I could get my (Gnome) desktop up and running?
PS: On Ubuntu 17.04 it works fine.
lsusb (arrows indicate entries that appear after connecting the adapter)
Bus 004 Device 003: ID 0bda:8153 Realtek Semiconductor Corp. <<<<<<<<
Bus 004 Device 002: ID 05e3:0617 Genesys Logic, Inc. <<<<<<<<<<<<<<<<
Bus 004 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub <<<<<<
Bus 003 Device 003: ID 0835:2a01 Action Star Enterprise Co., Ltd <<<<
Bus 003 Device 002: ID 05e3:0610 Genesys Logic, Inc. 4-port hub <<<<<
Bus 003 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub <<<<<<
Bus 002 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
Bus 001 Device 002: ID 0cf3:e300 Atheros Communications, Inc.
Bus 001 Device 003: ID 0c45:6713 Microdia
Bus 001 Device 007: ID 058f:6387 Alcor Micro Corp. Flash Drive
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
ifconfig -a detects it it seems:
enxa44cc8c31ceb <<<<<<<<< doesn't show in ifconfig (without -a)
lo
wlp2s0
lsusb
with the adapter connected. – Aug 13 '17 at 16:26sudo dhclient enxa44cc8c31ceb
? – chili555 Aug 13 '17 at 17:14ifconfig
shows the network interface. – Pilot6 Aug 13 '17 at 17:14hdclient
and now I can access the network. Thanks. I am installing Gnome @Pilot6 it appears in "list all" (i.e. it is not connected and can't access the network) – user10853 Aug 13 '17 at 17:25