Hi,
AlejandroRiveira i had to remove network-manager with:
sudo apt-get remove network-manager

I then edited the ra0 part of /etc/network/interfaces to look like:

auto ra0
iface ra0 inet static
address 192.168.1.11
netmask 255.255.255.0
gateway 192.168.1.1

pre-up ifconfig ra0 up
pre-up iwpriv ra0 set AuthMode=WPAPSK
pre-up iwpriv ra0 set EncrypType=TKIP
pre-up iwconfig ra0 essid MY-ESSID-NAME
pre-up iwpriv ra0 set WPAPSK="MY PASSWORD"


This was for a wireless access system using WPA encryption. I found that having 
network-manager installed killed my wireless. There seems to be a problem 
using network-manager with a rt2500 card. 

This post has little to do with the bug described in this post. That bug
was fixed with the Feisty release kernel.

Cheers

-- 
RT2500-based wireless G network card cannot be set or reset on 2.6.20-11
https://bugs.launchpad.net/bugs/92742
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to