Configurando el kernel :


Para configurar el kernel, carga tu interface favorita (e.g. cd /usr/src/linux; make xconfig)
Necesitas seleccionar las siguientes opciones de kernel:

  • Code Maturity Level Options

  • - Prompt for development and/or incomplete code/drivers [Y]
  • Loadable Module Support

  • - Enable Loadable Module Support [Y]
  • Networking Options

  • - Packet Socket [Y]
    - Asynchronous Transfer Mode (ATM) (EXPERIMENTAL) [Y]
    - Rfc 1483/2684 Bridged Protocols [Y]
  • Network Device Support

  • - PPP (Point-to-Point Protocol) Support [Y]
    - PPP Deflate Compression [Y]
    - PPP Over Ethernet (EXPERIMENTAL) [Y]
    - PPP Over ATM (EXPERIMENTAL) [Y]
  • USB Support

  • - Support for USB [Y]
    - Preliminary USB Device Filesystem [Y]
    - UHCI (Intel PIIX4, VIA,...) Support [M]
    Nota: Tal vez tengas que escoger el driver OHCI aqui, dependiendo de tu controlador USB.
    (tip: /sbin/lspci -v |grep USB )

    - Alcatel Speedtouch USB Support (EXPERIMENTAL) [M]


Ahora compila e instala los modulos del kernel, de preferencia usa esta receta:

  • mv .config ..
  • make mrproper
  • mv ../.config .
  • make oldconfig
  • make dep clean bzImage modules
  • make modules_install
  • Bootea con el nuevo kernel


  • <<
    >>