[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

no puedo cargar los modulos en el kernel 2.6.5



hola:

tengo 
debian sarge
kernel 2.4.24
y tengo instalado el paquete module-init-tools 3.0.pre10-2

baje las fuentes del kernel 2.6.5

en la compilacion del kernel esta 
elejida la opcion de carga automatica de los modulos

mi nuevo kernel lo puse en
/boot/vmlinuz-2.6.5-ver001
los modulos estan en 
/lib/modules/2.6.5-rev001
mi gran problema es que no puedo cargar los modulos del kernel

ejecute dmesg para ver la los errores y el resultado es 

...
...
FATAL: Module keydev no found.
keydeb
......
.....
y asi con TODOS los modulos que figuran en
mi /etc/modules 


los modulos que necesito cargar son estos 

# /etc/modules: kernel modules to load at boot time.
#
# This file should contain the names of kernel modules that are
# to be loaded at boot time, one per line.  Comments begin with
# a "#", and everything on the line after them are ignored.
usbkbd
usbmouse
usb-uhci 
hid 
mousedev
input
keybdev
emu10k1
ide-scsi
sg
mdacon
nls_cp850
nls_iso8859-1
ntfs


tengo entendido que la configuracion de los modulos 
esta ahora en /etc/modprobe.conf y no en /etc/modules.conf

mi /etc/modprobe.con
tiene las siguientes linea

# Place your local directives here.
# This line loads the part of the modprobe configuration managed with
# update-modules(8) and built from the contents of /etc/modprobe.d/.
include /lib/modules/modprobe.conf



mi archivo /lib/modules/modprobe.conf
existe y es demasiado largo para ponerlo completo aqui

este es mi /lib/modules/modprobe.conf
# This file is automatically generated by update-modules, please do not
# edit it directly.
# If you want to change or add anything here please read
/etc/modprobe.conf,
# the files in /etc/modprobe.d/ and the manpage for update-modules(8).
#
### update-modules: start processing arch/i386 ###
alias block-major-2 floppy
alias block-major-13 xd
alias block-major-15 cdu31a
alias block-major-16 gscd
alias block-major-17 optcd
alias block-major-18 sjcd

....
....
....
....



luego LEI que el /etc/modprobe.conf lo podria generar 
a partir del /etc/modulues.conf 
con el script generate-modprobe.conf 

entonces intente generar el /etc/modprobe.conf
para ver si esto solucionaba el problema

el script generate-modprobe.conf 
efectivamente me sobre escribe el /etc/modprobe.conf
y pero en pantalla veo este mensaje al ejecutar el script
./generate-modprobe.conf /etc/modprobe.conf

modprobe: QM_MODULES: Function not implemented
Warning: not traslating path[toplevel]=/lib/modules/2.6

reinicio, y los modulos siguen sin cargarse correctamente.

bueno eso es todo 
ya no se que hacer
agradeceria alguna ayuda
gracias





Reply to: