Qualche giorno fa ho dovuto installare un sistema operativo Red Hat ad un cliente che utilizza il modem offertogli da Tele2: SpeadTouch 330 silver.
Ho trovato molta difficoltà nell'istallarlo (colpa della mia poca familiarità con Red Hat), ma alla fine ce l'ho fatta e per essere d'aiuto, di seguito c'è una breve descrizione di quello che ho fatto.
Per installare il modem SpeedTouch 330, hai bisogno di:
- speedtouchconf_RedHat.tgz
- ISP Login ID (Si trova sul contratto TELE2)
- ISP Password (Si trova sul contratto TELE2)
- VPI/VCI (Per l'italia e TELE2: 8 - 35)
-----------------------------------------------------------------------
1- Per cominciare, crea una cartella sul Desktop e chiamala "SpeadTouch";
all'interno inseriamo sia questo manuale che l'artchivio:
"speedtouchconf_RedHat.tgz"
2- Apriamo una finestra del terminale e scriviamo (i comandi da digitare sono indicati dopo i simboli "$>"):
$> cd Desktop/SpeadTouch
$> tar xvzf speedtouchconf_RedHat.tgz
$> cd speedtouchconf_RedHat
3- Assicurti che il modem è collegato al computer e controlla che il led dell'ADSL sia spento.
4- I prossimi comandi devono essere eseguiti come utente root. Per autenticarsi come utente root scrivi il seguente comando:
$> su
$> "inserisci la password di root"
5- Procediamo con l'installazione del modem:
$> sh speedtouchconf.sh
6- Durante l'esecuzione di questo comando ti verrà chiesto:
- VPI e VCI, scrivilo così: 8 35
- il tuo ISP Login ID
- la tua ISP Password
7- comparirà la scritta: "Are these correct?" tu digita Y
(Dovrebbe comparire una cosa del genere)
************************************************
* *
* speedtouchconf.sh by Steve Parker *
* *
* http://speedtouchconf.sourceforge.net/ *
* based on speedtouch.sourceforge.net project *
* *
************************************************
If you have any problems with this script, mail me
(steve at steve-parker dot org) with the files
/tmp/speedtouch.txt and /var/log/messages for diagnosis.
Is your modem silver in colour? (Revision 400 Speedtouch 330)
Please answer Yes or No
You will need the correct firmware for this modem - currently
available from http://www.ihate.freeserve.co.uk/rev4fw.zip
y
Using speedtouch-1.2-beta3-sgp
Using mgmt.o for microcode
PPP version 2.4.1 okay.
Linux kernel version 2.4.20 okay.
***************************************
* *
* Please select your ISP Settings *
* *
***************************************
Country/ISP VPI VCI
Belgium, ? 8 35
Denmark, Orang 8 35
France, wanado 8 35
France, ? 8 67
Italy, ? 8 35
Netherlands, ? 8 48
UK, BTopenworld 0 38
UK, Any ISP 0 38
US, BellSouth 8 35
Singapore Pacificnet 0 100
Please type your VPI VCI numbers (eg, 0 38 for UK)
8 35
Please enter your ISP Login ID (eg another@hg1.btinternet.com)
***********
Please enter your ISP Password
***********
Settings:
VPI / VCI : 8 / 35
Login : **************
Password : **************
Are these correct? (Y/N)
Y
No further user interaction is required.
Configuring SpeedTouch Driver...
Software Configuration - SUCCESS
Building SpeedTouch Driver...
Software Build - SUCCESS
Installing SpeedTouch Driver...
Software Installation - SUCCESS
*** Configuration finished. Starting the connection ***
The modem lights should start flashing for 20 seconds...
The modem_run command failed (code 250)
modem_run results:
Failed to load microcode - this is not a problem if you
have already loaded the microcode.
The microcode can only be loaded once per system boot;
We'll assume that the microcode is already loaded, and
not call this an error.
You may encounter problems, though.
Running : pppd call adsl
ppp0: error fetching interface information: Device not found
*********************************
* Don't seem to have connected. *
*********************************
Please check the username and password in /etc/ppp/*-secrets.
Then run /etc/rc.d/init.d/speedtouch start
Current settings: *********** / *********
8- Dopo questa procedura il modem è stato installato
9- Per eseguire la connessione:
$> etc/init.d/speedtouch start
Il led ADSL del modem dovrebbe cominciare a lampeggiare e poi rimanere acceso.
Quando il led ADSL rimane acceso significa che il modem è collegato.
BISOGNA ESEGUIRE QUESTA PROCEDURA SOLO LA PRIMA VOLTA.
PER COOLLEGARE IL MODEM LE VOLTE SUCCESSIVE ESEGUIRE SOLO L'ULTIMO COMANDO
Spero di essere stato d'aiuto.