Give wicd a try (network-manager alternative)!
Setting up an Ubuntu the first time, I always struggled with the network-manager, because it wasn’t able to establish a connection with a fixed gateway address. I have an old – hmm let me say disabled – router from Siemens where it is not possible to use DHCP because it doesn’t provide the gateway address. So my only chance to get wireless lan to work was to provide the correct ips manually in ubuntu’s configuration files, and do a sudo ifconfig down eth1 and sudo ifconfig up eth0 to switch between WLAN and LAN. Really annoying!
Just for the case you are interested in configurating your network manually, this are the two files where the magic happens: /etc/network/interfaces and /etc/resolv.conf
But without any regret I can recommend wicd. This tool is so handy I am wondering why it isn’t the default network-manager in Ubuntu! Just add the repository deb http://apt.wicd.net gutsy extras to your sources.list and install it via sudo aptitude install wicd. I am running the current testing release 1.3.8 from 02. Dec 2007 and it’s working fine!
Tags: alternative, configuration, network
March 1st, 2008 at 20:33
Thanks man – I have been grown serious aggressions against NetworkManagers inability to work with but the very standard setups.
Wicd managed to set up my AdHoc network with the press of 2 buttons – something I have been struggling for on and off in weeks through NM and /etc/network/interfaces !
April 1st, 2008 at 08:13
How exactly do you set up an ad-hoc network with wicd?
April 1st, 2008 at 08:37
I just don’t see an option for creating one. I just have Hidden network, where there should be a create Ad-Hoc as well.
April 3rd, 2008 at 13:26
Comparing to what I’ve read about this before, it sounds absolutely impressing. I’m an old internet user, and have read a lot about this kind of stuff, but what I read here today is absolutely different.