Instale o driver para RT5370 no Ubuntu

Instale o driver para RT5370 no Ubuntu

Tento instalar um driver para meu adaptador wireless Ralink RT5370. baixei no sitehttp://www.mediatek.com/_en/07_downloads/01_windows.php?sn=501o driver para Linux.

Então eu modifiquei:

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

  • Em Makefile

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

Então eu fiz:

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

+reinicia mas não funciona. rt5572sta foi o único módulo proposto para modprobe.

Estou no dia 12.04

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

$lsmod
...
rt5572sta 739308 0 
...

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

Alguém sabe como fazer funcionar, por favor? Obrigado!

Responder1

Provavelmente, você está tentando usar o driver errado. Emita o seguinte comando:

  modinfo rt2800usb | grep 5370

e veja se a saída é:

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

ou algo muito semelhante, contendo a string

  v148Fp5370

Se for esse o caso, você está usando o driver errado. Em vez disso, tente

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

e veja se isso funciona agora.

Responder2

Observe que hoje no debian stretch (nova instalação) vejo meu roteador wifi, mas ele não conecta. Possui o módulo rt2800usb modificado.

[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

informação relacionada