View previous topic :: View next topic |
Author |
Message |
assente Guru
Joined: 12 Apr 2004 Posts: 570 Location: Torino, italia, New Europe
|
Posted: Sun Jun 06, 2004 9:07 pm Post subject: [mini howto] script avanzato per modem adsl speedtouch |
|
|
E' tanto tempo che cercavo uno script che mi permettesse di utilizzare il mio modem adsl in maniera umana; inizialmente utililizzavo /etc/init.d/speedtouch, ma visto che facendo il restart di questo script si risolve poco, ho deciso di assemblare tante belle cose di questo MAGNIFICO forum per farmene uno molto più umano.
Requisiti
*utente abilitato a sudo
*kernel 2.6.x altrimenti hotplug stop fa brutti scherzi.
*firestarter se siete pigri come me
Caratteristiche
*finestra temporanea del terminale durante la connessione
*riconnessione in automatico
Code: | #!/bin/bash
FIRMWARE=/bin/firmware.bin
DNS=127.0.0.1
LOOP=0
while [ $LOOP -eq 0 ]; do
ping -qnc 1 -t 15 $DNS > /dev/null 2>&1
if [ $? -ne 0 ]; then
gnome-terminal -x sh -c "sudo /etc/init.d/hotplug stop && sudo /etc/init.d/hotplug start && sudo modem_run -k -s -f $FIRMWARE && sleep 5 && sudo pppd && sleep 5 && sudo /etc/firestarter/firewall.sh && sleep 15"
fi
sleep 100
done |
per disattivarlo:
Code: | killall nome script |
|
|
Back to top |
|
|
Cagnulein l33t
Joined: 18 Sep 2003 Posts: 861 Location: Modena, Italy
|
Posted: Sun Jun 06, 2004 9:19 pm Post subject: |
|
|
toghino, appena ho un attimo lo provo sicuramente B) |
|
Back to top |
|
|
assente Guru
Joined: 12 Apr 2004 Posts: 570 Location: Torino, italia, New Europe
|
Posted: Sat Jun 12, 2004 4:50 pm Post subject: |
|
|
Funziona bene, ma forse mi sfugge qualcosa perchè dopo tante cadute, lo script non ricompone eppure il processo esiste, boh? _________________ Blog
E8400, 4850, P5q |
|
Back to top |
|
|
|
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum
|
|