I have always used Wicd in preference to KNetworkManager but found that it wouldn't work in the alpha release. Tried it again today and it still doesn't work, does anybody know why this is?
Announcement
Collapse
No announcement yet.
WICD
Collapse
This topic is closed.
X
X
-
Re: WICD
Originally posted by PJJI have used wicd through all alpha releases and into Beta.
Always worked and still is working.
Never had to change setup from the original.
Without your settings there is no way of telling what could be wrong.
- Top
- Bottom
Comment
-
Re: WICD
Originally posted by Teunis
I've run Knetworkmanager for a couple of weeks on the daily builds of Karmic which was the first build that did not cause great problems with WPA.
But then I had to travel and realised I missed the no-nonsense interface of wicd so I reinstalled it.
And indeed it's easier to use than Knetworkmanager.
Because WIFI problems are usually related to the available hardware here's the WIFI relevant output of:
Code:sudo lspci -v
- Top
- Bottom
Comment
-
Re: WICD
Originally posted by TeunisSo you want to check the logs to see what causes the crash.
Starting wicd from the terminal will give you a quick answer.
A hint; to check whether everything is installed you need to have wicd, wicd-client, wicd-monitor and (probably) wpa_supplicant running.
- Top
- Bottom
Comment
-
Re: WICD
Originally posted by kjjjjshabDo you have networkmanager installed? It seems to me that they both couldnt co-exist for some reason, ie when I would install wicd it would remove networkmanager...
- Top
- Bottom
Comment
-
Re: WICD
In Karmic, plasma-widget-network-manager seems to be working better than wicd.
In Alpha 3 I tried nm, then wicd, in Alpha 6, I went back to nm and found it worked better, now Karmic is at RC and just about ready for the world.
Check you /etc/network/interfaces as it is probable that wicd has messed things up. If you are using a router with dhcp, then delete all of the lines added by wicd and put in place
Code:auto lo iface lo inet loopback auto wlan0 iface wlan0 inet dhcp
Code:wpa2-ssid wap2-psk
HP Compaq nc6400, 2Gi, 100Gi, ATI x1300 with 512M
- Top
- Bottom
Comment
-
Re: WICD
Wicd does not write to /etc/network/interfaces. Having the wlan0 interface in /etc/network/interfaces may cause wicd to fail. Having wlan0 in /etc/network/interfaces should also cause network-manager to ignore wlan0, so don't put it in interfaces if you want to run network-manager or wicd. Did you try kjjjjshab's sugestion? It is likely to be the answer.
- Top
- Bottom
Comment
-
Re: WICD
@Mando Thanks for that. I noticed that wicd doesn't use /etc/network/interfaces in Jaunty and tried it in Karmic. After removing wicd and then going back to nm in Karmic, my box connected quickly to the router with wpa2 having the lines in /etc/network/interfaces, so I left them there.
I did notice when briefly trying wicd that /etc/network/interfaces wasn't being used.
Apologies for misleading anyone.HP Compaq nc6400, 2Gi, 100Gi, ATI x1300 with 512M
- Top
- Bottom
Comment
Comment