ok, allora, alla fine ci sono riuscito...
( la seguente dovrebbe essere una guida/procedura per l'installazione di debian Lenny 4.0 avendo a disposizione una connessione wireless e il 1°dvd del set)
file necessari: dvd1 lenny4.0 , rt73-cvs-daily.tar.gz (da copiare nella chiavett usb) , RutilTv0.17.tar.tar ( copiare nella chiavetta usb)
ho scaricato il modulo ralink x adattatore usb wirelesse rt73 da
http://rt2x00.serialmonkey.com/wiki/index.php/Downloadsho seguito questa procedura:
*** nota1 di maxyit
controllare prima /etc/fstab per vedere se il cdrom viene montato correttamente
controllare nella lista delle repository se è presente il cd
per esempio in synaptic: cdrom:[Debian GNU/Linux LennyBeta2 _Lenny_ - Official Beta i386 DVD Binary-1 20080607-17:21]/
installare binutils , build-essentials
installare wireless-tools
ampliare le librerie gtk per poter eseguire il ./configure.sh di rutilt
(la librerie in questione dovrebbe essere libgtk2.0-dev )##########################################################################
Setting up for off-line install
If you have a current internet access skip to the internet install section.
First thing you are going to need to do is download the RT73 driver on another computer and put it on a flash drive (or some other medium) to transfer it to your Debian machine.
You can download the cvs at
http://rt2x00.serialmonkey.com/rt73-cvs-daily.tar.gzAfter you get into Debian you need to copy it to /lib/firmware then unzip it. *Make sure you have root access
cp /path/to/rt73-cvs-daily.tar.gz /lib/firmware
cd /lib/firmware
tar -xvzf rt73-cvs-daily.tar.gz
If you don't have gcc installed you need to make sure you have the cdrom in your sources and do
aptitude install gcc
You can now skip past the internet part
Check if you have gcc installed
gcc --version
If you don't get a version you need to install it
aptitude install gcc
Install needed dependencies
You need to install needed dependencies before you can build the driver
aptitude install build-essential linux-headers-`uname -r`
>> Build
Next you need to cd to the Module directory in the files you extracted
*** nota2 maxyit
la dir rt73-cvs-yyyymmddhh non esiste qui ce la devi copiare
cd /usr/src/rt73-cvs-yyyymmddhh/Module
If you are unsure what the yyymmddhh is then use
ls -d rt73*
This should tell you the correct directory.
After you are in the Module directory you need to us
make
In some kernels you may get the following warning
!!! WARNING: Module file much too big (>1MB)
!!! Check your kernel settings or use 'strip'
In that case run the command
strip -S rt73.ko
Finally you can install the driver
>> make install
*******************************
configuring the driver
You will need to make sure that you have any network manager disabled. You will then need to manually configure your internet
#Load Driver
ifconfig wlan0 down
modprobe -v rt73
#Configure internet
ifconfig wlan0 up
iwconfig wlan0 essid YOUR_NETWORK_NAME_HERE
iwconfig wlan0 key YOUR_WEP_KEY_HERE_OR_"off"_FOR_NO_KEY
dhclient wlan0
You should now be able to connect to the internet. If you are unable to connect to the internet please go back and make sure you followed all the steps correctly.
###################################################################################################################
poi ho lanciato rutilt
gli unici parametri che ho passato a rutilt sono stati il canale e il codice wpacon rutilt bisogna insistere un po' soprattutto se la rete ha un codice wpa, ma alla fine ha funzionato
dal tab site survey con il tasto scan ho visualizzato le impostazioni della rete che rutilt puo' salvare come profilo
poi connect e mi sono connesso.
ultima cosa ho dovuto selezionare il modo "Lavora fuori linea " dal browser.
e a questo punto abbiamo accesso a tutto il sw debian presente nelle repository...
ma primo bisogna modificare la lista:
/etc/apt/sources.list
deb
http://ftp.it.debian.org/debian/ testing main contrib non-free lenny contrib main
deb
http://security.debian.org/ lenny/updates main contrib
# deb-src
http://security.debian.org/ lenny/updates main contrib
Grazie a tutti, bye
maxyit