I'm using Ubuntu 10.04 and I'm having problems with my wireless connection. It simply stops working randomly. I thought the cause might be a number of connections or something like that, but it's not. Sometimes it stops working while you're off doing something unrelated to the network. Also, once it stops working, I'm unable to connect anymore until I reboot the machine. Some say it might be a problem with NetworkManager, but I can't use the recommended wicd because it won't even connect (it seems like hidden SSID + wep bothers wicd). I'd also like to note that I have a windows PC connected to the same router and it never drops a connection like that, so there's obviously nothing wrong with the router. Any hints would be helpful. I'd like to drop NM altogether if possible, but I'm not aware of any good alternative. Edit:
Edit 2: No dice! :( My "solution" in the answers below didn't work, in fact it made everything worse, disconnections every few seconds. dmesg said this:
I have no idea what it means, but it sure as hell wasn't by MY local choice! For now I've reverted to NetworkManager and the funny thing is that is seems more stable than before(?). Possibly due to WEP->WPA switch, but I can't be sure.. Any ideas?
showing 5 of 6
show 1 more comments
|
It's been a while now, and the connection seems to be working reliably. The setup is as follows:
So, Andy's comment might have something to do with it (SSID)..or the WEP->WPA switch..or something completely different. I guess we'll never know.. In any case, @everyone: thanks for your effort! |
I have found this thread on Ubuntu forums and followed the instructions on the first two posts. I have switched my network from WEP to WPA2-PSK (it's a good move anyway) and edited my
I have also removed both wicd and NetworkManager (this didn't work with either one of them running...for some reason). It seems to be working for now, but I'll wait a week or so to see if it will happen again. If it doesn't I'll mark this as accepted, but if it does..feel free to post your solutions too :) Edit: This did not work, results of this "experiment" have been added to the question. |
Do you have an Atheros wireless card by any chance? If yes it could be the ath5k driver sausing the problem. You could compile and install the madwifi driver to substitute for the defective ath5k driver. Another option is to upgrade to the latest 2.6.34 series kernel. |
Please add the tag ubuntu-10.04, thanks!
Unfortunately, your provided information is not sufficient to help you. Could you please add some log files? Output of dmesg?
Hm, sure I can, what do you need? I'm fairly new to Linux so I'll need some guidance :) Are you sure I need to add the lucid tag? This occured on both 9.10 and even 9.04 before that... :(
lspci -nnk | grep -i net -A2 # For PCMCIA cards lsusb # For USB cards rfkill list sudo iwlist scan
Please put all output in code tags (4 spaces in front of each line).
I thought the lucid tag is interesting, if you put "lucid lynx" in the title...
I will edit the question to add the output as soon as I'm able to (I'm at work right now, and the laptop in question is at home).
I have some problems when I am not broadcasting the SSID. Have you tried as an experiment broadcasting the SSID to see if the Lucid box exhibits the same behavior?