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 1, 2  Next  
Reply to topic    Gentoo Forums Forum Index Forum italiano (Italian)
View previous topic :: View next topic  
Author Message
mikfaina
Tux's lil' helper
Tux's lil' helper


Joined: 16 Dec 2004
Posts: 121
Location: Firenze

PostPosted: Sat Dec 18, 2004 11:04 am    Post subject: [RISOLTO] problema eth0 Reply with quote

Salve a tutti,
ieri con l'aiuto di questo forum sono riuscito ad installare gentoo.
Ora però ho un poroblema non mi trova la scheda di rete. se gli do ifconfig mio trova solo il loopback.
All'avvio di gentoo infatti mi dice che fallisce a caricare la rete
DUrante l'installazione di gentoo da live cd con il net-setup mi aveva trovato tutto ora è come se non trovasse la scheda di rete.
Ho un chipset nforce 2 c'è forse qualche modulo che devo caricare???

Saluti Mik


Last edited by mikfaina on Tue Dec 21, 2004 4:25 pm; edited 2 times in total
Back to top
View user's profile Send private message
fedeliallalinea
Administrator
Administrator


Joined: 08 Mar 2003
Posts: 31279
Location: here

PostPosted: Sat Dec 18, 2004 11:07 am    Post subject: Reply with quote

Un probelma alla volta e un problema per topic :wink: .
Per la rete sei sicuro di avere aggiunto al runlevel di default net.eth0? Per provare se tutto e' ok dei un
Code:
# /etc/init.d/net.eth0 start

_________________
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 11:13 am    Post subject: Reply with quote

Avevo già provato leggendo un vecchio post ma mi restituisce:

Code:
Bringing eth0 up (192.168.2.)...
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
fedeliallalinea
Administrator
Administrator


Joined: 08 Mar 2003
Posts: 31279
Location: here

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

Puoi postare un lsmod? Mi sa che non hai caricato il modulo della scheda di rete
_________________
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 11:29 am    Post subject: Reply with quote

mirestituisce
Module Size Uses by Not Tainted
Back to top
View user's profile Send private message
fedeliallalinea
Administrator
Administrator


Joined: 08 Mar 2003
Posts: 31279
Location: here

PostPosted: Sat Dec 18, 2004 11:32 am    Post subject: Reply with quote

Non hai caricato nessum modulo. Io ti consiglio un
Code:
# emerge coldplug
# rc-update add coldplug boot
# /etc/init.d/coldplug start   //solo per questa volta per lanciarlo manualmente

e poi vedi se lsmod ti dice altro
_________________
Questions are guaranteed in life; Answers aren't.
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 11:32 am    Post subject: Reply with quote

Ciao prova a dare:
Code:

modprobe 3c59x

_________________
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 11:33 am    Post subject: Reply with quote

Coldplug me lo da come masked
Back to top
View user's profile Send private message
fedeliallalinea
Administrator
Administrator


Joined: 08 Mar 2003
Posts: 31279
Location: here

PostPosted: Sat Dec 18, 2004 11:34 am    Post subject: Reply with quote

mikfaina wrote:
Coldplug me lo da come masked

Ma hai fatto un'installazione offline?
_________________
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 11:37 am    Post subject: Reply with quote

Non credo in quanto più volte durante l'installazione scaricava da internet mentre compilava...
Back to top
View user's profile Send private message
fedeliallalinea
Administrator
Administrator


Joined: 08 Mar 2003
Posts: 31279
Location: here

PostPosted: Sat Dec 18, 2004 11:38 am    Post subject: Reply with quote

mikfaina wrote:
Non credo in quanto più volte durante l'installazione scaricava da internet mentre compilava...

Nel senso hai dato un emerge sync durante l'installazione? Comunque posta un
Code:
$ cat /proc/pci | grep Ethernet

_________________
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 11:43 am    Post subject: Reply with quote

No non ho dato nessun emerge sync
Code:
cat /proc/pci | grep Ethernet
Ethernet controller: nVidia Corporation nForce2 Ethernet Controller (rev 161).
Back to top
View user's profile Send private message
fedeliallalinea
Administrator
Administrator


Joined: 08 Mar 2003
Posts: 31279
Location: here

PostPosted: Sat Dec 18, 2004 11:47 am    Post subject: Reply with quote

Hai scompattato pero' lo snapshot. Prova a dare un
Code:
# modprobe sis900
# /etc/init.d/net.eth0 start

_________________
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 11:54 am    Post subject: Reply with quote

mi risponde Can't locate module sis900
Back to top
View user's profile Send private message
fedeliallalinea
Administrator
Administrator


Joined: 08 Mar 2003
Posts: 31279
Location: here

PostPosted: Sat Dec 18, 2004 11:57 am    Post subject: Reply with quote

Allora posta un cat /proc/pci completo e un ls /lib/modules/`uname -r`/kernel/drivers/net/
_________________
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 12:20 pm    Post subject: Reply with quote

Code:
Bus 0, device 8, function 0:
PCI bridge: PCI device 10de:006c (nvidia Corporation) (rev163)
Master capable , No bursts. Min Gnt=2
Bus 0, device 9, function 0:
IDE interface: nvidia Corporation nForce2 IDE (rev 162).
Master Capable. No bursts. Min Gnt=3.Max Lat=1.
I/O at 0xf000 [0xf00f].
Bus 0, device 12, function 0:
FireWie (IEEE 1394): nVidia Corporation nForce2 FireWire (IEEE 1394) COntroller (rev 163).
IRQ 11.
Master Capable. No Bursts. Min Gnt=3.Max Lat=1.
Non-prefetchable 32 bit memory at 0xee084000 [0xee0847ff]
Non-prefetchable 32 bit memory at 0xee085000 [0xee08503f]
Bus 0, device 30, function 0:
PCI bridge: nVidia Corporation nForce2 AGP (rev 162)
Master Capable. Latency=32. Min Gnt=10.
Bus 2, device 0, function 0:
VGA compatible controller: PCI device 10de:0332 (nVidia Corporation) (rev161).
IRQ 5.
Master Capable. Latency=32. min Gnt=5.Max Lat=1.
Non-prefetchable 32 bit memory at 0xe0000000 [0xe7ffffff]
Prefetchable 32 bit memory at 0xe0000000 [0xe7ffffff]

ls /lib/modules/
2.4.26-gentoo-39
uname -r /kernel/drivers/net/
2.4.26-gentoo-r9

Mi sa che manca qualcosa a cat /proc/pci perchè la schermata mi scorre.

Mik
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 12:30 pm    Post subject: Reply with quote

Così la redirezioni ad un file:
Code:

ls /lib/modules/`uname -r`/kernel/drivers/net/ > scremata

_________________
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 12:35 pm    Post subject: Reply with quote

Non credo di capire dici che il comando serve per mettere la schermata su un file???
io ho digitato pari pari
ls /lib/modules/'uname -r' /kernel/drivers/net/ > schermata e mi da errore.
inoltre sto scrivendo da un comp diverso da quello su cui ho installatogentoo, come faccio a far passare il file della schermata se non mi funziona la rete?
Back to top
View user's profile Send private message
fedeliallalinea
Administrator
Administrator


Joined: 08 Mar 2003
Posts: 31279
Location: here

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

Il comando uname -r deve stare tra virgolette ` non tra '
_________________
Questions are guaranteed in life; Answers aren't.
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 12:45 pm    Post subject: Reply with quote

Lascia stare la mia soluzione e ascolta fedeli, sono preso con altro e scrivo c...te.
Il comando sarebbe servito per questo
Code:
cat /proc/pc > lista
per l'altro non ha senso.
Il file lo fai passare per dischetto magari.
_________________
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 12:45 pm    Post subject: Reply with quote

Sono confuso ma c'è qualche spazio tra le virgolette ed il resto?? ci dvo mettere anche > schermata?
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 12:51 pm    Post subject: Reply with quote

Scusami ho fatto solo confusione...
Code:

ls /lib/modules/`uname -r`/kernel/drivers/net/

_________________
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:04 pm    Post subject: Reply with quote

Ma quelle nel tuo post sono " o '
io ho digitato sia
ls /lib/modules/"uname -r"/kernel/drivers/net/
che
ls /lib/modules/'uname -r'/kernel/drivers/net/
ma mi no such file o directory in entrambi i casi.
Back to top
View user's profile Send private message
randomaze
Bodhisattva
Bodhisattva


Joined: 21 Oct 2003
Posts: 9985

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

mikfaina wrote:
Ma quelle nel tuo post sono " o '


Nessuna delle due, sono ` (non ricordo come farle su tastiera italiana, forse altgr-apsotrofo o altgr-0....)
_________________
Ciao da me!
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:10 pm    Post subject: Reply with quote

Ok... alt gr + ?

Code:
`

_________________
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 1, 2  Next
Page 1 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