Re: Generar un módulo del kernel (fat)
* Camaleón <noelamac@gmail.com> [2011-11-28 14:02:40 +0000]:
> El Sun, 27 Nov 2011 22:08:45 +0100, Juan Antonio escribió:
>
> > El 27/11/11 19:42, Camaleón escribió:
> >> Hola,
> >>
> >> Ayer descargué, compilé e instalé el kernel 3.2.0-rc3 descargado desde
> >> www.kernel.org.
> >>
> >> Todo fue bien pero se me olvidó compilar el módulo para el sistema de
> >> archivos fat O:-)
> >>
> >> Lo intento hacer ahora pero no sé cómo hacerlo, explico:
>
> (...)
>
> >> También he probado "a lo bruto" y desde el directorio de las fuentes he
> >> ejecutado:
> >>
> >> make modules
> >>
> >> Veo que se generan algunos módulos (unos cuatrocientos y pico) pero no
> >> el que me interesa.
> >>
> >> ¿Alguna idea?
> >>
> >
> > Sólo vuelve a hacer un menuconfig y habilita el soporte de vfat y
> > ejecuta make Si la anterior compilación es reciente unicamente debería
> > recompilar ese módulo y sus dependencias.
> >
> > Despues borra el /lib/modules/kernel-que-sea, make modules_install y
> > depmod -a y listo.
>
> Hecho... Pero sigo igual :-(
>
> http://pastebin.com/raw.php?i=YZfqfE53
>
> Me dice lo mismo que cuando ejecuté "make modules", que genera unos
> cuatrocientos y pico módulos pero en el directorio /fs/fat no se crean
> los ".ko" :-?
>
> Saludos,
>
> --
> Camaleón
Hola Camaleón,
No será que te falta por seleccionar un "Fat-based file system"?
From the CONFIG_FAT_FS: DOS FAT fs support:
"If you want to use one of the FAT-based file systems (the MS-DOS, VFAT
(Windows 95) and UMSDOS (used to run Linux on top of an ordinary DOS
partition) file systems), then you must say Y or M here to include FAT
support. You will then be able to mount partitions or diskettes with
FAT-based file systems and transparently access the files on them, I.e.
MSDOS files will look and behave just like all other Unix files.
This FAT support is not a file system in itself, it only provides the
foundation for the other file systems. You will have to say Y or M to at
least one of "MSDOS fs support" or "VFAT fs support" in order to make
use of it."
--
Saludos,
Ferran Donadie.
Hay personas silenciosas que son mucho más interesantes que los mejores
oradores.
-- Disraeli. (1804-1881) Escritor británico.
Reply to: