Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
non riesco ad attivare il dma + problema boot
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
crisandbea
Veteran
Veteran


Joined: 03 Jul 2005
Posts: 1778
Location: BOSCO (SA) ... ma domiciliato a Bologna....

PostPosted: Mon Dec 05, 2005 12:06 pm    Post subject: Reply with quote

ho provato disattivando il framebuffer ma lo schermo è uguale nn cambia nulla, ke faccio ???
Back to top
View user's profile Send private message
Kernel78
Moderator
Moderator


Joined: 24 Jun 2005
Posts: 3654

PostPosted: Mon Dec 05, 2005 12:07 pm    Post subject: Reply with quote

crisandbea wrote:
ok , no nessun altro, ma sai onde evitare di fare le cose due volte o +, chiedo prima.

figurati... è che mi hai fatto venire dei dubbi :oops:
_________________
Le tre grandi virtù di un programmatore: pigrizia, impazienza e arroganza. (Larry Wall).
Prima di postare un file togli i commenti con
Code:
grep -vE '(^[[:space:]]*($|(#|!|;|//)))'
Back to top
View user's profile Send private message
crisandbea
Veteran
Veteran


Joined: 03 Jul 2005
Posts: 1778
Location: BOSCO (SA) ... ma domiciliato a Bologna....

PostPosted: Mon Dec 05, 2005 12:11 pm    Post subject: Reply with quote

che dici visto ke il problema persiste lo riattivo il framebuffer ??


nb:ma dopo aver compilato il kernel, che comandi devo fare??? giusto per curiosità.

ciao


Last edited by crisandbea on Mon Dec 05, 2005 12:14 pm; edited 1 time in total
Back to top
View user's profile Send private message
Kernel78
Moderator
Moderator


Joined: 24 Jun 2005
Posts: 3654

PostPosted: Mon Dec 05, 2005 12:13 pm    Post subject: Reply with quote

Domanda cretina: hai riavviato con il nuovo kernel ?
_________________
Le tre grandi virtù di un programmatore: pigrizia, impazienza e arroganza. (Larry Wall).
Prima di postare un file togli i commenti con
Code:
grep -vE '(^[[:space:]]*($|(#|!|;|//)))'
Back to top
View user's profile Send private message
crisandbea
Veteran
Veteran


Joined: 03 Jul 2005
Posts: 1778
Location: BOSCO (SA) ... ma domiciliato a Bologna....

PostPosted: Mon Dec 05, 2005 12:15 pm    Post subject: Reply with quote

dimmi i passi da fare dopo aver compilato il kernel, perchè ho uno strano dubbio.. forse sbaglio qlcs qua. ciao
Back to top
View user's profile Send private message
BikE
Guru
Guru


Joined: 21 Dec 2004
Posts: 455
Location: Genova

PostPosted: Mon Dec 05, 2005 12:24 pm    Post subject: Reply with quote

crisandbea wrote:
dimmi i passi da fare dopo aver compilato il kernel, perchè ho uno strano dubbio.. forse sbaglio qlcs qua. ciao

Copi l'immagine del kernel nella partizione di boot o dove vuoi e modifichi lilo/grub.
Back to top
View user's profile Send private message
Kernel78
Moderator
Moderator


Joined: 24 Jun 2005
Posts: 3654

PostPosted: Mon Dec 05, 2005 1:00 pm    Post subject: Reply with quote

crisandbea wrote:
dimmi i passi da fare dopo aver compilato il kernel, perchè ho uno strano dubbio.. forse sbaglio qlcs qua. ciao

Personalmente ho fatto puntare grub a due kernel linux, uno di default (kernel-default) e uno di test (kernel-development)
così quando faccio delle prove mi basta copiare l'immagine del kernel sopra a quella instabile e riavviare senza dover modificare il bootloader (sono pigro)
_________________
Le tre grandi virtù di un programmatore: pigrizia, impazienza e arroganza. (Larry Wall).
Prima di postare un file togli i commenti con
Code:
grep -vE '(^[[:space:]]*($|(#|!|;|//)))'
Back to top
View user's profile Send private message
BikE
Guru
Guru


Joined: 21 Dec 2004
Posts: 455
Location: Genova

PostPosted: Mon Dec 05, 2005 1:28 pm    Post subject: Reply with quote

Quoto Kernel78... anche io faccio cosi'.
Back to top
View user's profile Send private message
Kernel78
Moderator
Moderator


Joined: 24 Jun 2005
Posts: 3654

PostPosted: Mon Dec 05, 2005 1:35 pm    Post subject: Reply with quote

BikE wrote:
Quoto Kernel78... anche io faccio cosi'.

LOL
... allora come mai gli hai suggerito di fare un'altra cosa ???
_________________
Le tre grandi virtù di un programmatore: pigrizia, impazienza e arroganza. (Larry Wall).
Prima di postare un file togli i commenti con
Code:
grep -vE '(^[[:space:]]*($|(#|!|;|//)))'
Back to top
View user's profile Send private message
BikE
Guru
Guru


Joined: 21 Dec 2004
Posts: 455
Location: Genova

PostPosted: Mon Dec 05, 2005 1:41 pm    Post subject: Reply with quote

Kernel78 wrote:
BikE wrote:
Quoto Kernel78... anche io faccio cosi'.

LOL
... allora come mai gli hai suggerito di fare un'altra cosa ???

Perche' PRIMA di far questo deve modificare grub!! Dopo averlo fatto puo' tranquillamente sovrascrivere l'immagine "prova" quante volte vuole... mi e' parso di aver capito che non aveva dettato due differenti scelte di grub...
Back to top
View user's profile Send private message
crisandbea
Veteran
Veteran


Joined: 03 Jul 2005
Posts: 1778
Location: BOSCO (SA) ... ma domiciliato a Bologna....

PostPosted: Mon Dec 05, 2005 3:21 pm    Post subject: Reply with quote

mi direste i comandi da fare passo x passo?? grazie mille
Back to top
View user's profile Send private message
BikE
Guru
Guru


Joined: 21 Dec 2004
Posts: 455
Location: Genova

PostPosted: Mon Dec 05, 2005 3:37 pm    Post subject: Reply with quote

crisandbea wrote:
mi direste i comandi da fare passo x passo?? grazie mille

Dopo che hai compilato il kernel fai:
Code:

cp /urs/src/linux/arch/${TUA_ARCHITETTURA}/boot/bzImage /boot/Gentoo-new


Poi editi il file
Code:

/boot/grub/grub.conf

facendo una nuova voce che punti a /boot/Gentoo-new ( o come lo vuoi chiamare )
Back to top
View user's profile Send private message
crisandbea
Veteran
Veteran


Joined: 03 Jul 2005
Posts: 1778
Location: BOSCO (SA) ... ma domiciliato a Bologna....

PostPosted: Mon Dec 05, 2005 4:54 pm    Post subject: Reply with quote

Quote:
Poi editi il file
Codice:

/boot/grub/grub.conf

facendo una nuova voce che punti a /boot/Gentoo-new ( o come lo vuoi chiamare )




come si fa a farla puntare ???
Back to top
View user's profile Send private message
Kernel78
Moderator
Moderator


Joined: 24 Jun 2005
Posts: 3654

PostPosted: Mon Dec 05, 2005 4:57 pm    Post subject: Reply with quote

crisandbea wrote:
come si fa a farla puntare ???

Scusa ma almeno la guida l'hai letta ?
_________________
Le tre grandi virtù di un programmatore: pigrizia, impazienza e arroganza. (Larry Wall).
Prima di postare un file togli i commenti con
Code:
grep -vE '(^[[:space:]]*($|(#|!|;|//)))'
Back to top
View user's profile Send private message
BikE
Guru
Guru


Joined: 21 Dec 2004
Posts: 455
Location: Genova

PostPosted: Mon Dec 05, 2005 4:59 pm    Post subject: Reply with quote

Riquoto Kernel78 :D
Back to top
View user's profile Send private message
crisandbea
Veteran
Veteran


Joined: 03 Jul 2005
Posts: 1778
Location: BOSCO (SA) ... ma domiciliato a Bologna....

PostPosted: Mon Dec 05, 2005 5:19 pm    Post subject: Reply with quote

si ma di puntare al kernel nella guida per il grub non ne parla, ne parla solo prima di compilarlo, ma non credo centri con il grub o sbaglio ???
Back to top
View user's profile Send private message
BikE
Guru
Guru


Joined: 21 Dec 2004
Posts: 455
Location: Genova

PostPosted: Mon Dec 05, 2005 5:21 pm    Post subject: Reply with quote

Far puntare grub all'immagine del kernel significa semplicemente fare una nuova voce in grub.conf.... basta che copi pari pari quella gia' esistente e cambi solo il nome del file...
Back to top
View user's profile Send private message
crisandbea
Veteran
Veteran


Joined: 03 Jul 2005
Posts: 1778
Location: BOSCO (SA) ... ma domiciliato a Bologna....

PostPosted: Mon Dec 05, 2005 5:24 pm    Post subject: Reply with quote

BikE wrote:
Far puntare grub all'immagine del kernel significa semplicemente fare una nuova voce in grub.conf.... basta che copi pari pari quella gia' esistente e cambi solo il nome del file...


bastava dirlo prima non credi ?? :wink:
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