Comment 27 for bug 1046912

Revision history for this message
Niclas Overby (noverby) wrote :

I'm running Kubuntu 13.04 on a Dell XPS 15 with the same wireless network card:
Network controller: Intel Corporation Centrino Advanced-N 6235 (rev 24)

I had the same issues with high latency and many packages lost.

To fix the issue I disabled power-saving for the wireless card using laptop-mode-tools:
sudo apt-get install laptop-mode-tools

sudo nano /etc/laptop-mode/conf.d/wireless-power.conf
Change:
WIRELESS_BATT_POWER_SAVING=1
to:
WIRELESS_BATT_POWER_SAVING=0

sudo service laptop-mode restart