martes, 29 de enero de 2013

Instalación de tarjeta WLAN Ralink rt2500 en CentOS 5



1.- Instalar repositorio "elrepo"

shell# rpm –import http://elrepo.org/RPM-GPG-KEY-elrepo.org
shell# rpm -Uvh http://elrepo.org/elrepo-release-5-3.el5.elrepo.noarch.rpm

2.- Instalar el módulo requerido para la tarjeta:

shell# yum –enablerepo=elrepo install rt73usb-firmware

3.- Habilitar NetworkManager:

shell# chkconfig NetworkManager on

4.- Deshabilitar wpa_supplicant

shell# chkconfig network off
shell# chkconfig wpa_supplicant off

5.- Reiniciar NetworkManager

shell# /etc/init.d/NetworkManager start



Referencia: Daren Matthews