Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
[RISOLTO] problema eth0
View unanswered posts
View posts from last 24 hours
View posts from last 7 days

Goto page Previous  1, 2  
Reply to topic    Gentoo Forums Forum Index Forum italiano (Italian)
View previous topic :: View next topic  
Author Message
Manuelixm
l33t
l33t


Joined: 03 Apr 2004
Posts: 832
Location: Brescia

PostPosted: Sat Dec 18, 2004 1:11 pm    Post subject: Reply with quote

mmm che giornata... ha ragione randomaze altgr + apostrofo. Oggi seguo le leggi di Murphy
_________________
Linux user#370732
Back to top
View user's profile Send private message
mikfaina
Tux's lil' helper
Tux's lil' helper


Joined: 16 Dec 2004
Posts: 121
Location: Firenze

PostPosted: Sat Dec 18, 2004 1:13 pm    Post subject: Reply with quote

ok ho digitato il comando:
Code:
ls /lib/modules/`uname -r`/kernel/drivers/net/
dummy.o

mo che faccio? mi ha creato il file dummy.o???
dove è??
Back to top
View user's profile Send private message
fedeliallalinea
Administrator
Administrator


Joined: 08 Mar 2003
Posts: 31280
Location: here

PostPosted: Sat Dec 18, 2004 1:16 pm    Post subject: Reply with quote

Beh per il momento prova a fare
Code:
# modprobe dummy
# /etc/init.d/net.eth0 start

dovrebbe andare. Poi e' meglio che metti il modulo giusto
_________________
Questions are guaranteed in life; Answers aren't.
Back to top
View user's profile Send private message
mikfaina
Tux's lil' helper
Tux's lil' helper


Joined: 16 Dec 2004
Posts: 121
Location: Firenze

PostPosted: Sat Dec 18, 2004 1:24 pm    Post subject: Reply with quote

mi da lo stesso errore di prima

Bringing eth0 up (192.168.2.3)...
SIOCSIFADDR: No such device
eth0: unknown interface: No such device
SIOCSIFBRDADDR: No such device
eth0:unknown interface: No such device
SIOCSINETMASK: No such device
Back to top
View user's profile Send private message
Manuelixm
l33t
l33t


Joined: 03 Apr 2004
Posts: 832
Location: Brescia

PostPosted: Sat Dec 18, 2004 1:49 pm    Post subject: Reply with quote

Non ho capito una cosa, hai installato gentoo da live, ora hai riavviato senza live e la rete non funziona più?
_________________
Linux user#370732
Back to top
View user's profile Send private message
mikfaina
Tux's lil' helper
Tux's lil' helper


Joined: 16 Dec 2004
Posts: 121
Location: Firenze

PostPosted: Sat Dec 18, 2004 2:35 pm    Post subject: Reply with quote

si
Back to top
View user's profile Send private message
Manuelixm
l33t
l33t


Joined: 03 Apr 2004
Posts: 832
Location: Brescia

PostPosted: Sat Dec 18, 2004 2:59 pm    Post subject: Reply with quote

Che scheda madre hai ? Che kernel hai usato? Lo hai compilato a mano o con genkernel?
_________________
Linux user#370732
Back to top
View user's profile Send private message
mikfaina
Tux's lil' helper
Tux's lil' helper


Joined: 16 Dec 2004
Posts: 121
Location: Firenze

PostPosted: Sat Dec 18, 2004 3:04 pm    Post subject: Reply with quote

HO la epox 8rda+ quella con l'nofrce 2 ho usato il kernel 2.24.6-gentoo-r9.
ho compilato a mano seguendo la documentazione su gentoo.org
Back to top
View user's profile Send private message
Manuelixm
l33t
l33t


Joined: 03 Apr 2004
Posts: 832
Location: Brescia

PostPosted: Sat Dec 18, 2004 3:09 pm    Post subject: Reply with quote

Devi trovare il modulo giusto per la scheda di rete...
_________________
Linux user#370732
Back to top
View user's profile Send private message
mikfaina
Tux's lil' helper
Tux's lil' helper


Joined: 16 Dec 2004
Posts: 121
Location: Firenze

PostPosted: Sat Dec 18, 2004 3:12 pm    Post subject: Reply with quote

Il problema è che non ho idea di come sifaccia a cercare un modulo
Back to top
View user's profile Send private message
Manuelixm
l33t
l33t


Joined: 03 Apr 2004
Posts: 832
Location: Brescia

PostPosted: Sat Dec 18, 2004 4:30 pm    Post subject: Reply with quote

Il tuo modulo dovrebbe essere questo
Code:

Device Drivers --> Networking Support --> Ethernet (10 or 100Mbit) --> Reverse Engineered nForce Ethernet support (EXPERIMENTAL)


Dopo aver ricompilato ricordati di dare :
Code:
modprobe forcedeth

_________________
Linux user#370732
Back to top
View user's profile Send private message
mikfaina
Tux's lil' helper
Tux's lil' helper


Joined: 16 Dec 2004
Posts: 121
Location: Firenze

PostPosted: Sun Dec 19, 2004 10:28 am    Post subject: Reply with quote

Allora
ho fatto
un make menuconfig da /usr/src/linux
ed ho spuntato la voce nForce Ethernet support (EXPERIMENTAL)
digitando ?
su questa voce mi da la seguente descrizione:
CONFIG_FORCEDETH:
IF you have a network (Ethernet) controller of this type, say yes and read the Ethernet-HOWTO, available from
(http://www.tldp.org/docs.html#hpwtp).

To compile this driver as module, choose M here and read ...The module will be called forcedeth.o

Cosa faccio Mo y??
e dopo? quando esco da menuconfig come ricompilo???
Back to top
View user's profile Send private message
Manuelixm
l33t
l33t


Joined: 03 Apr 2004
Posts: 832
Location: Brescia

PostPosted: Sun Dec 19, 2004 9:51 pm    Post subject: Reply with quote

Leggi il manuale che te lo spiega... ;)
_________________
Linux user#370732
Back to top
View user's profile Send private message
kaosone
Guru
Guru


Joined: 01 Feb 2004
Posts: 446

PostPosted: Sun Dec 19, 2004 10:08 pm    Post subject: Reply with quote

il dummy e' un modulo che non fa da driver ma aggiunge una scheda di rete che non fa niente
io per non ricompilare il kernel cmq installerei i driver nforce
Code:
 
emerge nforce-audio
modprobe nvnet 

ciao
Back to top
View user's profile Send private message
codadilupo
Advocate
Advocate


Joined: 05 Aug 2003
Posts: 3135

PostPosted: Sun Dec 19, 2004 10:22 pm    Post subject: Reply with quote

allora, sei hai ricompilato a mano seguendo la guida di gentoo, non dovresti aver problemi a sapere cosa fare: solo ricompilare il kernel inserendo il modulo che ti serve. Se lo metti come M (modulo) allora poi dovrai probabilmente inserirlo anche in /etc/modules.autoload/2.6 perché venga caricato all'avvio. Altrimenti potresti emergere coldplug (che, pero', mi pare sia mascherato). A questo punto il mio suggerimento é: mettolo come built-in (*) cosi' non avrai problemi.

Coda
Back to top
View user's profile Send private message
mikfaina
Tux's lil' helper
Tux's lil' helper


Joined: 16 Dec 2004
Posts: 121
Location: Firenze

PostPosted: Tue Dec 21, 2004 3:42 pm    Post subject: Reply with quote

Allora dopo varie tribolazioni ho reinstallato tutto con genkernel ma eth0 non voleva sapere di vedermelo indi, leggendo vecchi post, gli ho dato un
modprobe forcedeth e finalmente mi compare in ifconfig.
Ora gli ho anche settato manualmente con ifconfig e route i vari indirizzi ip e tutto funzica.
La mia domanda è sono savati sino permanetemente o sino al riavvio
Cosa devo fare per erendere il tutto permanente??
Dopo metto [risolto]
Back to top
View user's profile Send private message
Manuelixm
l33t
l33t


Joined: 03 Apr 2004
Posts: 832
Location: Brescia

PostPosted: Tue Dec 21, 2004 4:05 pm    Post subject: Reply with quote

Quote:
modprobe forcedeth e finalmente mi compare in ifconfig.

Cosa ti avevo detto ;), allora come da manuale devi configurare /etc/conf.d/net con gli indirizzi fissi o in dhcp e cosa più importante è mettere forcedeth in /etc/modules.autoload.d/kernel-2.x.
Trovi tutte le info sul manuale all'indirizzo www.gentoo.org.
_________________
Linux user#370732
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
Goto page Previous  1, 2
Page 2 of 2

 
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