Ok my wireless is a bit flaky and will cut out for a few seconds at least once an hour. (Does this is Windows too...)
However Kubuntu never reconnects, as far as it knows, its still connected, still has signal, etc...
Nothing I seem to do (even init.d scripts) will allow it to work again unless I reboot.
I tried setting my settings in the KDE control panel, and now Wifi wont connect at all. My system tray applet (KNetworkManager) wont even recognize that I have a Wifi card anymore.
So how can I get it to reconnect when the connection is lost (rebooting is for Windows users), and how can I fix what I did to it so that the network manager will again see my Wifi?
I have a onboard Wifi on a M2N32-SLI Deluxe motherboard, the Wifi is plugged into a USB connector directly on the board, so even though its not removable, its counted as a USB device.
Update: I have found that I can manually connect via the CLI by going:
It still will not show up on my KNetworkManager taskbar icon, nor will it show my connection status or any other goodies.
This doesnt really solve any of my problem, it just allows me to connect manually, so my questions still stand.
However Kubuntu never reconnects, as far as it knows, its still connected, still has signal, etc...
Nothing I seem to do (even init.d scripts) will allow it to work again unless I reboot.
I tried setting my settings in the KDE control panel, and now Wifi wont connect at all. My system tray applet (KNetworkManager) wont even recognize that I have a Wifi card anymore.
So how can I get it to reconnect when the connection is lost (rebooting is for Windows users), and how can I fix what I did to it so that the network manager will again see my Wifi?
I have a onboard Wifi on a M2N32-SLI Deluxe motherboard, the Wifi is plugged into a USB connector directly on the board, so even though its not removable, its counted as a USB device.
Update: I have found that I can manually connect via the CLI by going:
Code:
iwconfig wlan0 essid "MYESSID" mode managed key "KEY" channel MYCHANNEL rate auto dhclient wlan0
This doesnt really solve any of my problem, it just allows me to connect manually, so my questions still stand.
Comment