Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
Prima installazione di gentoo...
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
marco86
Guru
Guru


Joined: 04 Jun 2004
Posts: 574
Location: /italy/torino/valli_di_Lanzo

PostPosted: Wed Jun 09, 2004 6:56 am    Post subject: Prima installazione di gentoo... Reply with quote

Sto per installare per la prima volta gentoo, ho letto molta documentazione, e durante l'installazione posso essere affiancato da un'altro pc connesso alla rete, in modo che se riscontro problemi posso cercare nei vari post del forum.....
C'è qualche accorgimento che devo prendere prima di procedere? grazie
Back to top
View user's profile Send private message
Sasdo
Guru
Guru


Joined: 18 Feb 2004
Posts: 542
Location: 44.476474,11.644446 circa.

PostPosted: Wed Jun 09, 2004 7:11 am    Post subject: Reply with quote

potrebbe esserti utile fare una lista dell'hardware del pc su cui installerai gentoo...

salvato tutti i dati?

in bocca al lupo :mrgreen:
_________________
LinuxUser #362518
--
Ochei lo ammetto: il mio cervello lo tengo in frigo.
Back to top
View user's profile Send private message
marco86
Guru
Guru


Joined: 04 Jun 2004
Posts: 574
Location: /italy/torino/valli_di_Lanzo

PostPosted: Wed Jun 09, 2004 7:32 am    Post subject: Reply with quote

lo devo installare su un'altro pc, non quello che sto usanda adesso, e quindi non perdo niente, e posso fare tutte le prove che voglio... :P :P
ma io ho il cd live, e uno con tutti i pacchetti, vorrei usare lo stage 3, con il cd dei pacchetti vero che non mi serve l'acceso a internet..?
grazie
Back to top
View user's profile Send private message
Ty[L]eR
Apprentice
Apprentice


Joined: 18 May 2004
Posts: 190
Location: it

PostPosted: Wed Jun 09, 2004 8:10 am    Post subject: Reply with quote

il collegamento potrebbe non servirti (a meno che non aggiorni la "lista dei pacchetti" con emerge sync e usi il tarball del livecd... tuttavia ti consiglio di aggiornare in seguito almeno i pacchetti del "system" come dice pure nella guida all'installazione). Tra l'altro mi sembra che tra i pacchetti precompilati ci sia KDE 3.2.1 (se hai intenzione di usare KDE) e nel portage è disponibile il 3.2.2, io ti consiglierei di emergere kde mentre dormi cosi al mattino ti ritrovi con un bel KDE ottimizzato 8)
tutto questo imho :roll:

bye
Back to top
View user's profile Send private message
marco86
Guru
Guru


Joined: 04 Jun 2004
Posts: 574
Location: /italy/torino/valli_di_Lanzo

PostPosted: Wed Jun 09, 2004 8:56 am    Post subject: Reply with quote

iniziano i problemi... non mi riconosce in automatico la scheda di rete...
il modello è 3com 3c09b....
come faccio...?
Back to top
View user's profile Send private message
fedeliallalinea
Administrator
Administrator


Joined: 08 Mar 2003
Posts: 30965
Location: here

PostPosted: Wed Jun 09, 2004 8:59 am    Post subject: Reply with quote

Ho creato una lista di domande riccorenti per l'installazione su x86 su questo post e trovi la soluzione (o possibele soluzione) qui
_________________
Questions are guaranteed in life; Answers aren't.
Back to top
View user's profile Send private message
marco86
Guru
Guru


Joined: 04 Jun 2004
Posts: 574
Location: /italy/torino/valli_di_Lanzo

PostPosted: Wed Jun 09, 2004 9:11 am    Post subject: Reply with quote

io do questo comando...
ls /lib/modules/`uname -r`/kernel/drivers/net/*
il problema è che mi lista troppe cose, e non vedo le prime...
comunque, io in questo file dovrei trovarne uno con il nome della mia scheda di rete, vero...?
se non c'è? provo a fare:

# rmmod eth1394
# modprobe 3com 3c09b

aiutatemi vi prego...


grazie
Back to top
View user's profile Send private message
Cazzantonio
Bodhisattva
Bodhisattva


Joined: 20 Mar 2004
Posts: 4514
Location: Somewere around the world

PostPosted: Wed Jun 09, 2004 9:32 am    Post subject: Reply with quote

Hai dato
Code:

rmmod eth1394
modprobe 3com 3c09b


???

Dal menù di configurazione del kernel ti riporto quanto scritto per gli unici 2 moduli che ho visto per le schede di rete 3com (almeno nel mio kernel gento-dev-sources/2.6.5-r1):
1)
x CONFIG_VORTEX: x
x x
x This option enables driver support for a large number of 10mbps and x
x 10/100mbps EISA, PCI and PCMCIA 3Com network cards: x
x x
x "Vortex" (Fast EtherLink 3c590/3c592/3c595/3c597) EISA and PCI x
x "Boomerang" (EtherLink XL 3c900 or 3c905) PCI x
x "Cyclone" (3c540/3c900/3c905/3c980/3c575/3c656) PCI and Cardbus x
x "Tornado" (3c905) PCI x
x "Hurricane" (3c555/3cSOHO) PCI x
x x
x If you have such a card, say Y and read the Ethernet-HOWTO, x
x available from <http://www.tldp.org/docs.html#howto>. More x
x specific information is in x
x <file:Documentation/networking/vortex.txt> and in the comments at x
x the beginning of <file:drivers/net/3c59x.c>. x
x x
x To compile this support as a module, choose M here and read x
x <file:Documentation/networking/net-modules.txt>.

2)

x CONFIG_TYPHOON: x
x x
x This option enables driver support for the 3cr990 series of cards: x
x x
x 3C990-TX, 3CR990-TX-95, 3CR990-TX-97, 3CR990-FX-95, 3CR990-FX-97, x
x 3CR990SVR, 3CR990SVR95, 3CR990SVR97, 3CR990-FX-95 Server, x
x 3CR990-FX-97 Server, 3C990B-TX-M, 3C990BSVR x
x x
x If you have a network (Ethernet) card of this type, say Y and read x
x the Ethernet-HOWTO, available from x
x <http://www.tldp.org/docs.html#howto>. x
x x
x To compile this driver as a module, choose M here and read x
x <file:Documentation/networking/net-modules.txt>. The module x
x will be called typhoon.

Spero possa servirti
Da una prima scorsa non ho visto nessun modulo corrispondente alla tua scheda però....[/quote]
_________________
Any mans death diminishes me, because I am involved in Mankinde; and therefore never send to know for whom the bell tolls; It tolls for thee.
-John Donne


Last edited by Cazzantonio on Wed Jun 09, 2004 9:38 am; edited 1 time in total
Back to top
View user's profile Send private message
Cazzantonio
Bodhisattva
Bodhisattva


Joined: 20 Mar 2004
Posts: 4514
Location: Somewere around the world

PostPosted: Wed Jun 09, 2004 9:35 am    Post subject: Reply with quote

marconordkapp wrote:

il problema è che mi lista troppe cose, e non vedo le prime...


fai
Code:

ls /lib/modules/`uname -r`/kernel/drivers/net/* |less

così puoi scorrere con calma tutta la lista :D
_________________
Any mans death diminishes me, because I am involved in Mankinde; and therefore never send to know for whom the bell tolls; It tolls for thee.
-John Donne
Back to top
View user's profile Send private message
marco86
Guru
Guru


Joined: 04 Jun 2004
Posts: 574
Location: /italy/torino/valli_di_Lanzo

PostPosted: Wed Jun 09, 2004 9:39 am    Post subject: Reply with quote

sono riuscito, ho fatto lsmod e ho visto che caricava una sbagliata, l'ho tolta, e ho montato la 3c90x, postando ho sbagliato a scrivere la mia scheda... per adesso grazie mille, davvero
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