Ya un tiempo sin plantear alguna pregunta, pero dada las respuestas del buen google y del propio site de gentoo me he animado a plantear lo que he hecho.
Después de varios días(por cuestiones de tiempo) conseguí instalar gentoo, en concreto usando el cd universal 2005.0 y todo parece funcionar bien, sólo he instalado unas cosas de lo poco que viene en el directorio /distfiles, entre esas cosas está el xorg.
Ahora mi problema viene al querer compilar los módulos para mi modem US Robotics modelo 3095 con chip Conexant, pues al ejecutar el hsfconfig y preguntarme por la ruta del kernel me marca:
Cita:
Efectivamente ese archivo modversions.h no está en la carpeta, el link símbolico si está, lo mencionado de hacer el make menuconfig para verificar lo del CONFIG_SMP no tiene caso porque en el proceso de compilar el kernel deje desmarcada dicha opción.WARNING: missing file /lib/modules/2.6.11-gentoo-r3/build/include/linux/modversions.h
The cause of this problem is usually a missing or misconfigured
kernel source tree (and sometimes an incorrect directory or symbolic link).
First, ensure that the proper kernel source and compiler packages
from your distribution vendor and/or the community are installed.
The Linux kernel can then be reconfigured by running "make menuconfig"
under the kernel source directory (usually /usr/src/linux).
Verify that the proper options for your system are selected,
and that CONFIG_SMP ("Symmetric multi-processing support" under
"Processor type and features") is disabled, as this driver is
presently designed to work on single-processor machines.
Then compile and install your new kernel (for more information about
this procedure, see the README file under the kernel source directory),
reboot the system using the new kernel, and re-run "hsfconfig".
The cause of this problem is usually a missing or misconfigured
kernel source tree (and sometimes an incorrect directory or symbolic link).
First, ensure that the proper kernel source and compiler packages
from your distribution vendor and/or the community are installed.
The Linux kernel can then be reconfigured by running "make menuconfig"
under the kernel source directory (usually /usr/src/linux).
Verify that the proper options for your system are selected,
and that CONFIG_SMP ("Symmetric multi-processing support" under
"Processor type and features") is disabled, as this driver is
presently designed to work on single-processor machines.
Then compile and install your new kernel (for more information about
this procedure, see the README file under the kernel source directory),
reboot the system using the new kernel, and re-run "hsfconfig".
Pensando en los requisitos que se piden para poder compilar los módulos es tener los source y los headers del kernel(como también lo menciona el error), según yo los source ya están pues eso se hizó en la instalación del sistema al usar el gentoo-sources, entonces me faltan los headers, los cuales no están en la carpeta /distfiles del cd y en la página del portage no se lista el correspondiente al 2.6.11-r3 que es el del kernel de gentoo 2005.0 y en los paquetes tampoco y no he encontrado un caso similar al mio en google. Alguien con alguna idea?
Búsquedas en google:
1.- gentoo modem /build/include/linux/modversions.h
2.- /lib/modules/2.6.11-gentoo-r3/build/include/linux
3.- modem gentoo /build/include/linux/modversions.h
Tal vez le hice mal la pregunta a google, ustedes qué dicen?