Page 1 of 1

Wireless stopped working...

Posted: Sat Aug 07, 2010 5:50 pm
by rlauer6
Okay, so I didn't do enough research and now I find out that this was a bad idea...

sudo apt-get remove network-manager network-manager-gnome

Now I can't seem to connect to the wireless network despite having configured
/etc/network/interfaces correctly for my wireless network.

I seem to have read something about wireless ONLY working under network-manager on this forum. How can I get back to square one?

P.S. I was trying to setup a static IP for my wireless fit-pc2 when this catastrophe struck. ;-)

Thanks

Re: Wireless stopped working...

Posted: Sat Aug 07, 2010 7:51 pm
by fly
How can I get back to square one?
You can readd the manager in the same manner you removed it:

Code: Select all

 sudo apt-get install network-manager network-manager-gnome
If this doesn't help you should be able to grab the prebuild images for fitpc2 with everything set up correctly -- and while being there, you should upgrade to a newer release...
I seem to have read something about wireless ONLY working under network-manager on this forum
I don't know which driver was used in your version of ubuntu, but the vendor driver from ralink works well without network manager.

Re: Wireless stopped working...

Posted: Sun Aug 08, 2010 2:34 pm
by rlauer6
Thanks...I had to download the packages and then re-install using dpkg since the network was not working.

Any thoughts on why I can't get a static IP to work?

Where do I get the ralink drivers?

Re: Wireless stopped working...

Posted: Sun Aug 08, 2010 10:32 pm
by fly
Any thoughts on why I can't get a static IP to work?
I don't use this version of ubuntu anymore, so it's hard to think of any solutions. However, you should really be able to set static ip at least via ifconfig.
Where do I get the ralink drivers?
You can get the drivers for the rt3090 chip used in the fitpc2 (1,6GHz version) at teh vendor site: http://www.ralinktech.com/support.php?s=2

Re: Wireless stopped working...

Posted: Sat Sep 18, 2010 11:18 pm
by rlauer6
I got back my wireless but I still can't set a static IP. network manager seems to be the culprit based on some messages I've seen that 8.04 nm has a bug that prevents static IP.

Any thoughts?

Re: Wireless stopped working...

Posted: Sun Sep 19, 2010 10:58 pm
by fly
As I said, try setting the ip from ifconfig. This works for me on lucid, but I can't test it on 8.04:

Code: Select all

sudo ifconfig ra0 down
sudo ifconfig ra0 inet 192.168.12.22
sudo ifconfig ra0 up
My IP is now .22 while DHCP serves addresses starting from 100.