View previous topic :: View next topic |
Author |
Message |
Starinthe Apprentice
Joined: 22 Aug 2003 Posts: 192 Location: Brindisi
|
Posted: Mon Dec 05, 2005 8:54 pm Post subject: Nuova scheda eth |
|
|
Arisalve... ho comprato una nuova scheda ethernet arrivando a quota 2 (Una integrata e l'altr pci) come faccio ad abilitarla? basta un semplice ifconfig eth1 <ip> (eth0 e quella integrata) _________________ .:: `Starinthe` ::. |
|
Back to top |
|
|
Starinthe Apprentice
Joined: 22 Aug 2003 Posts: 192 Location: Brindisi
|
Posted: Mon Dec 05, 2005 8:56 pm Post subject: Nuova scheda eth |
|
|
Arisalve... ho comprato una nuova scheda ethernet arrivando a quota 2 (Una integrata e l'altr pci) come faccio ad abilitarla? basta un semplice ifconfig eth1 <ip> (eth0 e quella integrata) _________________ .:: `Starinthe` ::. |
|
Back to top |
|
|
Luca89 Advocate
Joined: 27 Apr 2005 Posts: 2107 Location: Agrigento (Italy)
|
Posted: Mon Dec 05, 2005 8:59 pm Post subject: |
|
|
Compila nel kernel il supporto relativo e dai un'occhiata a /etc/conf.d/net.example per la sua configurazione. _________________ Running Fast! |
|
Back to top |
|
|
Starinthe Apprentice
Joined: 22 Aug 2003 Posts: 192 Location: Brindisi
|
Posted: Mon Dec 05, 2005 9:23 pm Post subject: |
|
|
Bah... la eth0 la alza.. ma la eth1 neanke la trova... °_° _________________ .:: `Starinthe` ::. |
|
Back to top |
|
|
khelidan1980 Tux's lil' helper
Joined: 27 May 2004 Posts: 129 Location: Europe->Italy->Milan
|
Posted: Mon Dec 05, 2005 9:28 pm Post subject: |
|
|
Starinthe wrote: | Bah... la eth0 la alza.. ma la eth1 neanke la trova... °_° |
Probabilmente perhe non hai il modulo del kernel relativo...che chip monta? _________________ Khelidan |
|
Back to top |
|
|
Cazzantonio Bodhisattva
Joined: 20 Mar 2004 Posts: 4514 Location: Somewere around the world
|
Posted: Tue Dec 06, 2005 12:37 am Post subject: |
|
|
Avevi aperto due topic uguali.
Penso sia un errore, comunque te li ho mergiati.
Sta a te cancellarne uno se ti va _________________ Any mans death diminishes me, because I am involved in Mankinde; and therefore never send to know for whom the bell tolls; It tolls for thee.
-John Donne |
|
Back to top |
|
|
GuN_jAcK l33t
Joined: 23 Mar 2005 Posts: 834 Location: Prague, Czech Republic
|
Posted: Tue Dec 06, 2005 1:13 am Post subject: |
|
|
metti il modulo built-in nel kernel almeno eviti anche di doverli caricare _________________ Rispondi in maniera intelligente anche a chi ti tratta stupidamente. |
|
Back to top |
|
|
oRDeX Veteran
Joined: 19 Oct 2003 Posts: 1325 Location: Italy
|
Posted: Tue Dec 06, 2005 3:51 pm Post subject: |
|
|
prima assicurati che il modulo sia caricato (o come built-in o come modulo esterno), dopo per alzarla usa gli script di gentoo
Code: |
# cd /etc/init.d
# cp net.eth0 net.eth1
# vim /etc/conf.d/net
.....sistemi il file di conf, assicurati che ci sia almeno un rigo con config_eth1=("ip/mask");
# /etc/init.d/net.eth0 start
|
done |
|
Back to top |
|
|
|