> > prova cos� > > nel file /etc/network/interfaces > > inserisci : > > > > auto eth0 > > iface eth0 inet static > > address > > netmask > > broadcast > > gateway > > > > iface lo inet loopback > > up /etc/network/scripts/network > > Il problema � che /scripts/network non c'� in > /etc/network ed inoltre eth0 non esiste in /dev >
0. man interfaces 1. togli la riga "up /etc/network/scripts/network" 2. aggiungi la riga "alias eth0 eepro100" a /etc/modutils/aliases 3. update-modules 4. ifup eth0 aloha PS: questo e' il mio interfaces: # /etc/network/interfaces -- configuration file for ifup(8), ifdown(8) # The loopback interface auto lo iface lo inet loopback # The first network card - this entry was created during the Debian installation auto eth0 iface eth0 inet dhcp -- mattia

