Moment... cosa c'entra apt-get? Se hai seguito quella guida linkata prima, essa si riferisce ad Ubuntu, qui su slackware la parte apt-get e' inutile. Su Ubuntu serve per istallare tutto il necessario alla compilazione del driver.
Dopo aver scompattato il file scaricato dal sito ralink, devi seguire questi step:
Compile RT2870 Wireless Lan Linux Driver
First, edit config.mk file as follows so that Network Manager can be used to set WPA2 auth info:
$ vi os/linux/config.mk
Set it as follows:
# Support Wpa_Supplicant
HAS_WPA_SUPPLICANT=y
# Support Native WpaSupplicant for Network Manger
HAS_NATIVE_WPA_SUPPLICANT_SUPPORT=y
Save and close the file. To compile the driver, enter:
$ make
e solo dopo make install

