Download compat-drivers source code
https://www.kernel.org/pub/linux/kernel ... -u.tar.bz2 Extract the tarball and type the following commands on a terminal:
cd [path-to-extracted-driver]
./scripts/driver-select alx
make
sudo make install
Reboot the system.
Read more:
http://blog.norture.com/2013/05/how-to- ... z2ZoEn3QaY The alx driver provides support for these chipsets:
1969:1091 – AR8161 Gigabit Ethernet
1969:1090 – AR8162 Fast Ethernet
1969:10A1 – QCA8171 Gigabit Ethernet
1969:10A0 – QCA8172 Fast Ethernet
The driver also supports the following chipsets using atl1c:
1969:1063 – AR8131 Gigabit Ethernet
1969:1062 – AR8132 Fast Ethernet
1969:2062 – AR8152 v2.0 Fast Ethernet
1969:2060 – AR8152 v1.1 Fast Ethernet
1969:1073 – AR8151 v1.0 Gigabit Ethernet
1969:1083 – AR8151 v2.0 Gigabit Ethernet
Also found an answer on the Debian wiki
http://wiki.debian.org/ath9k