I think you had a wired network and are now adding wireless? The wired network would have been configured in /etc/network/interfaces by default. After installing wicd you want to comment that and then run wicd. It is important that network-manager was removed when wicd was installed also. These both will result in too many pieces of software trying to run the network and probably none will work. You should edit /etc/network/interfaces as root and comment (# at beginning of line) anything that refers to eth0 or wlan0. When you are done the only uncommented lines should be
Code:
auto lo iface lo inet loopback
Then run
Code:
dpkg -l | grep network-manager
Now your system should be ready to have wicd control both wireless and wired network interfaces. Depending on what your situation was before you can probably run
Code:
sudo invoke-rc.d network stop sudo invoke-rc.d network start
Code:
ps axf | grep network
) now for me to help w/ an exact name for the settings and etc. since i only use it on that machine.

Thank you all for all of the help here. I do have an issue and am in the process of going to work and if anyone has there ears on, like right now, I would like to know how to re-activate the "Task-Manager" in the task bar at the bottom of the screen as I accidentally removed it and can't seem to figure out how to restore it.
Leave a comment: