You are not logged in.
Hey guys. I have a home network with WPA2 encryption. My laptop (has always been fine with wireless) connects, but usually disconnects shortly after. It's driving me nuts, having to click connect again and again. It's not that the network is disappearing, because it is still there in the available networks.
I use wicd. The signal strength is not very high (50%) but it generally stays well connected to other wireless networks of the same strength.
Can anyone help me? Thanks!
Offline
it could be that power saving is enabled which disable the wlan card if no data is transferred in a limited time, check those settings.
Offline
It seems to be off:
[declan@chilidog ~]$ iwconfig
lo no wireless extensions.
eth0 no wireless extensions.
wlan0 IEEE 802.11bg ESSID:"apt1"
Mode:Managed Frequency:2.462 GHz Access Point: 00:09:5B:89:49:49
Bit Rate=54 Mb/s Tx-Power=20 dBm
Retry long limit:7 RTS thr:off Fragment thr:off
[b]Power Management:off[/b]
Link Quality=42/70 Signal level=-68 dBm
Rx invalid nwid:0 Rx invalid crypt:0 Rx invalid frag:0
Tx excessive retries:0 Invalid misc:0 Missed beacon:0Offline
it could be a dhcp issue, check /var/log/everything.log for errors, and once you get disconnected, use ifconfig to see if you still have an ip address attached to the wlan0 interface and if its still associated with the AP.
Offline
What wireless card do you have? (I have found that using wpa_supplicant directly — either with autowifi... or now with netcfg (which is then indirectly) — gives a more stable connection than wicd does. That's why I stopped using wicd...)
Offline
it could be a dhcp issue, check /var/log/everything.log for errors, and once you get disconnected, use ifconfig to see if you still have an ip address attached to the wlan0 interface and if its still associated with the AP.
I will try this.
Offline
What wireless card do you have? (I have found that using wpa_supplicant directly — either with autowifi... or now with netcfg (which is then indirectly) — gives a more stable connection than wicd does. That's why I stopped using wicd...)
Broadcom 4311. I am indeed using wicd, but it has been very nice for me in the past.
Offline
Get a wireless scanner and look how crowded the channel is. It sounds more like an interfence issue than anything else.
It's channel 11, which is typically the most crowded, along with 6.
Offline
Run
iwlist [interface] scanand see how crowded the channels are.
Offline