Running Ubuntu 12.04 on an Acer Aspire 5750Z with an Intel Pentium
I upgraded the kernel from 3.2.0-35 to 3.5.0-21 to fix a problem with power management (It would freeze my system when I booted from battery and whenever I unplugged the AC adapter) and it worked just fine.
But..
I started experiencing all sorts of network problems (slow, dropped connections, froze when turning off wifi, etc..)
I tried some other kernel changes but all came with the power management problem.
My wifi works perfect in the 3.2 kernel
Is it possible to install the 3.2 kernel ath9k driver into the newer kernel (3.5)??
Do you think that will solve the problem?
When I run lshw -c network on the 3.2 kernel, this is what it shows :
description: Wireless interface
product: AR9287 Wireless Network Adapter (PCI-Express)
vendor: Atheros Communications Inc.
physical id: 0
bus info: pci@0000:03:00.0
logical name: wlan0
version: 01
serial: c0:18:85:1e:69:13
width: 64 bits
clock: 33MHz
capabilities: pm msi pciexpress bus_master cap_list ethernet physical wireless
configuration: broadcast=yes driver=ath9k driverversion=3.2.0-35-generic
firmware=N/A ip=192.168.0.105 latency=0 link=yes multicast=yes wireless=IEEE 802.11bgn
And on the 3.5 kernel:
description: Wireless interface
product: AR9287 Wireless Network Adapter (PCI-Express)
vendor: Atheros Communications Inc.
physical id: 0
bus info: pci@0000:03:00.0
logical name: wlan0
version: 01
serial: c0:18:85:1e:69:13
width: 64 bits
clock: 33MHz
capabilities: pm msi pciexpress bus_master cap_list ethernet physical wireless
configuration: broadcast=yes driver=ath9k driverversion=3.5.0-21-generic
firmware=N/A ip=192.168.0.105 latency=0 link=yes multicast=yes wireless=IEEE 802.11bgn
thanks for the help.
driverversion=3.2.0-35-generic. try building from source. – Web-E Jan 13 at 5:42lsmod&rfkill list all– Web-E Jan 13 at 18:08