View previous topic :: View next topic |
Author |
Message |
Legolas80 Tux's lil' helper
Joined: 05 Jun 2003 Posts: 128
|
Posted: Mon Jun 30, 2003 11:55 am Post subject: Unresolved symbols |
|
|
Buongiorno... dopo aver ricompilato il kernel (e avere rifatto l'emerge di alsa-driver e xfree86-drm), facendo il modules-update mi trovo questi due errori: Code: | depmod: *** Unresolved symbols in /lib/modules/2.4.20-gentoo-r5/kernel/drivers/char/drm/gamma.o
depmod: *** Unresolved symbols in /lib/modules/2.4.20-gentoo-r5/kernel/drivers/char/drm/sis.o |
La cosa strana è che i due file esistono e si trovano nelle directory giuste.
Qualche consiglio? |
|
Back to top |
|
|
cerri Bodhisattva
Joined: 05 Mar 2003 Posts: 2957 Location: # init S
|
Posted: Mon Jun 30, 2003 2:26 pm Post subject: |
|
|
Se non li utilizzi, cancellali pure.
CMQ e' proprio il fatto che esistano che ti genera quell'errore: depmod verifica la "bonta'" dei moduli per il kernel in uso (e sia gamma.o che sis.o non passano questo test).
In maniera difficile, quei moduli dipendono da moduli del kernel / parti del kernel ("Unresolved symbols") non presenti nel kernel in questione. _________________ Enjoy your freedom.
Sex is like hacking. You get in, you get out, and you hope you didnt leave something behind that can be traced back to you.
<----------------------->
Andrea Cerrito |
|
Back to top |
|
|
bsolar Bodhisattva
Joined: 12 Jan 2003 Posts: 2764
|
Posted: Mon Jun 30, 2003 2:33 pm Post subject: |
|
|
Per evitare la compilazione di moduli inutili da parte di xfree-drm inoltre puoi specificare il nome della scheda nelle USE, ad es 'radeon'. Controlla l'ebuild di xfree-drm per sapere il nome che eventualmente devi inserire. _________________ I may not agree with what you say, but I'll defend to the death your right to say it. |
|
Back to top |
|
|
cerri Bodhisattva
Joined: 05 Mar 2003 Posts: 2957 Location: # init S
|
Posted: Mon Jun 30, 2003 2:40 pm Post subject: |
|
|
Oppure usare la variabile XFREE_CARDS. _________________ Enjoy your freedom.
Sex is like hacking. You get in, you get out, and you hope you didnt leave something behind that can be traced back to you.
<----------------------->
Andrea Cerrito |
|
Back to top |
|
|
Legolas80 Tux's lil' helper
Joined: 05 Jun 2003 Posts: 128
|
Posted: Mon Jun 30, 2003 4:12 pm Post subject: |
|
|
Ok, proverò... Sempre puntuali.
Grazie mille.
|
|
Back to top |
|
|
|