Wifi connection drops when using torrent clients

3

1

I've read the topics I could find which are similar to this, but I've got no help reading them. So this is my situation:

Whenever I start downloading a torrent, my wifi connection drops(as in no packets in or out, and pretty soon getting the limited connection icon). I don't know when this started, because I haven't downloaded torrents for some time, but I remember very well that with this same setup I used to be able to download torrents without problems. The issue is not happening on wired connection. I got other devices connected to the same network and they have no problem whatsoever. Not even while my laptop is getting disconnected. Left ping running on another system connected to the same router while my laptop was getting disconnected: not even a packet lost.

The wireless router has open-wrt set up and works very well. Nothing gets written in the System log or the kernel log. At first I suspected the driver, so I reinstalled the stock driver which comes with windows (made by Microsoft): same issue. Went back to the manufacturer driver (Broadcom) and then fiddled with the various settings it has: same issue. Then I suspected that the number of concurrent connections would bottleneck somewhere, so I limited the torrent client drastically to about 10 connections globally (which is stupid, btw): same issue.

The I suspected the torrent client, so I tried another one: same issue. I tried it the firewall both on and off: same issue. I then suspected windows itself, so I booted a Ubuntu VM (was worth a try, even though the traffic gets NATed through the host OS): same issue. I began suspecting the WiFi adapter being flawed. So to be sure, I booted a live Ubuntu off a USB stick and then came the real shocker: WORKED PERFECTLY reaching 6-7 MB/s sustained with peaks of 9 MB/s. And now I have no clue where the real problem is!!! Not really willing to reinstall the OS.

Here are the specs of my system:

- Dell Inspiron N5010
- stock wifi adapter changed with a Broadcom one (don't know exact model, it's the same one from HP Pavilion dv4-1001ax Entertainment Notebook PC )
- Windows 8 Professional x64
- torrent clients tried: utorrent and tixati
- security suite: Bitdefender Internet Security 2013
- wireless router: Tp-link tl-wr841nd with open-wrt

Hope you guys can give me a helping hand. I don't know what else to try anymore and I hate the idea of having to dualboot just so I could download torrents.

Edit: I want to add that after the connection drops, it is immediately available for reconnecting. After I reconnect, the torrent client barely reaches a few KB/s and then drops again. And so on until I stop the torrent or exit the client. If I download in a browser some large file, it downloads with high speeds (8-9 MB/s) without any problem. The rest of web browsing, chatting, etc. work very well, without interrupts.

Mihai Caracostea

Posted 2013-04-24T22:04:38.577

Reputation: 234

what are the packets sizes? check if your wifi has a limit on cache size. – Ruskes – 2013-04-24T22:52:05.063

Don't know how to check for the packets' sizes or the cache limit. Could you point me in the right direction?The fragmentation threshold is 2346. Should I set it to less? – Mihai Caracostea – 2013-04-24T23:12:38.763

1The ISP has nothing to do with it. As I mentioned in the post, on Ubuntu it works flawlessly with the same system, same router, same Internet connection. – Mihai Caracostea – 2013-04-24T23:13:58.237

@Buscar웃: What could his ISP do that would cause his WiFi connection to drop? – David Schwartz – 2013-04-24T23:29:28.767

Answers

1

Try different WiFi drivers. Most probably the problem in drivers. Try to search errata for your wireless adapter.

Nikolai

Posted 2013-04-24T22:04:38.577

Reputation: 520

Please be a bit more precise in your answer. Don't just point out where the problem might be, try to give detailed instructions on how to solve it if you can. – Simon – 2013-04-25T07:54:09.510

I have the latest drivers for my device (both from Broadcom and Microsoft). Do you mean I should downgrade? – Mihai Caracostea – 2013-04-25T22:46:58.653

@Mihai If you have number of driver versions you can try each version. As I understood your problem is easily reproducible. – Nikolai – 2013-04-30T12:30:07.617

You can try to open support issue in Microsoft or driver manufacturer. – Nikolai – 2013-04-30T12:30:53.573

I was away on vacation. Will try finding other driver versions and see what I can get out of it. – Mihai Caracostea – 2013-05-04T19:17:13.450

1

MTU = also known as the minimum transmission unit is controlled at the system and router level and can affect the stability of your connection.

Assuming your data you are transferring is regularly of a certain size the MTU may cause a bit of a lag in what gets transferred.

Changing the MTU, whether by editing the router control panel or going to the command line can frequently solve dropped connection issues.

Ruskes

Posted 2013-04-24T22:04:38.577

Reputation: 330

Changing it in what direction? Higher? Lower? It is 1500 at this moment. I still find it irrelevant, considering that torrents in Ubuntu work fine. But I shall try as soon as someone tells me a good value to try. – Mihai Caracostea – 2013-04-25T22:49:18.680

0

With utorrent have you tried adjusting the Maximum upload rate and Maximum download rate under the Bandwidth Preferences. If you are getting torrents over Wifi the link may be becoming saturated. A good starting point would be to calculate the upload/download speed of your WiFi connection then adjust the settings above to about 80%.

James P

Posted 2013-04-24T22:04:38.577

Reputation: 203

It is not a matter of bandwidth. Browser downloads run fine with high speeds and so do torrents in Ubuntu. – Mihai Caracostea – 2013-04-25T22:45:58.697

0

Try next:

  1. Go to "Control Panel\All Control Panel Items\Network and Sharing Center";
  2. Click "Change adapter settings";
  3. Right mouse on your adapter and select "Properties" from menu;
  4. Click on "Configure" button;
  5. Select "Power Managment" tab
  6. Uncheck "Allow this computer to turn off this device to save power"

On high speed to save battery computer can limit you network when this option is enabled

fareloz

Posted 2013-04-24T22:04:38.577

Reputation: 1

0

Maybe this helps somebody,

It happened to me also, and after I have read the advice above: to uncheck "Allow this computer to turn off this device to save power", I have realized I was using my laptop on Power Saving Mode.

After I went on Balanced or High Performance, the wi-fi connection became stable again. So I believe the power saving plan was trying to save energy by turning off the the wi-fi connection every few seconds.

some guy

Posted 2013-04-24T22:04:38.577

Reputation: 1