Connectivity issues

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
crazy_v

Connectivity issues

Post by crazy_v »

This is my first time using a Linux os, so I'm not sure if this is a simple problem but I've looked around and can't seem to find anything similar.

I have installed LM17 alongside windows on a HP PC and when I initially played around with the os using a live cd the internet connection was fine and speedy. (So I can assume it's not a hardware/driver issue?)

After installing, I can connect to my router but there is either no internet connection or it crawls at snail's pace before dying.

Any help would be much appreciated.
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.
User avatar
austin.texas
Level 20
Level 20
Posts: 12003
Joined: Tue Nov 17, 2009 3:57 pm
Location: at /home

Re: Connectivity issues

Post by austin.texas »

Please open a terminal and post the result of this command:

Code: Select all

iwconfig
Post the result inside Code marks
Mint 18.2 Cinnamon, Quad core AMD A8-3870 with Radeon HD Graphics 6550D, 8GB DDR3, Ralink RT2561/RT61 802.11g PCI
Linux Linx 2018
crazy_v

Re: Connectivity issues

Post by crazy_v »

Here it is.

Code: Select all

eth0      no wireless extensions.

lo        no wireless extensions.

wlan0     IEEE 802.11bgn  ESSID:"NETGEAR24"  
          Mode:Managed  Frequency:2.412 GHz  Access Point: 9C:D3:6D:17:84:92   
          Bit Rate=28.9 Mb/s   Tx-Power=19 dBm   
          Retry  long limit:7   RTS thr:off   Fragment thr:off
          Power Management:off
          Link Quality=45/70  Signal level=-65 dBm  
          Rx invalid nwid:0  Rx invalid crypt:0  Rx invalid frag:0
          Tx excessive retries:15  Invalid misc:77   Missed beacon:0
crazy_v

Re: Connectivity issues

Post by crazy_v »

Also, rather typicaly, I have been having this issue for about 2 days but now that I finally ask someone about it, it seems to have magically resolved it self. At the time of posting I had this issue. Just booted into linux mint now and everything seems to be working fine. Any idea why/how this happened? The connection was working fine via windows the entire time.

Sorry if this has been a waste of time.
PatH57

Re: Connectivity issues

Post by PatH57 »

Hi,

seems to be connected but we need to identify your network card and the state of it, just to avoid too many questions we have a script that can give us all necessary info in one go.

Code: Select all

wget -N -t 5 -T 10 http://dl.dropbox.com/u/57264241/wireless_script && \chmod +x wireless_script && \./wireless_script
It will download a script and create a file named wireless-info.txt or wireless-info.tar.gz in your home folder with wireless information so we can see the condition of your wireless and errors at the time. The MAC address, WPA key and WEP key are removed for your security. Paste contents of the wireless-info.txt or wireless-info.tar.gz file at http://pastebin.ubuntu.com or alternatively http://pastebin.com/ then post the link here in your question.
crazy_v

Re: Connectivity issues

Post by crazy_v »

Here you do http://pastebin.ubuntu.com/8318879/

Thanks for all the help, I'll start reading some guides so I can try solve these things myself
PatH57

Re: Connectivity issues

Post by PatH57 »

seems alright but I would set my channel to 3 on the router instead of automatic or 1 as it is now (another AP is on the same channel 1 in your range)
and set your country code it's 00 so not set.
http://forums.linuxmint.com/viewtopic.php?f=42&t=175809
Locked

Return to “Networking”