stuxlogo

Step by step user guide for STUX GNU/Linux (index)

If you are running STUX from the DVD version, you can recompile modules as usual: kernel source codes are fully installed and configured.
So, if you are running the DVD version, you don't need to read more.

If you are running STUX from the CDROM version:
    Suppose you choose to save the kernel source archive in /mnt/hda1; run as root:
    $ cd /mnt/hda1
    $ wget ftp://ftp.kernel.org/pub/linux/kernel/v2.6/linux-2.6.24.4.tar.gz
    $ tar -xvzf ftp://ftp.kernel.org/pub/linux/kernel/v2.6/linux-2.6.24.4.tar.gz
    $ cd linux-2.6.24.4
    $ cp /boot/config-2.6.24.4 .config
    $ make oldconfig
    $ make
    When kernel sources are properly configured, create the link:
    $ ln -s /mnt/hda1/linux-2.6.24.4 /usr/src/linux
    Now you can compile new kernel modules.


stuxlogo