Solved slow wifi

  • Hi there and welcome to PC Help Forum (PCHF), a more effective way to get the Tech Support you need!
    We have Experts in all areas of Tech, including Malware Removal, Crash Fixing and BSOD's , Microsoft Windows, Computer DIY and PC Hardware, Networking, Gaming, Tablets and iPads, General and Specific Software Support and so much more.

    Why not Click Here To Sign Up and start enjoying great FREE Tech Support.

    This site uses cookies. By continuing to use this site, you are agreeing to our use of cookies. Learn More.
  • Hello everyone We want to personally apologize to everyone for the downtime that we've experienced. We are working to get everything back up as quickly as possible. Due to the issues we've had, your password will need to be reset. Please click the button that says "Forgot Your Password" and change it. We are working to have things back to normal. Emails are fixed and should now send properly. Thank you all for your patience. Thanks, PCHF Management
Status
Not open for further replies.

chuck davis

PCHF Member
Oct 22, 2016
268
40
68
I have Windows 10 and Linux Mint 17.3 on the same computer. My Windows 10 WIFI is very strong, but when i insert Linux Cinnamon 17.3 USB in to run Linux it,s
very weak. I dont have any acsess to the WIFI reciever, iam in a resthome. Thank,s Chuck
 
There are a few commands that we can use in Terminal that will give us some basic information. You can copy and past the commands into terminal and copy and past the information back into the post.

Also have you tried removing and re-adding the connection. Sometimes that helps if they made changes to the system

Will tell us the make and model of the WIFI device
Code:
lspci | grep -i wireless

This command will tell us the link and signal quality.
Code:
# iwconfig wlan0 | grep -i --color quality

This will retrieve the driver information
sudo lspci -nn -v -s your socket
 
There are a few commands that we can use in Terminal that will give us some basic information. You can copy and past the commands into terminal and copy and past the information back into the post.

Also have you tried removing and re-adding the connection. Sometimes that helps if they made changes to the system

Will tell us the make and model of the WIFI device
Code:
lspci | grep -i wireless

This command will tell us the link and signal quality.
Code:
# iwconfig wlan0 | grep -i --color quality


This will retrieve the driver information
Rustys i have noway of noing the WIFI name. It,s a good 100 ft away infact thay WIFI pickups in each hall. Theres 3 halls.
I run the codes you give me in the terminal.
!st code says, ( Qualcomm Atheros ) AR 9462 wireless net work adapter ( rev 01 )
2nd code says ( iwconfig wlan0 grep-i--color quality Link quality=55/70 Signal level=55 dBm )
3rd code sudo lspci -nn -v -s your socket lspci -s: invalid slot number.
Thank,s Chuck
 
Try this to produce the driver information.
Code:
ethtool -i wlan0

Rustys i have noway of noing the WIFI name. It,s a good 100 ft away infact thay WIFI pickups in each hall. Theres 3 halls.
You can tell the WIFI name by clicking on the WIFI symbol on the right (near the time) it will be the one on the list with a bullet next to it.
 
Try this to produce the driver information.
Code:
ethtool -i wlan0


You can tell the WIFI name by clicking on the WIFI symbol on the right (near the time) it will be the one on the list with a bullet next to it.
( Visio Cast Display 1393 ) i hope this will help you. Thank,s Chuck
 
Have you tried turning off then on the WIFI on the system? Which can be done form the same place you located the name of the WIFI. From what I can see you have a good link and connection signal.

Has this affected you speed at all? Have you ran any speed test? What were the results?

Mine will sometimes show a lower signal that my windows system. Other times it will be the other way. There are times that I can be next the transmitter and have low signal.
 
Have you tried turning off then on the WIFI on the system? Which can be done form the same place you located the name of the WIFI. From what I can see you have a good link and connection signal.

Has this affected you speed at all? Have you ran any speed test? What were the results?

Mine will sometimes show a lower signal that my windows system. Other times it will be the other way. There are times that I can be next the transmitter and have low signal.

I use ( WIFI Speed Test Program ) it shows ( ping-16ms ) ( download speed- 41.56mbps )
( upload speed 5.81 mbps )
I can only shut the internet off at the computer, when i reconnect WIFI Speed Test shows
( ping 31ms ) ( download speed-37.36 mbps ) ( upload speed-5.97 mbps )
My Linux never disconnects, its just slow sometimes, not all the time though.
Linux boots up is fine and shuts down is fine, is that ok? And to be expected?
Thanks Chuck
 
Chuck
Yes this is normal for there to be a difference in signal strengths between Linux and Windows.

The upload and download speed look good as well.

You are welcome
Rustys
 
Chuck
Yes this is normal for there to be a difference in signal strengths between Linux and Windows.

The upload and download speed look good as well.

You are welcome
Rustys
Thank You Rustys for your help. I understand this now Thank,s to you. Thank,s Chuck
 
Status
Not open for further replies.