View previous topic :: View next topic |
Author |
Message |
.:deadhead:. Advocate
Joined: 25 Nov 2003 Posts: 2963 Location: Milano, Italy
|
Posted: Tue Apr 03, 2007 6:49 pm Post subject: [TIP] Come gestire con udev i nomi delle interfacce di rete |
|
|
Se vi dovesse capitare, a seguito del cambio della scheda di rete della vostra gentoo o dopo che avete clonato un'installazione di gentoo tramite stage4, di non trovar + la vostra scheda d rete o di trovarla con nomi "sfasati" : non vi preoccupate.
Il responsabile di tutto ciò è UDEV (sempre lui n'è!).
Nello specifico è a causa di alcune regole che vengono scritte in Code: | /etc/udev/rules.d/70-persistent-net.rules | che taluni devices assumono nomi "inconsueti" .
Per rimettere a posto le cose, vi sarà sufficiente eliminare o modificare le regole relative ai devices che non sanno + come si chiamano e rebootare
Et voilà tutto si risistemerà!
Spero vi sia utile, prima che vi mettiate a trattar male la vostra gentoo o peggio, a reinstallare
Questo Tip nasce da un 3d sul forums gentoo di qualche tempo fa e da una chat in IRC, nel primo caso fui aiutato, nel secondo aiutai _________________ Proudly member of the Gentoo Documentation Project: the Italian Conspiracy ! |
|
Back to top |
|
|
gutter Bodhisattva
Joined: 13 Mar 2004 Posts: 7162 Location: Aarau, Aargau, Switzerland
|
Posted: Wed Apr 04, 2007 7:43 am Post subject: |
|
|
Aggiungo che in alternativa è possibile anche creare il file /etc/udev/rules.d/10-local.rules che contiene:
Code: | cat /etc/udev/rules.d/10-local.rules
SUBSYSTEM=="net", DRIVERS=="?*", ATTRS{address}=="00:21:2c:dd:0b:ba", NAME="eth0", SYMLINK="eth0"
SUBSYSTEM=="net", DRIVERS=="?*", ATTRS{address}=="00:02:56:45:4d:d7", NAME="eth1", SYMLINK="eth1"
|
_________________ Registered as User #281564 and Machines #163761 |
|
Back to top |
|
|
noice Guru
Joined: 05 Dec 2005 Posts: 473 Location: italia, Ischia
|
Posted: Wed Apr 04, 2007 10:06 am Post subject: |
|
|
gutter wrote: | Aggiungo che in alternativa è possibile anche creare il file /etc/udev/rules.d/10-local.rules che contiene:
Code: | cat /etc/udev/rules.d/10-local.rules
SUBSYSTEM=="net", DRIVERS=="?*", ATTRS{address}=="00:21:2c:dd:0b:ba", NAME="eth0", SYMLINK="eth0"
SUBSYSTEM=="net", DRIVERS=="?*", ATTRS{address}=="00:02:56:45:4d:d7", NAME="eth1", SYMLINK="eth1"
|
|
in questo caso potrebbe anche essere utile una lettura qui _________________ Noice
when you post remove comments Code: | grep -vh '^[[:space:]]*\(#\|$\)' "$@" |
|
|
Back to top |
|
|
gutter Bodhisattva
Joined: 13 Mar 2004 Posts: 7162 Location: Aarau, Aargau, Switzerland
|
Posted: Wed Apr 04, 2007 10:13 am Post subject: |
|
|
noice wrote: | qui |
Ho preso spunto da questo e da un post di comio che ora non trovo _________________ Registered as User #281564 and Machines #163761 |
|
Back to top |
|
|
noice Guru
Joined: 05 Dec 2005 Posts: 473 Location: italia, Ischia
|
Posted: Wed Apr 04, 2007 10:19 am Post subject: |
|
|
vabbe' il link l'ho postato per qualche utente che volendo usare quelle stringhe di codice potrebbe domandarsi da dove vengano _________________ Noice
when you post remove comments Code: | grep -vh '^[[:space:]]*\(#\|$\)' "$@" |
|
|
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
|
|