Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
[TIP] Come gestire con udev i nomi delle interfacce di rete
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
.:deadhead:.
Advocate
Advocate


Joined: 25 Nov 2003
Posts: 2963
Location: Milano, Italy

PostPosted: Tue Apr 03, 2007 6:49 pm    Post subject: [TIP] Come gestire con udev i nomi delle interfacce di rete Reply with quote

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

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


Joined: 13 Mar 2004
Posts: 7162
Location: Aarau, Aargau, Switzerland

PostPosted: Wed Apr 04, 2007 7:43 am    Post subject: Reply with quote

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


Joined: 05 Dec 2005
Posts: 473
Location: italia, Ischia

PostPosted: Wed Apr 04, 2007 10:06 am    Post subject: Reply with quote

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 :wink:
_________________
Noice

when you post remove comments
Code:
grep -vh '^[[:space:]]*\(#\|$\)' "$@"
Back to top
View user's profile Send private message
gutter
Bodhisattva
Bodhisattva


Joined: 13 Mar 2004
Posts: 7162
Location: Aarau, Aargau, Switzerland

PostPosted: Wed Apr 04, 2007 10:13 am    Post subject: Reply with quote

noice wrote:
qui :wink:


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


Joined: 05 Dec 2005
Posts: 473
Location: italia, Ischia

PostPosted: Wed Apr 04, 2007 10:19 am    Post subject: Reply with quote

vabbe' il link l'ho postato per qualche utente che volendo usare quelle stringhe di codice potrebbe domandarsi da dove vengano :lol:
_________________
Noice

when you post remove comments
Code:
grep -vh '^[[:space:]]*\(#\|$\)' "$@"
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