Instale el controlador para RT5370 en Ubuntu

Instale el controlador para RT5370 en Ubuntu

Intento instalar un controlador para mi adaptador inalámbrico Ralink RT5370. Lo descargué en el sitio web.http://www.mediatek.com/_en/07_downloads/01_windows.php?sn=501el controlador para Linux.

Luego he modificado:

  • Enos/linux/config.mk 'HAS_WPA_SUPPLICANT=y', 'HAS_NATIVE_WPA_SUPPLICANT_SUPPORT=y' and 'WFLAGS += -DCONFIG_STA_SUPPORT' (removed "-DDBG" from the line)

  • En archivo Make

    ifeq ($(CHIPSET),)  
    CHIPSET = 5370  
    endif     (instead of 5572 5370 etc.)
    

Entonces he hecho:

$sudo make && sudo make install
$sudo modprobe rt5572sta

+reinicia pero no funciona. rt5572sta fue el único módulo propuesto para modprobe.

estoy en 12.04

$lsusb
...
... Ralink Technology Corp. RT5370 Wireless Adapter
...

$lsmod
...
rt5572sta 739308 0 
...

$uname -r -m 
3.2.0-23-generic-pae i686

¿Alguien sabe cómo hacerlo funcionar, por favor? ¡Gracias!

Respuesta1

Lo más probable es que esté intentando utilizar el controlador incorrecto. Emita el siguiente comando:

  modinfo rt2800usb | grep 5370

y ver si el resultado es:

  alias:          usb:v148Fp5370d*dc*dsc*dp*ic*isc*ip*in*

o algo muy similar, que contenga la cadena

  v148Fp5370

Si esto es así, entonces estás utilizando el controlador incorrecto. Intenta en su lugar

  sudo apt-get install linux-firmware-nonfree
  sudo rmmod rt5572sta
  sudo modprobe rt2800usb

y vea si esto funciona ahora.

Respuesta2

Tenga en cuenta que hoy en Debian Stretch (nueva instalación) veo mi enrutador wifi pero no se conecta. Tiene el módulo rt2800usb modprobado.

[10706.100166] wlx7cdd9049493a: authenticated
[10722.074791] wlx7cdd9049493a: authenticate with 50:a7:2b:58:8a:29
[10722.101567] wlx7cdd9049493a: send auth to 50:a7:2b:58:8a:29 (try 1/3)
[10722.103009] wlx7cdd9049493a: authenticated
[10730.714846] IPv6: ADDRCONF(NETDEV_UP): wlx7cdd9049493a: link is not ready
[10730.906698] IPv6: ADDRCONF(NETDEV_UP): wlx7cdd9049493a: link is not ready

información relacionada