Re: wireless problem !
I see they have backported the new version to hardy as well. Theoretically it could be a problem with the backported version, but since you've gotten network-manager-kde to connect (although briefly), it's likely an issue with NetworkManager daemon itself, or the drivers for your card.
You can troubleshoot further by:
1. Try gnome's networkmanager applet (if that works , it's an issue with the kde applet)
2. Try connecting manually without NetworkManager (if that works, it's a bug in NetworkManager daemon, if it doesn't work, it's probably a driver issue)
You can connect manually by, for example, killing NetworkManager, configuring your network parameters in /etc/network/interfaces and performing 'sudo ifup wlan0' (substitute wlan0 with the correct device for your interface...you may also need to 'sudo ifdown wlan0' first).
ADDED: It might also be worthwhile to check the logs (on your machine and the AP) if there is anything of interest there (/var/log/syslog and /var/log/daemon.log are good places to start with)
Originally posted by trancen
You can troubleshoot further by:
1. Try gnome's networkmanager applet (if that works , it's an issue with the kde applet)
2. Try connecting manually without NetworkManager (if that works, it's a bug in NetworkManager daemon, if it doesn't work, it's probably a driver issue)
You can connect manually by, for example, killing NetworkManager, configuring your network parameters in /etc/network/interfaces and performing 'sudo ifup wlan0' (substitute wlan0 with the correct device for your interface...you may also need to 'sudo ifdown wlan0' first).
ADDED: It might also be worthwhile to check the logs (on your machine and the AP) if there is anything of interest there (/var/log/syslog and /var/log/daemon.log are good places to start with)
Comment