i got that usb wifi adapter from my sis few months back, thanks sis , but i was figured it out how to make it works on my machine running centos 5.2, it’s working fine with windows based os Hmmmmm…from lsusb i got , it’s a
————————————————–
Bus 001 Device 002: ID 148f:2570 Ralink Technology, Corp. 802.11g WiFi
Device Descriptor:
bLength 18
bDescriptorType 1
bcdUSB 2.00
bDeviceClass 0 (Defined at Interface level)
bDeviceSubClass 0
bDeviceProtocol 0
bMaxPacketSize0 64
idVendor 0x148f Ralink Technology, Corp.
idProduct 0×2570 802.11g WiFi
bcdDevice 0.01
iManufacturer 1 Ralink
iProduct 2 802.11g WLAN
iSerial 0
bNumConfigurations 1
wlan0: authentication with AP xx:xx:xx:xx:xx:xx timed out
and
something like cannot associate to the AP itself
had several times googling and here are the solutions, quite simple solutions in fact
-)download the new driver, looks like there are some incompatibility/bugs with the current driver,
drivers are downloadable through http://www.ralinktech.com/ralink/Home/Support/Linux.html
and compile it
-)prevents current driver being activated during booting, just simply put the module into /etc/modprobe.d/blacklist, it should be something like this
—————————————————————————-
blacklist rt2500usb
—————————————————————————-
-)#reboot
-)check the module whether the new module/driver brought up after rebooted
rt2570 163712 0
-)check if there any new interface appearing after executed ifconfig -a
—————————————————————————-
rausb0 Link encap:Ethernet HWaddr 00:00:00:00:00:00
BROADCAST MULTICAST MTU:1500 Metric:1
RX packets:0 errors:0 dropped:0 overruns:0 frame:0
TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:0 (0.0 b) TX bytes:0 (0.0 b)
—————————————————————————-
wala!!!, all seems to be working perfectly , after it’s can associated with the AP , and got the ip address by using dhclient
Reference:
http://harusharris.blogspot.sg/2009/08/compex-wlu54g-finally-on-centos-52.html