Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
Tante cose: nuovo membro, domande ed help [FAQ]
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
kestral
n00b
n00b


Joined: 05 Mar 2004
Posts: 41

PostPosted: Fri Mar 05, 2004 11:58 pm    Post subject: Tante cose: nuovo membro, domande ed help [FAQ] Reply with quote

Salve a tutti!

Ho da pochi giorni scoperto Gentoo e ne sono rimasto entusiasto ma avrei un piccolo problemino (premetto che sono quasi un newbie di linux):

ho appena terminato l'installazione (non dispongo quindi di nessuna gui) e all'avvio non viene riconosciuta la scheda ethernet... come posso configurarla? quale file bisogna maneggiare? c'è un tool che lo fa per me?

Un'ulteriore domanda: ho appena acquistato (deve ancora arrivarmi) un Dell 8600 con schermo WSXGA 1680x1050 e ATI Radeon 9600 Pro, vista la particolare risoluzione nativa del display è comunque possibile in qualche modo configurare Gentoo per tale risoluzione?

Grazie!!! :D
Back to top
View user's profile Send private message
blackfede
Apprentice
Apprentice


Joined: 29 Dec 2003
Posts: 178

PostPosted: Sat Mar 06, 2004 12:03 am    Post subject: Reply with quote

Per la scheda ethernet devi controllare il kernel, se hai usato genkernel, è strano che non te l'abbia riconosciuta, se invece lo hai compilato a mano amgari hai dimenticato di aggiungrere il supporto. Sai il modello e/o il chipset della tua scheda?
Per quello che riguarda il monitor ( e soprattutto la scheda) non avrai nessun problema ad usare una risoluzione di quel tipo.
Back to top
View user's profile Send private message
kestral
n00b
n00b


Joined: 05 Mar 2004
Posts: 41

PostPosted: Sat Mar 06, 2004 12:20 am    Post subject: Reply with quote

Come kernel ho utilizzato i vanillas ma il fattaccio avviene durante il boot, il sistema sa di dover inizializzare eth0 ma non ci riesce... (ora non ricordo il messaggio esatto di errore)

La scheda di rete non ha nessuna marca :D Sto utilizzando VMWARE sotto WinXP per testare Gentoo e passare successivamente ad una installazione "seria".
Back to top
View user's profile Send private message
comio
Advocate
Advocate


Joined: 03 Jul 2003
Posts: 2191
Location: Taranto

PostPosted: Sat Mar 06, 2004 12:23 am    Post subject: Reply with quote

sotto vmware dovrebbe essere una AMD... ma non ricordo la serie. Fai prima a fare un dual boot ;)
_________________
RTFM!!!!

e

http://www.comio.it
:)
Back to top
View user's profile Send private message
kestral
n00b
n00b


Joined: 05 Mar 2004
Posts: 41

PostPosted: Sat Mar 06, 2004 12:27 am    Post subject: Reply with quote

Non posso fare il dual boot su questa macchina in quanto deve rimanere accesa 24 ore su 24.

Dove posso dunque trovare, se esiste, il file di configurazione di eth0?
Back to top
View user's profile Send private message
federico
Advocate
Advocate


Joined: 18 Feb 2003
Posts: 3272
Location: Italy, Milano

PostPosted: Sat Mar 06, 2004 1:00 am    Post subject: Reply with quote

/etc/conf.d/net
Come scritto nella documentazione di installazione del resto ..
_________________
Sideralis www.sideralis.org
Pic http://blackman.amicofigo.com/gallery
Arduino http://www.arduino.cc
Chi aveva potuto aveva spaccato
2000 pezzi buttati là
Molti saluti,qualche domanda
Semplice come musica punk
Back to top
View user's profile Send private message
kestral
n00b
n00b


Joined: 05 Mar 2004
Posts: 41

PostPosted: Sat Mar 06, 2004 1:14 am    Post subject: Reply with quote

file già controllato più e più volte... provato con tutte le configurazioni...

l'errore esatto al boot è:

"Failed to bring eth0 up...
ERROR: problem starting needed services.
netmount was not started"
Back to top
View user's profile Send private message
comio
Advocate
Advocate


Joined: 03 Jul 2003
Posts: 2191
Location: Taranto

PostPosted: Sat Mar 06, 2004 1:25 am    Post subject: Reply with quote

fai:

scanpci
lsmod
ifconfig

e posta i risultati
_________________
RTFM!!!!

e

http://www.comio.it
:)
Back to top
View user's profile Send private message
kestral
n00b
n00b


Joined: 05 Mar 2004
Posts: 41

PostPosted: Sat Mar 06, 2004 1:41 am    Post subject: Reply with quote

scanpci non è installato
lsmod restituisce solo la riga d'intestazione
ifconfig vede solo l'interfaccia di loopback
se provo "ifconfig eth0" dice che l'interfaccia non esiste
Back to top
View user's profile Send private message
comio
Advocate
Advocate


Joined: 03 Jul 2003
Posts: 2191
Location: Taranto

PostPosted: Sat Mar 06, 2004 10:14 am    Post subject: Reply with quote

fai cat /proc/pci

Possibile che hai solo l'intestazione di lsmod?

Ciao
_________________
RTFM!!!!

e

http://www.comio.it
:)
Back to top
View user's profile Send private message
fedeliallalinea
Administrator
Administrator


Joined: 08 Mar 2003
Posts: 30966
Location: here

PostPosted: Sat Mar 06, 2004 10:20 am    Post subject: Reply with quote

Guarda se qua trovi qualche soluzione.
_________________
Questions are guaranteed in life; Answers aren't.
Back to top
View user's profile Send private message
xchris
Advocate
Advocate


Joined: 10 Jul 2003
Posts: 2824

PostPosted: Sat Mar 06, 2004 12:33 pm    Post subject: Reply with quote

sotto vwmare la rete funziona con
pcnet32.o


quindi prova

Code:

modeprobe pcnet32
/etc/init.d/net.eth0 restart



se quando fai modprobe pcnet32 ti da errore fai cosi:

Code:

grep CONFIG_PCNET32 /usr/src/linux/.config


e postalo qua.

Ciao
Back to top
View user's profile Send private message
fedeliallalinea
Administrator
Administrator


Joined: 08 Mar 2003
Posts: 30966
Location: here

PostPosted: Sat Mar 06, 2004 12:37 pm    Post subject: Reply with quote

fedeliallalinea wrote:
Guarda se qua trovi qualche soluzione.

No questa e' bella ho postato qualcosa che volevo mettere in un'altro post. Devo almeno aspettare 1 ora dopo essere sveglio per parlare. :?
_________________
Questions are guaranteed in life; Answers aren't.
Back to top
View user's profile Send private message
xchris
Advocate
Advocate


Joined: 10 Jul 2003
Posts: 2824

PostPosted: Sat Mar 06, 2004 12:40 pm    Post subject: Reply with quote

fedeliallalinea wrote:
. Devo almeno aspettare 1 ora dopo essere sveglio per parlare. :?


:lol:

Bhe.. a me capita anche quando sono sveglio da ore.... non ci fare caso :D

ciao
Back to top
View user's profile Send private message
kestral
n00b
n00b


Joined: 05 Mar 2004
Posts: 41

PostPosted: Sat Mar 06, 2004 7:22 pm    Post subject: Reply with quote

modeprobe non funziona

per il resto CONFIG_PCNET32=m
Back to top
View user's profile Send private message
kestral
n00b
n00b


Joined: 05 Mar 2004
Posts: 41

PostPosted: Sat Mar 06, 2004 8:00 pm    Post subject: Risolto! Reply with quote

Grazie del supporto ragazzi! Alla fine smanettando qua e là sono riuscito a far funzionare la ethernet :D

Ora provo ad installare KDE e poi col tempo procederò ad un tuning completo... speriamo bene :wink:
Back to top
View user's profile Send private message
comio
Advocate
Advocate


Joined: 03 Jul 2003
Posts: 2191
Location: Taranto

PostPosted: Sat Mar 06, 2004 8:02 pm    Post subject: Reply with quote

facci sapere cosa hai fatto per i posteri
e metti la scritta [RISOLTO] nel titolo
Ciao
_________________
RTFM!!!!

e

http://www.comio.it
:)
Back to top
View user's profile Send private message
xchris
Advocate
Advocate


Joined: 10 Jul 2003
Posts: 2824

PostPosted: Sat Mar 06, 2004 8:08 pm    Post subject: Reply with quote

kestral wrote:
modeprobe non funziona

per il resto CONFIG_PCNET32=m



:(

per forza non funziona...

ho sbagliato a dgt!!

era modprobe pcnet32

cmq sono contento che tu abbia risolto.


se vuoi caricare il modulo in automatico fai:


1 - se hai un kernel 2.4
Code:

echo "pcnet32" >> /etc/modules.autoload.d/kernel-2.4




2 - se hai un kernel 2.6

Code:

echo "pcnet32" >> /etc/modules.autoload.d/kernel-2.6



sorry per l'errore :?

ciao
Back to top
View user's profile Send private message
kestral
n00b
n00b


Joined: 05 Mar 2004
Posts: 41

PostPosted: Sun Mar 07, 2004 10:41 am    Post subject: Reply with quote

Vorrei saperlo anche io quello che ho fatto 8O :lol:
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