Pages : 1
#1 Le 01/02/2006, à 17:51
- Denis29
comment installer les sources
Bonjour
je suis en train d'installer Dazuko. Mais celui-ci refuse de s'installer tant que les sources ne le sont pas.
J'ai donc téléchargé le 2.6.12 en tar.gz ( c'est le noyau de ma distribution actuelle) et j'ai placé ce tar.gz dans le répertoire /usr/src.
Et maintenant ?
Je ne sais pas trop par où commencer.
Merci
Denis
Forum Ubuntu / le plus sympa des forums
Ubuntu Karmik / AMD 4800+ / 2048 RAM / 4 X 80 G /
my site :DV-EDITIONS / romans policiers et romans historiques
Hors ligne
#2 Le 01/02/2006, à 18:02
- trattos
Re : comment installer les sources
Extrait les sources et regardes les notes d'installation, normalemen il doit y a voir un fichier configure, exécute le d'abord
Hors ligne
#3 Le 01/02/2006, à 18:15
- Denis29
Re : comment installer les sources
Désolé pour la longueur du texte, mais je mets ci-dessous une partie du README que j'ai trouvé dans les fichiers dont tu m'as parlé. Ca frise le Chinois (j'espère que tu n'es pas Chinois).
Ce qui m'inquiète et qui me fait hésiter c'est que je tourne déjà sous ce noyau. N'y a-t-il pas un risque ? Cette procédure n'est-elle pas prévue quand on veut changer de noyau?
Denis
INSTALLING the kernel:
- If you install the full sources, put the kernel tarball in a
directory where you have permissions (eg. your home directory) and
unpack it:
gzip -cd linux-2.6.XX.tar.gz | tar xvf -
Replace "XX" with the version number of the latest kernel.
Do NOT use the /usr/src/linux area! This area has a (usually
incomplete) set of kernel headers that are used by the library header
files. They should match the library, and not get messed up by
whatever the kernel-du-jour happens to be.
- You can also upgrade between 2.6.xx releases by patching. Patches are
distributed in the traditional gzip and the new bzip2 format. To
install by patching, get all the newer patch files, enter the
top level directory of the kernel source (linux-2.6.xx) and execute:
gzip -cd ../patch-2.6.xx.gz | patch -p1
or
bzip2 -dc ../patch-2.6.xx.bz2 | patch -p1
(repeat xx for all versions bigger than the version of your current
source tree, _in_order_) and you should be ok. You may want to remove
the backup files (xxx~ or xxx.orig), and make sure that there are no
failed patches (xxx# or xxx.rej). If there are, either you or me has
made a mistake.
Alternatively, the script patch-kernel can be used to automate this
process. It determines the current kernel version and applies any
patches found.
linux/scripts/patch-kernel linux
The first argument in the command above is the location of the
kernel source. Patches are applied from the current directory, but
an alternative directory can be specified as the second argument.
- Make sure you have no stale .o files and dependencies lying around:
cd linux
make mrproper
You should now have the sources correctly installed.
SOFTWARE REQUIREMENTS
Compiling and running the 2.6.xx kernels requires up-to-date
versions of various software packages. Consult
Documentation/Changes for the minimum version numbers required
and how to get updates for these packages. Beware that using
excessively old versions of these packages can cause indirect
errors that are very difficult to track down, so don't assume that
you can just update packages when obvious problems arise during
build or operation.
BUILD directory for the kernel:
When compiling the kernel all output files will per default be
stored together with the kernel source code.
Using the option "make O=output/dir" allow you to specify an alternate
place for the output files (including .config).
Example:
kernel source code: /usr/src/linux-2.6.N
build directory: /home/name/build/kernel
To configure and build the kernel use:
cd /usr/src/linux-2.6.N
make O=/home/name/build/kernel menuconfig
make O=/home/name/build/kernel
sudo make O=/home/name/build/kernel modules_install install
Please note: If the 'O=output/dir' option is used then it must be
used for all invocations of make.
Forum Ubuntu / le plus sympa des forums
Ubuntu Karmik / AMD 4800+ / 2048 RAM / 4 X 80 G /
my site :DV-EDITIONS / romans policiers et romans historiques
Hors ligne
#4 Le 01/02/2006, à 20:12
- Denis29
Re : comment installer les sources
merci de me piloter pour la suite des opérations...
Forum Ubuntu / le plus sympa des forums
Ubuntu Karmik / AMD 4800+ / 2048 RAM / 4 X 80 G /
my site :DV-EDITIONS / romans policiers et romans historiques
Hors ligne
#5 Le 02/02/2006, à 12:45
- Denis29
Re : comment installer les sources
je relance
merci
Forum Ubuntu / le plus sympa des forums
Ubuntu Karmik / AMD 4800+ / 2048 RAM / 4 X 80 G /
my site :DV-EDITIONS / romans policiers et romans historiques
Hors ligne
Pages : 1