Pagina 1 di 1
compilazione kernel 2.6.15
Inviato: mar 21 feb 2006, 0:24
da Toni
Dope averla fatta , ho 2 problemi
1) In ambiente a linea di comando pessima risoluzione , ho provato a cambiare lilo.conf ma nulla
2)non mi viene rivelata l scheda audio, ho usato un file config di PJV allegerito da me, ( le altre periferiche funzionano) cosa posso fare??
grazie
Inviato: mar 21 feb 2006, 0:47
da IceSlack
hai ricompilato i moduli e instalalti?
prova
Codice: Seleziona tutto
make && make modules && make modules_install && make install
e comunque accertati di attivare i moduli vesafb per il frame buffer della console e fi compilare in modulo alsa e i suoi rispettivi driver
Inviato: mer 22 feb 2006, 11:28
da Toni
scusami io per compilare ed installare i moduli , seguendo l how to:
#make -j5 modules (compila)
#make modules_install (installa)
non รจ sufficente????
Inviato: mer 22 feb 2006, 11:46
da Paoletta
sei sicuro di avere inserito nel kernel i driver per la tua scheda audio? guarda in Device drives--->Sound---> Advanced Linux Sound Architecture ---> e
Generic devices ---> oppure
ISA devices ---> oppure
PCI devices ---> oppure
USB devices ---> oppure
PCMCIA devices --->
a seconda della tua scheda;
per quanto riguarda il framebuffer, ti do un pezzo del mio config:
Codice: Seleziona tutto
# Graphics support
#
CONFIG_FB=y
CONFIG_FB_CFB_FILLRECT=y
CONFIG_FB_CFB_COPYAREA=y
CONFIG_FB_CFB_IMAGEBLIT=y
# CONFIG_FB_MACMODES is not set
CONFIG_FB_MODE_HELPERS=y
# CONFIG_FB_TILEBLITTING is not set
# CONFIG_FB_CIRRUS is not set
# CONFIG_FB_PM2 is not set
# CONFIG_FB_CYBER2000 is not set
# CONFIG_FB_ARC is not set
# CONFIG_FB_ASILIANT is not set
# CONFIG_FB_IMSTT is not set
# CONFIG_FB_VGA16 is not set
CONFIG_FB_VESA=y
CONFIG_VIDEO_SELECT=y
# CONFIG_FB_HGA is not set
# CONFIG_FB_S1D13XXX is not set
# CONFIG_FB_NVIDIA is not set
# CONFIG_FB_RIVA is not set
# CONFIG_FB_I810 is not set
# CONFIG_FB_INTEL is not set
# CONFIG_FB_MATROX is not set
# CONFIG_FB_RADEON_OLD is not set
# CONFIG_FB_RADEON is not set
# CONFIG_FB_ATY128 is not set
# CONFIG_FB_ATY is not set
# CONFIG_FB_SAVAGE is not set
# CONFIG_FB_SIS is not set
# CONFIG_FB_NEOMAGIC is not set
# CONFIG_FB_KYRO is not set
# CONFIG_FB_3DFX is not set
# CONFIG_FB_VOODOO1 is not set
# CONFIG_FB_CYBLA is not set
# CONFIG_FB_TRIDENT is not set
# CONFIG_FB_GEODE is not set
# CONFIG_FB_VIRTUAL is not set
#
# Console display driver support
#
CONFIG_VGA_CONSOLE=y
CONFIG_MDA_CONSOLE=m
CONFIG_DUMMY_CONSOLE=y
CONFIG_FRAMEBUFFER_CONSOLE=y
# CONFIG_FRAMEBUFFER_CONSOLE_ROTATION is not set
CONFIG_FONTS=y
CONFIG_FONT_8x8=y
CONFIG_FONT_8x16=y
# CONFIG_FONT_6x11 is not set
# CONFIG_FONT_7x14 is not set
# CONFIG_FONT_PEARL_8x8 is not set
# CONFIG_FONT_ACORN_8x8 is not set
# CONFIG_FONT_MINI_4x6 is not set
# CONFIG_FONT_SUN8x16 is not set
# CONFIG_FONT_SUN12x22 is not set
# CONFIG_FONT_10x18 is not set
#make -j5 modules (compila)
#make modules_install (installa)
va bene...se guardi in /lib/modules troverai i moduli per il tuo kernel...
Inviato: mer 22 feb 2006, 13:12
da Toni