Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
Installazione - Errore inizializ. della rete DHCP [RISOLTO]
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
ianstilo
Apprentice
Apprentice


Joined: 04 Nov 2004
Posts: 196
Location: Merlino

PostPosted: Wed Aug 31, 2005 8:39 am    Post subject: Installazione - Errore inizializ. della rete DHCP [RISOLTO] Reply with quote

Ciao, ho finito la prima fase di installazione..quindi avvio senza livecd..ma all'avvio durante l'inizializzazione dei vari servizi..DHCP fallisce e mi dice:

Bringing eth0 up via DHCP...

Bringing eth1 up via DHCP...

ERROR: Problem starting needed services.
"netmount" was not started.

A cosa è dovuto?

Come risolvo?

Grazie.


Last edited by ianstilo on Wed Aug 31, 2005 5:44 pm; edited 1 time in total
Back to top
View user's profile Send private message
ianstilo
Apprentice
Apprentice


Joined: 04 Nov 2004
Posts: 196
Location: Merlino

PostPosted: Wed Aug 31, 2005 9:39 am    Post subject: Reply with quote

in sostanza penso non mi veda la scheda di rete..
Back to top
View user's profile Send private message
X-Drum
Advocate
Advocate


Joined: 24 Aug 2003
Posts: 2517
Location: ('Modica','Trieste','Ferrara') Italy

PostPosted: Wed Aug 31, 2005 9:42 am    Post subject: Reply with quote

se desideri che qualcuno ti aiuti devi postare almeno:
-un lsmod
-un lspci
-l'output del file /etc/conf.d/net
-fornire il nome della tua scheda di rete (produttore e modello se lo conosci)
-il tuo pc è connesso ad un router?
_________________
"...There are two sort of lies, lies and benchmarks..."
Back to top
View user's profile Send private message
Ic3M4n
Advocate
Advocate


Joined: 02 Nov 2004
Posts: 3489
Location: Bergamo.

PostPosted: Wed Aug 31, 2005 9:47 am    Post subject: Reply with quote

allora: i casi sono 2: o non hai compilato i modulli per la scheda di rete oppure l'ultima installazione che hai fatto l'hai fatta un po' di tempo fa quando dhcpcd facefa parte del system. ora non più, è un pacchetto che ti devi emergere manualmente. quindi dagli un'occhiata.
Back to top
View user's profile Send private message
ianstilo
Apprentice
Apprentice


Joined: 04 Nov 2004
Posts: 196
Location: Merlino

PostPosted: Wed Aug 31, 2005 10:00 am    Post subject: Reply with quote

Dunque la scheda è una 3COM

in /etc/conf.d/net ho messo

iface_eth0="dhcp"
iface_eth1="dhcp"



ho messo nel kernel (built-in) il modulo per 3COM

ma se faccio:

grep E100 /usr/src/linux/.config mi dice:

# CONFIG_E100 is not set
# CONFIG_E1000 is not set



??????



per quanto riguarda il router...si sono connesso ad un router...con semplice dhcp dovrebbe funzionare..

il problema è del mio pc...non vede proprio la scheda...
Back to top
View user's profile Send private message
X-Drum
Advocate
Advocate


Joined: 24 Aug 2003
Posts: 2517
Location: ('Modica','Trieste','Ferrara') Italy

PostPosted: Wed Aug 31, 2005 10:04 am    Post subject: Reply with quote

ianstilo wrote:
il problema è del mio pc...non vede proprio la scheda...

si questo si era capito, ma sei sicuro di aver incluso nel kernel (come modulo o builtin)
il driver corretto per la tua scheda di rete?.

con un lspci ti ricavi il modello esatto (di 3com ne esistono a bizzeffe)
e poi lo compili nel tuo kernel (aiutati con l'help del kernel per capire quale driver 3com fa al caso tuo)
_________________
"...There are two sort of lies, lies and benchmarks..."
Back to top
View user's profile Send private message
GuN_jAcK
l33t
l33t


Joined: 23 Mar 2005
Posts: 832
Location: Prague, Czech Republic

PostPosted: Wed Aug 31, 2005 10:04 am    Post subject: Reply with quote

ianstilo wrote:
Dunque la scheda è una 3COM

in /etc/conf.d/net ho messo

iface_eth0="dhcp"
iface_eth1="dhcp"



ho messo nel kernel (built-in) il modulo per 3COM

ma se faccio:

grep E100 /usr/src/linux/.config mi dice:

# CONFIG_E100 is not set
# CONFIG_E1000 is not set



??????



per quanto riguarda il router...si sono connesso ad un router...con semplice dhcp dovrebbe funzionare..

il problema è del mio pc...non vede proprio la scheda...


non è che nel kernel sono messi come modulo e quindi li devi caricare tu manualmente? controlla...

poi gli e100 e gli e1000 sono Intel o no? (o 3com li usa ugualmente?)
_________________
Rispondi in maniera intelligente anche a chi ti tratta stupidamente.
Back to top
View user's profile Send private message
morellik
l33t
l33t


Joined: 03 Feb 2003
Posts: 629
Location: Firenze

PostPosted: Wed Aug 31, 2005 10:09 am    Post subject: Reply with quote

Usa, come dice X-Drum' lspci.
Non vorrei sbagliare ma le E100/E1000 non si riferiscono alle 3COM ma a schede Intel.

morellik
Back to top
View user's profile Send private message
ianstilo
Apprentice
Apprentice


Joined: 04 Nov 2004
Posts: 196
Location: Merlino

PostPosted: Wed Aug 31, 2005 10:12 am    Post subject: Reply with quote

Facendo lspci | grep Eth

mi viene:

3Com Corporation 3c940 10/100/1000Base-T [Marvell] (rev 12)


che modulo dovrei usare?
Back to top
View user's profile Send private message
X-Drum
Advocate
Advocate


Joined: 24 Aug 2003
Posts: 2517
Location: ('Modica','Trieste','Ferrara') Italy

PostPosted: Wed Aug 31, 2005 10:19 am    Post subject: Reply with quote

ianstilo wrote:
che modulo dovrei usare?

hai tutti i dati necessari in mano per scoprirlo autonomamente
il modello è: 3c940
la marca: 3Com Corporation

Code:
cd /usr/src/linux
make menuconfig


Device Drivers ---> Networking options --->Ethernet (1000 Mbit) --->

edit: usa l'help in linea del kernel
_________________
"...There are two sort of lies, lies and benchmarks..."
Back to top
View user's profile Send private message
ianstilo
Apprentice
Apprentice


Joined: 04 Nov 2004
Posts: 196
Location: Merlino

PostPosted: Wed Aug 31, 2005 10:21 am    Post subject: Reply with quote

X-Drum wrote:
ianstilo wrote:
che modulo dovrei usare?

hai tutti i dati necessari in mano per scoprirlo autonomamente
il modello è: 3c940
la marca: 3Com Corporation

Code:
cd /usr/src/linux
make menuconfig


Device Drivers ---> Networking options --->Ethernet (1000 Mbit) --->

edit: usa l'help in linea del kernel



Non vedo moduli per 3COM in Ethernet (1000 Mbit)...
Back to top
View user's profile Send private message
Ic3M4n
Advocate
Advocate


Joined: 02 Nov 2004
Posts: 3489
Location: Bergamo.

PostPosted: Wed Aug 31, 2005 10:33 am    Post subject: Reply with quote

tutte le 3com sono sotto 10/100
Back to top
View user's profile Send private message
ianstilo
Apprentice
Apprentice


Joined: 04 Nov 2004
Posts: 196
Location: Merlino

PostPosted: Wed Aug 31, 2005 10:34 am    Post subject: Reply with quote

ma il mio modello non c'è quale dovrei mettere?
Back to top
View user's profile Send private message
X-Drum
Advocate
Advocate


Joined: 24 Aug 2003
Posts: 2517
Location: ('Modica','Trieste','Ferrara') Italy

PostPosted: Wed Aug 31, 2005 10:34 am    Post subject: Reply with quote

ianstilo wrote:
Non vedo moduli per 3COM in Ethernet (1000 Mbit)...


io vedo che ancora ti ostino a _non_ adoperare l'help online del kernel
toh:
make menuconfig help Marvell Yukon Chipset / SysKonnect SK-98xx Support wrote:
CONFIG_SK98LIN:
This driver has been marked deprecated for Gentoo users, as it seems
problematic and the new skge driver (CONFIG_SKGE) works much better.
If you do not rely on features of this driver, please use SKGE instead.

Say Y here if you have a Marvell Yukon or SysKonnect SK-98xx/SK-95xx
compliant Gigabit Ethernet Adapter. The following adapters are supporte
by this driver:
- 3Com 3C940 Gigabit LOM Ethernet Adapter
[....]


mentre quello giusto e non deprecato è:
make menuconfig help New SysKonnect GigaEthernet support wrote:

CONFIG_SKGE:

This driver support the Marvell Yukon or SysKonnect SK-98xx/SK-95xx [...]

basta leggere l'help in linea del kernel

@ic3m4n:
Ic3M4n wrote:
tutte le 3com sono sotto 10/100

è una 1000mb con chipset 3C940 compatibile yukon marvell, questo emerge dal suo lspci
quindi sta sotto 1000 :?
_________________
"...There are two sort of lies, lies and benchmarks..."


Last edited by X-Drum on Wed Aug 31, 2005 10:36 am; edited 1 time in total
Back to top
View user's profile Send private message
ianstilo
Apprentice
Apprentice


Joined: 04 Nov 2004
Posts: 196
Location: Merlino

PostPosted: Wed Aug 31, 2005 10:36 am    Post subject: Reply with quote

provo con la 900 series..
Back to top
View user's profile Send private message
X-Drum
Advocate
Advocate


Joined: 24 Aug 2003
Posts: 2517
Location: ('Modica','Trieste','Ferrara') Italy

PostPosted: Wed Aug 31, 2005 10:37 am    Post subject: Reply with quote

ianstilo wrote:
provo con la 900 series..

vabbeh va fai come ti pare ti ho dato il driver cmq nel post sopra..
good luck
_________________
"...There are two sort of lies, lies and benchmarks..."
Back to top
View user's profile Send private message
ianstilo
Apprentice
Apprentice


Joined: 04 Nov 2004
Posts: 196
Location: Merlino

PostPosted: Wed Aug 31, 2005 10:45 am    Post subject: Reply with quote

X-Drum wrote:
ianstilo wrote:
provo con la 900 series..

vabbeh va fai come ti pare ti ho dato il driver cmq nel post sopra..
good luck



ok ok...ho messo il driver che dici tu...e l'ho messo built-in...

ma il problema persiste...
Back to top
View user's profile Send private message
Ic3M4n
Advocate
Advocate


Joined: 02 Nov 2004
Posts: 3489
Location: Bergamo.

PostPosted: Wed Aug 31, 2005 10:45 am    Post subject: Reply with quote

X-Drum wrote:
è una 1000mb con chipset 3C940 compatibile yukon marvell, questo emerge dal suo lspci
quindi sta sotto 1000 :?

si, anche quella che monta mia sorella il livecd la rilevava come yukon, però onestamente mi ha sempre dato dei problemi. per quello che ho detto che le 3com sono tutte sotto 10/100, anche la sua l'ho configurata con quei moduli e non danno problemi.
Back to top
View user's profile Send private message
ianstilo
Apprentice
Apprentice


Joined: 04 Nov 2004
Posts: 196
Location: Merlino

PostPosted: Wed Aug 31, 2005 10:46 am    Post subject: Reply with quote

Ic3M4n wrote:
X-Drum wrote:
è una 1000mb con chipset 3C940 compatibile yukon marvell, questo emerge dal suo lspci
quindi sta sotto 1000 :?

si, anche quella che monta mia sorella il livecd la rilevava come yukon, però onestamente mi ha sempre dato dei problemi. per quello che ho detto che le 3com sono tutte sotto 10/100, anche la sua l'ho configurata con quei moduli e non danno problemi.


e con quale modulo?

mannaggia.....:cry:
Back to top
View user's profile Send private message
Ic3M4n
Advocate
Advocate


Joined: 02 Nov 2004
Posts: 3489
Location: Bergamo.

PostPosted: Wed Aug 31, 2005 10:53 am    Post subject: Reply with quote

non ho il pc sottomano. prova la yukon
Back to top
View user's profile Send private message
ianstilo
Apprentice
Apprentice


Joined: 04 Nov 2004
Posts: 196
Location: Merlino

PostPosted: Wed Aug 31, 2005 10:56 am    Post subject: Reply with quote

Ic3M4n wrote:
non ho il pc sottomano. prova la yukon


ma nelle 10/100 non c'è la yukon...:cry:
Back to top
View user's profile Send private message
X-Drum
Advocate
Advocate


Joined: 24 Aug 2003
Posts: 2517
Location: ('Modica','Trieste','Ferrara') Italy

PostPosted: Wed Aug 31, 2005 11:00 am    Post subject: Reply with quote

a mio avviso deve usare sk98lin (deprecato ma funzionante)
o skge il suo chipset è esplicitamente citato come funzionante
per sk98lin, non sarà il massimo ma almeno puo' iniziare a lavorare
(sk98lin lo uso su 3 pc server di rete con uptime 24/7, non è il
massimo ripeto ma è l'unico modo per farle andare, e a 1000,
e cmq il driver fa il suo sporco lavoro: le interfacce di quelle
macchine non sono mai andate giu' )
_________________
"...There are two sort of lies, lies and benchmarks..."
Back to top
View user's profile Send private message
ianstilo
Apprentice
Apprentice


Joined: 04 Nov 2004
Posts: 196
Location: Merlino

PostPosted: Wed Aug 31, 2005 11:03 am    Post subject: Reply with quote

X-Drum wrote:
a mio avviso deve usare sk98lin (deprecato ma funzionante)
o skge il suo chipset è esplicitamente citato come funzionante
per sk98lin, non sarà il massimo ma almeno puo' iniziare a lavorare
(sk98lin lo uso su 3 pc server di rete con uptime 24/7, non è il
massimo ripeto ma è l'unico modo per farle andare, e a 1000,
e cmq il driver fa il suo sporco lavoro: le interfacce di quelle
macchine non sono mai andate giu' )



l'ho messo ma mi dà lo stesso errore

ifconfig eth0 mi dice Device not found...
Back to top
View user's profile Send private message
Ic3M4n
Advocate
Advocate


Joined: 02 Nov 2004
Posts: 3489
Location: Bergamo.

PostPosted: Wed Aug 31, 2005 11:20 am    Post subject: Reply with quote

domanda: l'hai messo come modulo? è caricato?
l'hai messo built-in? hai riavviato?
Back to top
View user's profile Send private message
ianstilo
Apprentice
Apprentice


Joined: 04 Nov 2004
Posts: 196
Location: Merlino

PostPosted: Wed Aug 31, 2005 11:28 am    Post subject: Reply with quote

è built-in...ho fatto make install && make modules_install

ho riavviato.
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