Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
Vedo tutto come allo specchio!!![SOLVED]
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
pigreco
Apprentice
Apprentice


Joined: 16 Nov 2005
Posts: 223
Location: Italia

PostPosted: Thu Nov 17, 2005 8:31 pm    Post subject: Reply with quote

...non so che dire ogni volta che metto le mani sul kernel e ricompilo le cose vanno sempre peggio, adesso c'è solo l'openfirmware e quando arriva all'smp la console sparisce (ho fatto male ha specificare 2 proc nella compilazione del kernel?), forse come dice randomaze effettivamente il supporto per il G5 è veramente scarso e non vale la pena, nessuno può portare la propria testimonianza? inoltre come faccio a postare le cose che ho durante il lavoro con il live cd? devo usare linxs2?

...sono sempre + dubbioso....
Back to top
View user's profile Send private message
randomaze
Bodhisattva
Bodhisattva


Joined: 21 Oct 2003
Posts: 9985

PostPosted: Thu Nov 17, 2005 8:42 pm    Post subject: Reply with quote

pigreco wrote:
forse come dice randomaze effettivamente il supporto per il G5 è veramente scarso e non vale la pena, nessuno può portare la propria testimonianza? inoltre come faccio a postare le cose che ho durante il lavoro con il live cd? devo usare linxs2?


Calma e non ti abbattere.

Partiamo dal LiveCD.
Con il LiveCD funziona tutto? Vedi i processori e la grafica?
_________________
Ciao da me!
Back to top
View user's profile Send private message
pigreco
Apprentice
Apprentice


Joined: 16 Nov 2005
Posts: 223
Location: Italia

PostPosted: Thu Nov 17, 2005 9:06 pm    Post subject: Reply with quote

si il livecd non dà nessun problema
Back to top
View user's profile Send private message
Luca89
Advocate
Advocate


Joined: 27 Apr 2005
Posts: 2107
Location: Agrigento (Italy)

PostPosted: Thu Nov 17, 2005 9:08 pm    Post subject: Reply with quote

allora puoi provare a bootare con il kernel del livecd oppure compilarne uno con genkernel.
_________________
Running Fast!
Back to top
View user's profile Send private message
pigreco
Apprentice
Apprentice


Joined: 16 Nov 2005
Posts: 223
Location: Italia

PostPosted: Thu Nov 17, 2005 9:16 pm    Post subject: Reply with quote

con genkernel avevo avuto un pò di problemi e non ho più riprovato...ma ci posso ritentare, invece come faccio per usare il kernel del livecd?,

ma prima di diventare matto conosci qualcuno che lavora felicemente con gentoo su G5?
Back to top
View user's profile Send private message
.:deadhead:.
Advocate
Advocate


Joined: 25 Nov 2003
Posts: 2963
Location: Milano, Italy

PostPosted: Thu Nov 17, 2005 9:29 pm    Post subject: Reply with quote

a sto punto, boota da liveCD, chroot dentro il sistema installato, ricompila il kernel senza quel supporto al multiproc e vedi cosa fa.

//EDIT, caspita , mi sa che siam già andati avanti.

Cmq confermo che nella guida gentoo c'è scritto cosa devi fare per usare il kernel del liveCD, prova a bootar con quello
_________________
Proudly member of the Gentoo Documentation Project: the Italian Conspiracy ! ;)
Back to top
View user's profile Send private message
Peach
Advocate
Advocate


Joined: 08 Mar 2003
Posts: 3686
Location: London, UK

PostPosted: Thu Nov 17, 2005 9:41 pm    Post subject: Reply with quote

pigreco wrote:
inoltre come faccio a postare le cose che ho durante il lavoro con il live cd? devo usare linxs2?

la risposta è positiva:
Code:
$ links -g http://forums.gentoo.org

se vuoi puoi avere anche il supporto per il mouse sotto il framebuffer con gpm, se nn erro dovrebbe partire automaticamente altrimenti lo starti con
Code:
# /etc/init.d/gpm start


hm... nn mi viene in mente altro.
_________________
Gentoo user since 2004.
"It's all fun and games, until someone loses an eye" - mom
Back to top
View user's profile Send private message
pigreco
Apprentice
Apprentice


Joined: 16 Nov 2005
Posts: 223
Location: Italia

PostPosted: Thu Nov 17, 2005 9:52 pm    Post subject: Reply with quote

sto provando con genkernel, dopo

Code:
zcat /proc/config.gz > /usr/share/genkernel/ppc64/kernel-config-2.6


e

Code:
genkernel all


ho due errori:

Code:
Linux Kernel 2.6.12-gentoo-r10 for ppc64...
ERROR: error: No kernel . config specified, or file not found!


.....era questo il problema che avevo incontrato, avete idea di dove stia il problema?
Back to top
View user's profile Send private message
pigreco
Apprentice
Apprentice


Joined: 16 Nov 2005
Posts: 223
Location: Italia

PostPosted: Thu Nov 17, 2005 10:00 pm    Post subject: Reply with quote

spiegatemi una cosa, adesso sto compilando il kernel-2.6.g5 contenuto in /usr/share/genkernel/ppc64/, è un kernel generico per g5 oppure è quello creato dal livecd?
Back to top
View user's profile Send private message
randomaze
Bodhisattva
Bodhisattva


Joined: 21 Oct 2003
Posts: 9985

PostPosted: Thu Nov 17, 2005 10:04 pm    Post subject: Reply with quote

pigreco wrote:
.....era questo il problema che avevo incontrato, avete idea di dove stia il problema?


Si, nel fatto che genkernel non supporta ppc64. Avevo il dubbio ma non ne ero sicuro...

Puoi usare direttamente il kernel del LiveCD seguendo questa guida

O puoi anche compilare un kernel partendo dalla configurazione del liveCD:
Code:
zcat /proc/config.gz > /usr/src/linux/.config
cd /usr/src/linux
make oldconfig

e dopo procedi normalmente.

Secondo me ti conviene seguire la prima strada (copiare il kernel del LiveCD), in modo da avere una entry funzionante in yaboot.

Dopo aggiungere una entry di test e iniziare a vedere come ottenere un altro kernel, magari partendo dal secondo consiglio che ti ho dato (ovvero compilare con kernel partendo dalla configurazione del LiveCD)
_________________
Ciao da me!
Back to top
View user's profile Send private message
randomaze
Bodhisattva
Bodhisattva


Joined: 21 Oct 2003
Posts: 9985

PostPosted: Thu Nov 17, 2005 10:07 pm    Post subject: Reply with quote

pigreco wrote:
spiegatemi una cosa, adesso sto compilando il kernel-2.6.g5 contenuto in /usr/share/genkernel/ppc64/, è un kernel generico per g5 oppure è quello creato dal livecd?


In /usr/share/genkernel/ppc64/ non c'é nessun kernel, solo i files di configurazione di genkernel.
Il kernel é (o meglio dovrebbe essere) in /usr/src/linux ed é l'unico kernel possibile per linux, che viene configurato in modo da compilare le parti per l'architettura di riferimento.
_________________
Ciao da me!
Back to top
View user's profile Send private message
pigreco
Apprentice
Apprentice


Joined: 16 Nov 2005
Posts: 223
Location: Italia

PostPosted: Thu Nov 17, 2005 10:26 pm    Post subject: Reply with quote

si scusami mi sono sbagliato comunque sto provando con il file ottenuto con il comando:

Code:
zcat /proc/config.gz > /usr/src/linux/.config


ora vediamo come va
Back to top
View user's profile Send private message
pigreco
Apprentice
Apprentice


Joined: 16 Nov 2005
Posts: 223
Location: Italia

PostPosted: Thu Nov 17, 2005 10:32 pm    Post subject: Reply with quote

...............AVVIATO CON SUCCESSO!!!!...... :lol: vi ringrazio tutti moltissimo per la vostra disponibilità anche se temo che risentirete parlare di me :roll:
Back to top
View user's profile Send private message
Peach
Advocate
Advocate


Joined: 08 Mar 2003
Posts: 3686
Location: London, UK

PostPosted: Thu Nov 17, 2005 10:57 pm    Post subject: Reply with quote

pigreco wrote:
...............AVVIATO CON SUCCESSO!!!!......

grande :)
_________________
Gentoo user since 2004.
"It's all fun and games, until someone loses an eye" - mom
Back to top
View user's profile Send private message
neon
l33t
l33t


Joined: 04 Aug 2003
Posts: 759
Location: Catania, Italy, Europe

PostPosted: Thu Nov 17, 2005 11:08 pm    Post subject: Reply with quote

Azz hai gia' risolto, io stavo per consigliarti di usare rev :)
_________________
Io credo che le tecnologie siano moralmente neutrali fino a quando non le utilizziamo - William Gibson

LINEE GUIDA DEL FORUM
Back to top
View user's profile Send private message
pigreco
Apprentice
Apprentice


Joined: 16 Nov 2005
Posts: 223
Location: Italia

PostPosted: Thu Nov 17, 2005 11:15 pm    Post subject: Reply with quote

.......rev? non so cosa è
Back to top
View user's profile Send private message
neon
l33t
l33t


Joined: 04 Aug 2003
Posts: 759
Location: Catania, Italy, Europe

PostPosted: Fri Nov 18, 2005 12:47 am    Post subject: Reply with quote

pigreco wrote:
.......rev? non so cosa �

Diciamo che se un giorno dovessi avere nostalgia del tuo schermo a specchio potresti aprire la console ed avviare:
Code:
$ rev

e poi scrivi quello che vuoi ;)
_________________
Io credo che le tecnologie siano moralmente neutrali fino a quando non le utilizziamo - William Gibson

LINEE GUIDA DEL FORUM
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