Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
[mini howto] script avanzato per modem adsl speedtouch
View unanswered posts
View posts from last 24 hours
View posts from last 7 days

 
Reply to topic    Gentoo Forums Forum Index Forum italiano (Italian) Risorse italiane (documentazione e tools)
View previous topic :: View next topic  
Author Message
assente
Guru
Guru


Joined: 12 Apr 2004
Posts: 570
Location: Torino, italia, New Europe

PostPosted: Sun Jun 06, 2004 9:07 pm    Post subject: [mini howto] script avanzato per modem adsl speedtouch Reply with quote

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 :D

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
View user's profile Send private message
Cagnulein
l33t
l33t


Joined: 18 Sep 2003
Posts: 861
Location: Modena, Italy

PostPosted: Sun Jun 06, 2004 9:19 pm    Post subject: Reply with quote

toghino, appena ho un attimo lo provo sicuramente B)
Back to top
View user's profile Send private message
assente
Guru
Guru


Joined: 12 Apr 2004
Posts: 570
Location: Torino, italia, New Europe

PostPosted: Sat Jun 12, 2004 4:50 pm    Post subject: Reply with quote

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
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Forum italiano (Italian) Risorse italiane (documentazione e tools) All times are GMT
Page 1 of 1

 
Jump to:  
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