Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
Gentoo in vmware
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)
View previous topic :: View next topic  
Author Message
sacchi
Tux's lil' helper
Tux's lil' helper


Joined: 28 May 2004
Posts: 92

PostPosted: Thu May 22, 2014 1:41 pm    Post subject: Gentoo in vmware Reply with quote

Ciao a tutti,

ho installato gentoo su vmware. Funziona tutto ok a parte il fatto che non mi va la rete.
cat /proc/net/dev mi mostra un eno16777736, mentre con dmesg vedo che il kernel ha visto una e1000. Ritengo quindi che a livello di kernel ci siamo.
Ciononostante, /etc/init.d/net.eth0 reload mi da un errore "error: interface eth0 does not exist Ensure that you have loaded the correct kernel module for your hardware"

Suggerimenti?

Molte grazie!!!!
Back to top
View user's profile Send private message
kikko
Apprentice
Apprentice


Joined: 29 Apr 2014
Posts: 276
Location: Milan, IT

PostPosted: Fri May 23, 2014 11:15 am    Post subject: Reply with quote

Usi udev? E'possibile che l'interfaccia di rete venga rinominata, in questo modo
Code:
kikko@dreamweaver ~ $ dmesg | grep eth0
[    1.650927] r8169 0000:13:00.0 eth0: RTL8168d/8111d at ...
[    1.650970] r8169 0000:13:00.0 eth0: jumbo features [frames: 9200 bytes, tx checksumming: ko]
[    5.346375] systemd-udevd[2177]: renamed network interface eth0 to enp19s0

se è questo il tuo caso, lo script di init net.eth0 non vede effettivamente nessun'interfaccia chiamata 'eth0', dandoti l'errore
Probabilmente, la tua è stata rinominata in "eno16777736", come vedi dal /proc/net/dev
Se vuoi è possibile tornare ai nomi "vecchio stile", passando a Udev un file vuoto come policy per il renaming:
Code:
ln -s /dev/null /etc/udev/rules.d/80-net-setup-link.rules
("80-net-name-slot.rules", in udev >= 209; maggiori info: http://www.freedesktop.org/wiki/Software/systemd/PredictableNetworkInterfaceNames/)
Ciao
Back to top
View user's profile Send private message
sacchi
Tux's lil' helper
Tux's lil' helper


Joined: 28 May 2004
Posts: 92

PostPosted: Fri May 23, 2014 2:58 pm    Post subject: [RISOLTO]: Gentoo in vmware Reply with quote

kikko wrote:
Se vuoi è possibile tornare ai nomi "vecchio stile", passando a Udev un file vuoto come policy per il renaming:
Code:
ln -s /dev/null /etc/udev/rules.d/80-net-setup-link.rules
("80-net-name-slot.rules", in udev >= 209; maggiori info: http://www.freedesktop.org/wiki/Software/systemd/PredictableNetworkInterfaceNames/)
Ciao


Risolto! Grazie mille!
Purtroppo io e udev non diventeremo mai amici!
Grazie di nuovo!

L
Back to top
View user's profile Send private message
kikko
Apprentice
Apprentice


Joined: 29 Apr 2014
Posts: 276
Location: Milan, IT

PostPosted: Fri May 23, 2014 3:55 pm    Post subject: Reply with quote

Pensa passassi a systemd! :lol:
Figurati
Ciao!
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Forum italiano (Italian) 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