I am unable to connect to an access point with the CVS version of the RT2500 legacy driver (2007121020).
I am using Ubuntu 7.10 with the following kernel:
Linux rome 2.6.22-14-386 #1 Sun Oct 14 22:36:54 GMT 2007 i686 GNU/Linux
Hardware information:
MSI PC54G2
lspci: 01:08.0 Network controller: RaLink RT2500 802.11g Cardbus/mini-PCI (rev 01)
Steps to reproduce error:
# ifconfig ra0 down
# rmmod rt2500
# insmod rt2500,ko debug=31
# iwconfig ra0 essid Belkin_N_Wireless_C2B785 (no security)
# iwconfig ra0 essid Belkin_N_Wireless_C2B785 (no security)
# sudo iwconfig ra0 essid parnet key s:"......" (WEP)
There is no problem with the access point or the hardware since I am able to connect using ndiswrapper. Also the wireless card worked out of the box with Ubuntu 7.04 (kernel 2.6.20.15).
Output from modinfo:
filename: rt2500.ko
license: GPL
description: Ralink RT2500 802.11g WLAN driver 1.1.0 CVS 2007121020
author:
http://rt2x00.serialmonkey.com
srcversion: 9DCDE21C533B1CEA5A6A472
alias: pci:v00001814d00000201sv*sd*bc*sc*i*
depends:
vermagic: 2.6.22-14-386 mod_unload 486
parm: debug:Debug mask: n selects filter, 0 for none (int)
parm: ifname:Network device name (default ra%d) (charp)
An extract from the debug showing that wireless card cannot connect to AP:
rt2500: ioctl::SIOCGIWESSID (Len=24, ssid=Belkin_N_Wireless_C2B785...)
rt2500: ioctl::SIOCGIWMODE(=1)
rt2500: INFO::Network is down!
rt2500: ioctl::SIOCGIWAP(=EMPTY)
It would be fantastic if you someone could have a look at this, I am more than happy to test anything you need me to.
Thanks.