Howto / Ubuntu
Configurare Ubuntu 6.06 e Linksys WMP54G con WPA TKIP
Author: Tafaz
Visits: 1869
Date: 11.05.2007
posizioniamoci nella nostra home dir
tafaz@ubuntu:/$ cd ~
scarichiamo da http://web.ralinktech.com/ralink/Home/Support/Linux.html il driver RT2501PCI/mPCI/CB(RT2561/RT2661) (attualmente il driver è alla versione 1.1.0.0 datato 11/22/2006)
tafaz@ubuntu:~$ wget http://www.ralinktech.com.tw/data/RT61_Linux_STA_Drv1.1.0.0.tar.gz
--11:13:11-- http://www.ralinktech.com.tw/data/RT61_Linux_STA_Drv1.1.0.0.tar.gz
=> `RT61_Linux_STA_Drv1.1.0.0.tar.gz'
Resolving www.ralinktech.com.tw... 192.72.83.242
Connecting to www.ralinktech.com.tw|192.72.83.242|:80... connected.
HTTP request sent, awaiting response... 200 OK
Length: 374,892 (366K) [application/x-gzip]
100%[====================================>] 374,892 32.37K/s ETA 00:00
11:13:26 (29.35 KB/s) - `RT61_Linux_STA_Drv1.1.0.0.tar.gz' saved [374892/374892]
estraiamo i file dal pacchetto, ci posizioniamo nella directory Module all'interno della cartella principale dei driver e copiamo Makefile.6 in Makefile per i kernel 2.6 o Makefile.4 su Makefile per i kernel 2.4 e quindi compiliamo i driver
tafaz@ubuntu:~$ tar zxf RT61_Linux_STA_Drv1.1.0.0.tar.gz
tafaz@ubuntu:~$ cd RT61_Linux_STA_Drv1.1.0.0/Module/
tafaz@ubuntu:~/RT61_Linux_STA_Drv1.1.0.0/Module$ cp -f Makefile.6 Makefile
tafaz@ubuntu:~/RT61_Linux_STA_Drv1.1.0.0/Module$ make all
ora copiamo i file creati nelle rispettive directory
tafaz@ubuntu:~/RT61_Linux_STA_Drv1.1.0.0/Module$ sudo mkdir -p /etc/Wireless/RT61STA
tafaz@ubuntu:~/RT61_Linux_STA_Drv1.1.0.0/Module$ sudo cp *.bin rt61sta.dat /etc/Wireless/RT61STA/
tafaz@ubuntu:~/RT61_Linux_STA_Drv1.1.0.0/Module$ sudo cp rt61.ko /lib/modules/`uname -r`/kernel/drivers/net/
verifichiamo che il driver non abbia conflitti
tafaz@ubuntu:~/RT61_Linux_STA_Drv1.1.0.0/Module$ sudo depmod -a
se questo comando non ritorna nessun output vuol dire che è tutto ok
Author: Tafaz
Visits: 1869
Date: 11.05.2007
posizioniamoci nella nostra home dir
tafaz@ubuntu:/$ cd ~
scarichiamo da http://web.ralinktech.com/ralink/Home/Support/Linux.html il driver RT2501PCI/mPCI/CB(RT2561/RT2661) (attualmente il driver è alla versione 1.1.0.0 datato 11/22/2006)
tafaz@ubuntu:~$ wget http://www.ralinktech.com.tw/data/RT61_Linux_STA_Drv1.1.0.0.tar.gz
--11:13:11-- http://www.ralinktech.com.tw/data/RT61_Linux_STA_Drv1.1.0.0.tar.gz
=> `RT61_Linux_STA_Drv1.1.0.0.tar.gz'
Resolving www.ralinktech.com.tw... 192.72.83.242
Connecting to www.ralinktech.com.tw|192.72.83.242|:80... connected.
HTTP request sent, awaiting response... 200 OK
Length: 374,892 (366K) [application/x-gzip]
100%[====================================>] 374,892 32.37K/s ETA 00:00
11:13:26 (29.35 KB/s) - `RT61_Linux_STA_Drv1.1.0.0.tar.gz' saved [374892/374892]
estraiamo i file dal pacchetto, ci posizioniamo nella directory Module all'interno della cartella principale dei driver e copiamo Makefile.6 in Makefile per i kernel 2.6 o Makefile.4 su Makefile per i kernel 2.4 e quindi compiliamo i driver
tafaz@ubuntu:~$ tar zxf RT61_Linux_STA_Drv1.1.0.0.tar.gz
tafaz@ubuntu:~$ cd RT61_Linux_STA_Drv1.1.0.0/Module/
tafaz@ubuntu:~/RT61_Linux_STA_Drv1.1.0.0/Module$ cp -f Makefile.6 Makefile
tafaz@ubuntu:~/RT61_Linux_STA_Drv1.1.0.0/Module$ make all
ora copiamo i file creati nelle rispettive directory
tafaz@ubuntu:~/RT61_Linux_STA_Drv1.1.0.0/Module$ sudo mkdir -p /etc/Wireless/RT61STA
tafaz@ubuntu:~/RT61_Linux_STA_Drv1.1.0.0/Module$ sudo cp *.bin rt61sta.dat /etc/Wireless/RT61STA/
tafaz@ubuntu:~/RT61_Linux_STA_Drv1.1.0.0/Module$ sudo cp rt61.ko /lib/modules/`uname -r`/kernel/drivers/net/
verifichiamo che il driver non abbia conflitti
tafaz@ubuntu:~/RT61_Linux_STA_Drv1.1.0.0/Module$ sudo depmod -a
se questo comando non ritorna nessun output vuol dire che è tutto ok
Se vuoi discutere con noi su questo articolo o comunque vuoi porci delle domande usa il nostro Forum

