LinuxQuestions.org
Share your knowledge at the LQ Wiki.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie
User Name
Password
Linux - Newbie This Linux forum is for members that are new to Linux.
Just starting out and have a question? If it is not in the man pages or the how-to's this is the place!

Notices


Reply
  Search this Thread
Old 01-04-2017, 11:02 AM   #1
electromemphis
LQ Newbie
 
Registered: Jan 2017
Posts: 8

Rep: Reputation: Disabled
Question Wifi Internet Connection is slow after installing linux mint serena 18.1 cinnamon 64 bit


Hi Everyone,

I am new to linux and it appears my internet connection is extremely slow after installing linux. I assume there's some driver issue? The wifi router is nearby, and I've check the connection with my android device and its working fine but my laptop have some issue with slow connectivity. I am using MSI Gx660 and my wifi card is Intel Wifi Link 1000.

I appreciate any help and I am not familiar with the linux command as well.
 
Old 01-04-2017, 11:10 AM   #2
hydrurga
LQ Guru
 
Registered: Nov 2008
Location: Pictland
Distribution: Linux Mint 21 MATE
Posts: 8,048
Blog Entries: 5

Rep: Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925
Have you tried running one of the free web speed tests e.g. speedtest.net on your laptop, another laptop with a different operating system, and your android device to see what the results are?

Have you also tried using a different browser, or the same browser that you're using at the moment with no extensions?
 
Old 01-04-2017, 11:22 AM   #3
electromemphis
LQ Newbie
 
Registered: Jan 2017
Posts: 8

Original Poster
Rep: Reputation: Disabled
Quote:
Originally Posted by hydrurga View Post
Have you tried running one of the free web speed tests e.g. speedtest.net on your laptop, another laptop with a different operating system, and your android device to see what the results are?

Have you also tried using a different browser, or the same browser that you're using at the moment with no extensions?
Hi Hydrurga,

Thanks for the reply. To answer your question, yes I've tried with both chrome and firefox. I am using speedtest.net to test the speed. I tried speedtest on the windows OS laptop and the average download speed is around 30mbps same/close result as the android device. But with the linux OS, I only got 1.5mbps.
 
Old 01-04-2017, 11:27 AM   #4
TheEzekielProject
Member
 
Registered: Dec 2016
Distribution: arch
Posts: 668

Rep: Reputation: 190Reputation: 190
Are you dualbooting windows and Linux or are they on separate computers?
 
Old 01-04-2017, 11:44 AM   #5
electromemphis
LQ Newbie
 
Registered: Jan 2017
Posts: 8

Original Poster
Rep: Reputation: Disabled
Quote:
Originally Posted by The EzekielProject View Post
Are you dualbooting windows and Linux or are they on separate computers?
Nope. They are different computers. The laptop i'm using now is purely linux. No dual boot.
 
Old 01-04-2017, 11:53 AM   #6
TheEzekielProject
Member
 
Registered: Dec 2016
Distribution: arch
Posts: 668

Rep: Reputation: 190Reputation: 190
I would try booting from a live USB on the linux laptop and test your speed from it so we can determine if it's a hardware problem or something else
 
Old 01-04-2017, 11:54 AM   #7
hydrurga
LQ Guru
 
Registered: Nov 2008
Location: Pictland
Distribution: Linux Mint 21 MATE
Posts: 8,048
Blog Entries: 5

Rep: Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925
Can you post the output from inxi -nz and sudo iwconfig. You may want to redact the ESSID name in the latter for privacy. Thanks.
 
Old 01-04-2017, 11:59 AM   #8
electromemphis
LQ Newbie
 
Registered: Jan 2017
Posts: 8

Original Poster
Rep: Reputation: Disabled
Quote:
Originally Posted by hydrurga View Post
Can you post the output from inxi -nz and sudo iwconfig. You may want to redact the ESSID name in the latter for privacy. Thanks.
Here's the output.

Code:
$ inxi -nz
Network:   Card-1: Intel Centrino Wireless-N 1000 [Condor Peak]
           driver: iwlwifi
           IF: wlp6s0 state: up mac: <filter>
           Card-2: Realtek RTL8111/8168/8411 PCI Express Gigabit Ethernet Controller
           driver: r8169
           IF: enp8s0 state: down mac: <filter>
Code:
$ sudo iwconfig
wlp6s0    IEEE 802.11bgn  ESSID:  
          Mode:Managed  Frequency:2.447 GHz  Access Point: 94:10:3E:F0:30:34   
          Bit Rate=13.5 Mb/s   Tx-Power=14 dBm   
          Retry short limit:7   RTS thr:off   Fragment thr:off
          Encryption key:off
          Power Management:on
          Link Quality=70/70  Signal level=-27 dBm  
          Rx invalid nwid:0  Rx invalid crypt:0  Rx invalid frag:0
          Tx excessive retries:0  Invalid misc:6090   Missed beacon:0

lo        no wireless extensions.

enp8s0    no wireless extensions.

Last edited by electromemphis; 01-04-2017 at 12:01 PM.
 
Old 01-04-2017, 02:08 PM   #9
hydrurga
LQ Guru
 
Registered: Nov 2008
Location: Pictland
Distribution: Linux Mint 21 MATE
Posts: 8,048
Blog Entries: 5

Rep: Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925
Thanks. I'll have to leave it to the experts to analyse that more fully. However, that bit rate is pretty low (you could try using iwconfig to set it higher, but append "auto" to drop back if necessary, to see what the result is) and it might also be worthwhile investigating "Invalid misc" further. You could also try turning power management off.

See man iwconfig or http://www.linuxcommand.org/man_pages/iwconfig8.html for further details.

According to this page - https://wireless.wiki.kernel.org/en/...rivers/iwlwifi - your wifi chip's driver and firmware should already be in your kernel (unless for some strange reason you're running a really old kernel).

I'm really sorry that I can't be of more use than that, but hopefully someone with more knowledge than me will step in.
 
Old 01-04-2017, 02:26 PM   #10
electromemphis
LQ Newbie
 
Registered: Jan 2017
Posts: 8

Original Poster
Rep: Reputation: Disabled
Quote:
Originally Posted by hydrurga View Post
Thanks. I'll have to leave it to the experts to analyse that more fully. However, that bit rate is pretty low (you could try using iwconfig to set it higher, but append "auto" to drop back if necessary, to see what the result is) and it might also be worthwhile investigating "Invalid misc" further. You could also try turning power management off.

See man iwconfig or http://www.linuxcommand.org/man_pages/iwconfig8.html for further details.

According to this page - https://wireless.wiki.kernel.org/en/...rivers/iwlwifi - your wifi chip's driver and firmware should already be in your kernel (unless for some strange reason you're running a really old kernel).

I'm really sorry that I can't be of more use than that, but hopefully someone with more knowledge than me will step in.

Thanks a lot for the help. I will try to investigate the iwconfig and check the kernel version for now.
 
Old 01-04-2017, 03:17 PM   #11
electromemphis
LQ Newbie
 
Registered: Jan 2017
Posts: 8

Original Poster
Rep: Reputation: Disabled
I've tried executing below command but it appears its not changing the rate or there's no effect.

sudo iwconfig wlp6s0 rate 54M
 
Old 01-05-2017, 02:34 AM   #12
hydrurga
LQ Guru
 
Registered: Nov 2008
Location: Pictland
Distribution: Linux Mint 21 MATE
Posts: 8,048
Blog Entries: 5

Rep: Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925
Ok. Have you tried anything else? Also, can you try connecting by wifi to another router somewhere else, so that we can rule the particular relationship between your wifi card and your router out of the equation?
 
Old 01-05-2017, 02:06 PM   #13
electromemphis
LQ Newbie
 
Registered: Jan 2017
Posts: 8

Original Poster
Rep: Reputation: Disabled
Quote:
Originally Posted by hydrurga View Post
Ok. Have you tried anything else? Also, can you try connecting by wifi to another router somewhere else, so that we can rule the particular relationship between your wifi card and your router out of the equation?

Yes I've tried connecting to other wifi source but the problem still persist. It's only getting around 1.5-2.3mbps. So I suppose it has nothing to do with the router and that this is more of a driver issue.
 
Old 01-05-2017, 10:39 PM   #14
electromemphis
LQ Newbie
 
Registered: Jan 2017
Posts: 8

Original Poster
Rep: Reputation: Disabled
The speed improved somehow when i tried updating to the latest kernel. Thanks Everyone for the help esp hydrurga.
 
1 members found this post helpful.
Old 01-05-2017, 11:02 PM   #15
ardvark71
LQ Veteran
 
Registered: Feb 2015
Location: USA
Distribution: Lubuntu 14.04, 22.04, Windows 8.1 and 10
Posts: 6,282
Blog Entries: 4

Rep: Reputation: 842Reputation: 842Reputation: 842Reputation: 842Reputation: 842Reputation: 842Reputation: 842
Quote:
Originally Posted by electromemphis View Post
The speed improved somehow when i tried updating to the latest kernel. Thanks Everyone for the help esp hydrurga.
Hello and welcome to the forum

Glad it's working better. If you would, please mark this thread as "SOLVED" by clicking on "Thread Tools" directly above your initial post. Thanks!

If the problem returns, please try The EzekielProject's suggestion and see if it can be duplicated live and/or on another (live) distribution.

Regards...

Last edited by ardvark71; 01-05-2017 at 11:04 PM. Reason: Added greeting.
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
LXer: Linux Mint 18.1 "Serena" Officially Released with Cinnamon 3.2 and MATE 1.16 LXer Syndicated Linux News 0 12-16-2016 12:15 PM
Internet speed slow in 64-bit 17.3 Cinnamon stardustdk Linux Mint 3 06-15-2016 11:53 AM
Linux mint cinnamon wifi connection error iwconfig: command not found cyrussiin Linux - Newbie 5 09-25-2014 11:38 PM
internet slow with wired connection OK with WiFi, do I need linux drivers? merryway11 Linux - Newbie 6 03-22-2014 11:46 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie

All times are GMT -5. The time now is 02:17 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration