pinduvoz
(usa Debian)
Enviado em 05/12/2011 - 02:48h
O Ubuntu realmente reconhece a grande maioria dos chipsets wireless do mercado, sendo a melhor distro que conheço para a combinação "notebooks + usuários iniciantes".
Mas isso não quer dizer que não seja possível instalar os drivers necessários em outras distros, como o Slackware.
E a solução para o Slack e a Ralink 3070 encontrei no LinuxQuestions.org:
Very nice, I've spent hours attempting to get this usb wifi adapter to work when all I had to do was
Create /etc/modprobe.d/ralink.conf with:
blacklist rt2x00lib
blacklist rt2800usb
blacklist rt2x00usb
Create link to the missing 3070 firmware:
ln -L /lib/firmware/rt2870.bin /lib/firmware/rt3070.bin
Working great now, thanks
Se vc não entendeu:
a)pelo terminal:
$ su -
# nano /etc/modprobe.d/ralink.conf
e inclua o texto:
blacklist rt2x00lib
blacklist rt2800usb
blacklist rt2x00usb
salve e feche;
b) crie o link:
# ln -L /lib/firmware/rt2870.bin /lib/firmware/rt3070.bin
e reinicie.
Sua placa deve funcionar agora.