I have a Intel Wifi Link 5100 and it connects fine, but disconnects very often(around once every 5~10mins) though i don’t have any such problems on Windows.
I tried to follow the sticky thread, but found no abnormalities:
On 02/26/2011 07:36 AM, xenon91 wrote:
>
> Any thoughts?
> Thanks in Advance.
You need to know the reason for the dropping. Is it deauthentication or
disassociation? It will be listed in the dmesg output. PLEASE DO NOT POST THE
ENTIRE OUTPUT. You need to do some selective reading. Hint: When the wireless
disconnects, it will be near the end.
Some possibilities: (1) Your DHCP lease renewal time is set very short, and it
is not getting renewed. (2) Your AP is incompatible. (3) There is a bug in the
driver. (4) ???
202.421593] wlan0: deauthenticated from 00:1a:e8:10:a5:2b (Reason: 1)
.
.
215.976159] wlan0: deauthenticated from 00:1a:e8:11:9e:6b (Reason: 1)
.
.
290.532216] wlan0: deauthenticating from 00:1a:e8:10:a5:28 by local choice (reason=3)
Hence Deauthentication right?
Some possibilities: (1) Your DHCP lease renewal time is set very short, and it
is not getting renewed. (2) Your AP is incompatible. (3) There is a bug in the
driver. (4) ???
Sorry, I’m quite a newbie; so what do i do in these cases?
I have exactly the same problem with my 5100 and it affected me on Ubuntu 11.04 too.
I believe the problem lies with the Intel iwlwifi driver (iwlagn module in our case) and it only started affecting me when I upgraded from Ubuntu 10.10 to 11.04 - sadly I don’t know what kernel version 10.10 was using but this is important because iwlagn is now a standard kernel module.
Unfortunatly I think it will be a case of either ditching the Intel 5100 card for a card with the Atheros chipset or waiting for Intel to fix their driver (likely to be a while because looking at their website the response to these bug reports is slow.
If you look through /var/log/messages you may see that the firmware is restarted due to a low ack count. This isn’t the message every time I loose connection but is there quite often. I have found the only work around to be either -
The below will unload and then reload the driver. This worked fine on Ubuntu but for some reason does not restart correctly on OpenSUSE
rmmod iwlagn
modprobe iwlagn
The below works fine on OpenSUSE (you may need to change the name of your wireless adapter
ifdown wlan0
Now wait for network manager to restart the wireless adapter (takes a few seconds)
I’m a beginner with Linux so you may wish to take further advice on all of the above but the work arounds work for me. I am really hoping that someone sorts out the iwlagn driver out soon because it isn’t easy finding an alternative (non Intel) dual band chip at the moment.