I have upgraded my Ubuntu recently to 16.04. Previously, in 14.04 Ethernet was going fine but since last 2days my laptop is not detecting the Ethernet connection even though the connection is working in windows. I tried to restart the network manager which failed. kingly suggest some idea.
Asked
Active
Viewed 439 times
1
$ lspci -vnn | grep Network
returns3c:00.0 Network controller [0280]: Qualcomm Atheros QCA6174 802.11ac Wireless Network Adapter [168c:003e] (rev 32) Subsystem: Bigfoot Networks, Inc. QCA6174 802.11ac Wireless Network Adapter [1a56:1535]
On the other hand:$ lspci -vnn | grep Ethernet
gives the desired result:3b:00.0 Ethernet controller [0200]: Qualcomm Atheros Killer E2400 Gigabit Ethernet Controller [1969:e0a1] (rev 10)
– WinEunuuchs2Unix Nov 30 '17 at 02:45lspci
without any grepping is the best output to copy and paste into his question? – WinEunuuchs2Unix Nov 30 '17 at 03:15lspci -vnn | grep Ethernet
in your question above so others can see it clearly – Yien Nov 30 '17 at 03:22