Wifi disconnects every few minutes once connected to skype

Archived topics about LMDE 1 and LMDE 2
Locked
Ubulindy

Wifi disconnects every few minutes once connected to skype

Post by Ubulindy »

Wireless has been disconnecting in both Mint 16 Cinnamon and LMDE Cinnamon every few mins. as soon as I launch skype 4.2.0.13. The reason I have deduced this has something to do with skype is because when I launch skype, the icon goes grey and starts circling around and then reconnects. A second later I get a pop up saying wireless has been disconnected, and I have to repeatedly put in my password for the wireless. To make sure this is skype related I have done the following, through looking on other threads, ect, to narrow things down. I read in one thread this is a power management problem, so I do the following:

sudo iwconfig wlan0 power off

cd /etc/pm/power.d

(created a wireless file in the /etc/pm/power.d directory)

sudo pico /etc/pm/power.d/wireless (or any editor or open /ect/pm/power.d as root)

(placed a bit of code into the file I created)

#!/bin/sh

/sbin/iwconfig wlan0 power off

Save file and close

No go, wireless still disconnecting as soon as I launch skype.
Next, I thought hmm maybe the correct driver isnt installed even tho it says it is. I have an MSI GT 60 0C-US laptop that uses Atheros AR9462 and Atheros Killer E2200 Game Networking for ethernet. I went and grabbed the proprietary drivers from here: http://drivers.softpedia.com/get/NETWOR ... -bit.shtml
Extracted, and installed the inf file using "windows wireless drivers" Perfect. Rebooted. Not disconnecting. Launched skype.. BAM!!! Disconnecting every few mins again. Asks for auth. over and over.

Found another thread and after searching google I soon realize Im not the only one having disconnect issues with wireless as soon as skype is launched. Not only that, but it seems to be happening in both Windows and Linux. Now I try the following I find in a thread. Says to change the default ports in skype.
I changed the ports in skype. Closed skype, relaunched. No. Still disconnecting.

I find another thread that states all of these disconnects with skype have to do with DD-WRT. :O I have DD-WRT. The thread suggests that DD-WRT has auth problems when set to WPA2 mixed and TKIP/AES. That if you are using WPA2 Mixed, to instead set it to just WPA2, and only use AES. Sure enough, mine was set to WPA2 personal mixed, and TKIP/AES. I switch to WPA2 and AES. I close skype and wait and wait. An hour later, no wifi disconnects. I launch skype, and within 5 mins I am again losing connectivity on wireless. Asks for pwd over and over.

Any suggestions would be 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.
mindshare

Re: Wifi disconnects every few minutes once connected to sky

Post by mindshare »

I am having the same issue and have read a TON of forum posts on this issue and have tried a lot of possible solutions with no success. Did you ever find a fix?
Ubulindy

Re: Wifi disconnects every few minutes once connected to sky

Post by Ubulindy »

I found the problem, as far as what I can tell there is no fix other than making sure you disable bluetooth and go through the steps below.
Problem 1 is: In your router, do not used "mixed" mode and make sure to use AES if using WPA2/WPA2 Personal
Problem 2 is: skype indeed DOES interfere with wifi, the problem does not exist UNTIL I launch skype ( it does this still intermittently )
Problem 3 is: Atheros wifi (ath9k ) shares the same driver and hardware with bluetooth. ( crazy idea Atheros had )

Problem 3 is solved by: ( if you do not need bluetooth) install BUM sudo apt-get install bum> launch BUM ( boot up manager ) , you will find it in your menu. > navigate to bluetooth, untick the box, click on apply and click yes to restart/stop the service. Now in your bluetooth applet it should show "disabled" and will not be able to start EVER upon boot up. When bluetooth is active and enabled, wifi asks for auth over and over and there is basically NO wifi.
With bluetooth permanently disabled wifi acts as expected. I'm guessing there may be other wireless cards other than Atheros that has shared resources/hardware, ect.

You may also want to run this command to make sure you have a country code set for wireless:
sudo iw reg get

You should see something like this:
country US:
(2402 - 2472 @ 40), (3, 27)
(5170 - 5250 @ 40), (3, 17)
(5250 - 5330 @ 40), (3, 20), DFS
(5490 - 5600 @ 40), (3, 20), DFS
(5650 - 5710 @ 40), (3, 20), DFS
(5735 - 5835 @ 40), (3, 30)
(57240 - 63720 @ 2160), (N/A, 40)

If it shows 00, run this command:
sudo iw reg set ( your country code ) example: sudo iw reg set US

I wish I could help you more :)
Locked

Return to “LMDE Archive”