This has been asked tons of times, that's why I've tried out a couple of solutions and since none of the stuff worked, decided to ask for help here (as a last/desperate resort).
I own a Dell Inspiron 15R and have been using Ubuntu 14.04 for a couple of weeks. Fairly new to this world, but was determined to get away from Windows. So I'm running this baby with two partitions
- Ubuntu 14.04
- Windows 8.1
I've disabled ipv6, edited nsswitch and conf files
E.g. newly added in sysctl.conf
#disable ipv6
net.ipv6.conf.all.disable_ipv6 = 1
net.ipv6.conf.default.disable_ipv6 = 1
net.ipv6.conf.lo.disable_ipv6 = 1
net.core.rmem_default = 524288
net.core.rmem_max = 524288
net.core.wmem_default = 524288
net.core.wmem_max = 524288
net.ipv4.tcp_wmem = 4096 87380 524288
net.ipv4.tcp_rmem = 4096 87380 524288
net.ipv4.tcp_mem = 524288 524288 524288
net.ipv4.tcp_rfc1337 = 1
net.ipv4.ip_no_pmtu_disc = 0
net.ipv4.tcp_sack = 1
net.ipv4.tcp_fack = 1
net.ipv4.tcp_window_scaling = 1
net.ipv4.tcp_timestamps = 1
net.ipv4.tcp_ecn = 0
net.ipv4.route.flush = 1
lspci -knn | grep Net -A2
02:00.0 Network controller [0280]: Intel Corporation Wireless 7260 [8086:08b1] (rev 73)
Subsystem: Intel Corporation Wireless-N 7260 [8086:4462]
Kernel driver in use: iwlwifi
Here's the speed test.
Please help me, I'm at the end of my tether. True story. :'(
lspci -knn | grep Net -A2
terminal command. – Pilot6 Sep 17 '15 at 21:47sudo tee /etc/modprobe.d/iwlwifi-opt.conf <<< "options iwlwifi 11n_disable=1"
and after rebooting, I noticed a slight improvement but not by much. See the speed test – Monticora Sep 18 '15 at 11:50