Extremely SLOW Wireless connection speed HP dv6 1320

Questions about Wi-Fi and other network devices, file sharing, firewalls, connection sharing etc
Forum rules
Before you post read how to get help. Topics in this forum are automatically closed 6 months after creation.
Locked
smoliji

Extremely SLOW Wireless connection speed HP dv6 1320

Post by smoliji »

Hi, I have dual-boot Windows 7 with Linux Mint 17 MATE 64-bit I downloaded recently and I am having trouble with wireless connection speed. It works just fine, but it is much slower than with Windows booted. Wireless manager on Windows shows connection speed around 22Mb/s, but the Mint shows most of the time 1Mb/s (sometimes 2).

Is there any way to fix this? I don't remember having these issues with Kubuntu.

Notebook: HP pavilion dv6 1320

http://i.imgur.com/By4Xmrb.png?1
Image: Mint Connection information.. why there is no driver displayed?

linux-firmware and linux-firmware-nonfree packaged are installed.

Here's the /usr/lib/linuxmint/mintWifi/mintWifi.py output:

Code: Select all

-------------------------
* I. scanning WIFI PCI devices...
  -- Intel Corporation Centrino Wireless-N 1000 [Condor Peak]
      ==> PCI ID = 8086:0084
-------------------------
* II. querying ndiswrapper...
-------------------------
* III. querying iwconfig...
eth0      no wireless extensions.

lo        no wireless extensions.

wlan0     IEEE 802.11bgn  ESSID:"Sandokan"  
          Mode:Managed  Frequency:2.462 GHz  Access Point: 00:02:72:55:F5:84   
          Bit Rate=1 Mb/s   Tx-Power=14 dBm   
          Retry  long limit:7   RTS thr:off   Fragment thr:off
          Encryption key:off
          Power Management:off
          Link Quality=62/70  Signal level=-48 dBm  
          Rx invalid nwid:0  Rx invalid crypt:0  Rx invalid frag:0
          Tx excessive retries:0  Invalid misc:4367   Missed beacon:0

-------------------------
* IV. querying ifconfig...
eth0      Link encap:Ethernet  HWaddr 00:26:9e:7b:0d:c4  
          UP BROADCAST MULTICAST  MTU:1500  Metric:1
          RX packets:0 errors:0 dropped:0 overruns:0 frame:0
          TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:1000 
          RX bytes:0 (0.0 B)  TX bytes:0 (0.0 B)

lo        Link encap:Local Loopback  
          inet addr:127.0.0.1  Mask:255.0.0.0
          inet6 addr: ::1/128 Scope:Host
          UP LOOPBACK RUNNING  MTU:65536  Metric:1
          RX packets:861 errors:0 dropped:0 overruns:0 frame:0
          TX packets:861 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:0 
          RX bytes:96655 (96.6 KB)  TX bytes:96655 (96.6 KB)

wlan0     Link encap:Ethernet  HWaddr 00:1e:64:6f:f8:e8  
          inet addr:192.168.0.5  Bcast:192.168.0.255  Mask:255.255.255.0
          inet6 addr: fe80::21e:64ff:fe6f:f8e8/64 Scope:Link
          UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
          RX packets:15917 errors:0 dropped:0 overruns:0 frame:0
          TX packets:12690 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:1000 
          RX bytes:12339858 (12.3 MB)  TX bytes:2638844 (2.6 MB)

-------------------------
* V. querying DHCP...
RTNETLINK answers: File exists
-------------------------
* VI. querying nslookup google.com...
Server:		192.168.0.100
Address:	192.168.0.100#53

Non-authoritative answer:
Name:	google.com
Address: 173.194.116.230
Name:	google.com
Address: 173.194.116.228
Name:	google.com
Address: 173.194.116.229
Name:	google.com
Address: 173.194.116.225
Name:	google.com
Address: 173.194.116.227
Name:	google.com
Address: 173.194.116.238
Name:	google.com
Address: 173.194.116.232
Name:	google.com
Address: 173.194.116.224
Name:	google.com
Address: 173.194.116.233
Name:	google.com
Address: 173.194.116.231
Name:	google.com
Address: 173.194.116.226
Last edited by LockBot on Wed Dec 28, 2022 7:16 am, edited 1 time in total.
Reason: Topic automatically closed 6 months after creation. New replies are no longer allowed.
JeremyB
Level 21
Level 21
Posts: 13851
Joined: Fri Feb 21, 2014 8:17 am

Re: Extremely SLOW Wireless connection speed HP dv6 1320

Post by JeremyB »

Check router settings, linux works best with WPA2-AES. WEP or TKIP will slow a connection.
If you find your settings are WPA2 with no TKIP or mixed mode

Code: Select all

echo "options iwlwifi 11n_disable=8" | sudo tee -a /etc/modprobe.d/iwlwifi.conf
Reboot
smoliji

Re: Extremely SLOW Wireless connection speed HP dv6 1320

Post by smoliji »

Router is set to WPA. Tried the command anyway but didn't work though.
JeremyB
Level 21
Level 21
Posts: 13851
Joined: Fri Feb 21, 2014 8:17 am

Re: Extremely SLOW Wireless connection speed HP dv6 1320

Post by JeremyB »

smoliji wrote:Router is set to WPA. Tried the command anyway but didn't work though.
In terminal

Code: Select all

wget -N -t 5 -T 10 http://dl.dropbox.com/u/57264241/wireless_script && chmod +x wireless_script && ./wireless_script
and post the resulting wireless-info.txt file
Locked

Return to “Networking”