Thio4linux

- Open Source World -

Archive for October 8th, 2007

PPPOE: Nortek JET Adsl su Ubuntu

Posted by thio4linux on October 8, 2007

come installare i driver su Ubuntu Feisty Fawn

1- collega il modem alla porta usb

2- digita lsusb nel terminale: l’output deve essere qualcosa del genere:

Bus 001 Device 003: ID 0915:8102 GlobeSpan, Inc. (Globespan is the name of the chipset of your modem)

3- scarica da http://eciadsl.flashtux.org/download/beta/ il file eciadsl-usermode-0.11-synch-patch.tar.bz2

4- digita da shell: sudo ln -sf /bin/bash /bin/sh

5- scarica il pacchetto pppoe da http://packages.ubuntu.com/feisty/net/pppoe
e il Build-essential da http://packages.ubuntu.com/feisty/devel/build-essential

6- estrai eciadsl-usermode-0.11-synch-patch.tar.bz2 package (click destro del muose -> estrai, opprure da terminale con tar -xyz “nomefile”). Apri il Terminal e entra nella cartella appena creata: Digita adesso:

./configure

make

sudo make install

7- estrai eciadsl-synch_bin.tar.bz2 dove vuoi e scrivi nel terminale:

sudo cp *.bin /etc/eciadsl/

8- adesso inizia la vera installazione del tuo modem:

sudo eciadsl-config-text

adesso devi selezionare:

-configure all settings

-id name della tua connessione

-numero del provider

-DNS (puoi lasciare vuoto)

-VPI and VCI number

-scegli il tuo corrispondente al Nortek Modem

-lascia VDI1, PDI1, VDI2, PDI2 al loro valore

-scegli il chipset GS7470 o GS7070, ALT INTERFACE for SYNCH and for PPPOECI (controlla i valori esatti per il nortek qui: http://eciadsl.flashtux.org/modems.php)

-scegli VCM_RFC2364

-premi ENTER e se tutto va a buon fine: sudo eciadsl-start fara partire il programma per la connessione. La connessione viene effettuata in 5 fasi, l’importante e che la fase di sincronizzazione (in cui lampeggia la spia verde) e di connessione al provider abbiamo successo. Alla fine dell’ eciadsl-config-text viene creato automaticamente il file eciadsl.conf in /etc/eciadsl/.

per me la migliore configurazione per il nortek è questa:

SYNCH=gs7470_synch04

chipset=GS7470

SYNCH_ALTIFACE=5

PPPOECI_ALTIFACE=1

tutti gli altri valori dipendono dalla vostra connessione. E’ importante arrivate fino alla fine della configurazione con eciadsl-config-text, e solo al termine di questa fase poi andare a modificare (o anche solo controllare) il file di configurazione ove necessario.

Posted in internet | Leave a Comment »

Hattrick’s Firefox extension: PsicoTSI terminus edition & FoxTrick

Posted by thio4linux on October 8, 2007

2 very useful extensions for the best on-line soccer game

FoxTrick is a software extension for the Firefox/Mozilla browser and the Hattrick.org online game. This extension give you a lot of useful stats of your team, league and players with which you can try to win your opponents.

You can dowload it from here.

PsicoTSI terminus edition is a freeware hattrick tool that analyze the performance of your hattrick players. Very useful when you want to know something more about a possible future purchase.

You can find it here.

Posted in hattrick | 2 Comments »

Hattrick Organizer on Ubuntu

Posted by thio4linux on October 8, 2007

The best hattrick CHPP program now on your Ubuntu!

1- first of all you have to download and unpatch the program:

wget http://www.de-side.com/files/HO.tar.gz
tar xzvf HO.tar.gz

2- then create a script:

gedit hattrick.sh

3- insert this code in hattrick.sh already created:

#!/bin/sh
cd /home/TUONOME/HO
sh HO.sh

4- to run it from shell type:

./hattrick.sh

now you have your HO ready to start!

Posted in hattrick | 5 Comments »