无法在12.04中安装wifi驱动程序

我有戴尔Inspiron 15 3521,内置高通Atheros QCA9565 / AR9565无线网络适配器。 更新后,WiFi坏了,我似乎无法解决它。 我试图按照这个线程中的步骤,其中有人有类似的问题来构建驱动程序,但是在make上它给我一个关于重新定义“kmalloc_array”的错误,即使在make clean (我之前尝试构建它)。 设备未被硬件阻止, rfkill list输出:

 0: dell-wifi: Wireless LAN Soft blocked: no Hard blocked: no 1: dell-bluetooth: Bluetooth Soft blocked: no Hard blocked: no 2: hci0: Bluetooth Soft blocked: no Hard blocked: no 

但是, lshw -C network显示这是wifi适配器的结果。

 *-network UNCLAIMED description: Network controller product: QCA9565 / AR9565 Wireless Network Adapter vendor: Qualcomm Atheros physical id: 0 bus info: pci@0000:02:00.0 version: 01 width: 64 bits clock: 33MHz capabilities: pm msi pciexpress bus_master cap_list configuration: latency=0 resources: memory:c0500000-c057ffff memory:afb00000-afb0ffff 

而且没有司机= ath9k或其他必须的东西。

编辑: lsmod |grep mac80211给出以下结果:

 mac80211 557654 1 ath9k cfg80211 219204 3 ath9k,mac80211,ath compat 20099 9 ath9k,mac80211,ath9k_common,ath9k_hw,cfg80211,rfcomm,bnep,btusb,bluetooth 

我怎样才能解决这个问题?

Edit2: uname -r输出

 3.2.0-56-generic 

lspci -nn | grep 0280输出

 02:00.0 Network controller [0280]: Qualcomm Atheros QCA9565 / AR9565 Wireless Network Adapter [168c:0036] (rev 01) 

请获取临时有线以太网连接,打开终端并执行:

 sudo apt-get install linux-backports-modules-cw-3.8-precise-generic 

断开以太网,重新启动,让我们听取您的报告。