You are not logged in.
Pages: 1
Hi,
I bought a new computer and I am having troubles with my wifi card.
The interface connects, then disconnects, then connects, then disconnects, over and over.
In dmesg i am getting the following logs:
wlan: deauthenticating from MAC by local choice (reason=3)
I found a lot of topic about this problem:
wicd : Random Disconnecting
netcfg : Intermittent Connection Failure
It's a realtek driver (rtl8723) rather new. It seems that it linked with the powersavings of the wifi card.
However i didn't find where to turn off the powersaving feature in my bios and the command given in the wicd wiki doesn't work for me.
For the netcfg script i don't know how to use it. It is saying that I have to use the pre and post commands. I would appreciate if someone can give me more details.
Thanks in advance
Last edited by vcottineau (2012-07-23 20:49:36)
Offline
I know virtually nothing about these options, but you may want to check the iwconfig man page for the power option, particularly the power timeout setting or power off option. The power, in this case is not for powering on and off the card, but for controlling powersaving systems (eg `iwconfig wlan0 power off` turns off power management ... so the card stays on).
Again, all I know of these otpions is from the man page - I've never used them, and I don't know if they'd normally be advised to be used for this issue.
"UNIX is simple and coherent" - Dennis Ritchie; "GNU's Not Unix" - Richard Stallman
Offline
Thanks for you interest.
I am not home right now but I already tried 'iwconfig wlan0 power off' and this feature is not supported by my card.
It is also possible that I am missing some packages to run this command.
I will try the power timeout setting after work and see if it's improving my internet connection.
Offline
Try with iw:
iw wlan0 get power_save
iw wlan0 set power_save off
Note: iw is a package, so install it first.
Offline
Here is the output of the two linux commands:
vincent@archlinux_vincent ~]$ sudo iwconfig wlan0 power off
Error for wireless request "Set Power Management" (8B2C) :
SET failed on device wlan0 ; Operation not supported.
[vincent@archlinux_vincent ~]$ sudo iw wlan0 get power_save
Power save: off
It seems that my internet connection is more stable now using 'iw'.
Thanks a lot to both of you!
Offline
Pages: 1