0

I recently did a full install of Ubuntu 12.04 (not a dual boot) on my laptop. In the past on my dual boot, I connected to a wired ethernet connection with no trouble at all.

Now, my laptop isn't detecting a wired connection when the cable is plugged in. I've tried restarting things and tinkering with files as suggested by other answers with no success.

lspci | egrep -i --color 'network|ethernet'

01:00.0 Ethernet controller: Qualcomm Atheros QCA8172 Fast Ethernet (rev 10)
02:00.0 Network controller: Qualcomm Atheros AR9485 Wireless Network Adapter (rev 01)
Hans
  • 1,301
Kevin Busch
  • 133
  • 2
  • 9

2 Answers2

1

First thing to acknowledge here is there are reports about your specific network card being working out of the box since the Ubuntu 13.04 release. You could upgrade to 13.10 now or if you prefer, install a more recent kernel using the LTS Enablement Stack. This installs a more recent kernel (and thus more hardware support) as well as a more recent Xorg graphical stack. The latter is not really of interest, but it does provide a fairly easy way to get more hardware support without upgrading to a more recent Ubuntu release.

See also:

gertvdijk
  • 69,427
0

See the linked "Qualcomm Atheros AR8172 Driver fix? (lenovo g500s)" solution at the top. It worked perfectly on the first try.

Kevin Busch
  • 133
  • 2
  • 9