fabetal_ (./27) :
ben apparement le module associé à la carte c'est pata_sil680 donc essaye de le charger avec modprobe
pata_*, c'est un pilote libata, ça m'étonnerait que son noyau utilise déjà la libata.
fabetal_ (./27) :
ben apparement le module associé à la carte c'est pata_sil680 donc essaye de le charger avec modprobe
cd /usr/src/linux cp /proc/config.gz . gunzip config.gz cp config .config make menuconfig make
cd /usr/src/linux ./scripts/extract-ikconfig /boot/<kernelimage> >.config

Twindruff (./29) :
3. Tu récupère la configuration actuelle de ton noyau, je crois que dans debian tu as un fichier /boot/config-... donc tu recopie cette configuration dans le linux-source-2.6.24 $ cp /boot/config-... .(Elle peut aussi être dans /proc/config ou /proc/config.gz)
(et j'ai du suvoler ton post)
scripts/kconfig/conf -s arch/parisc/Kconfig
CHK include/linux/version.h
CHK include/linux/utsrelease.h
CC arch/parisc/kernel/asm-offsets.s
In file included from include/asm/spinlock.h:5,
from include/asm/atomic.h:20,
from include/asm/bitops.h:7,
from include/linux/bitops.h:9,
from include/linux/thread_info.h:20,
from include/linux/preempt.h:9,
from include/linux/spinlock.h:49,
from include/linux/capability.h:45,
from include/linux/sched.h:44,
from arch/parisc/kernel/asm-offsets.c:31:
include/asm/processor.h:347: error: redefinition of 'prefetch'
include/linux/prefetch.h:43: error: previous definition of 'prefetch' was here
include/asm/processor.h:352: error: redefinition of 'prefetchw'
include/linux/prefetch.h:47: error: previous definition of 'prefetchw' was here
make[1]: *** [arch/parisc/kernel/asm-offsets.s] Error 1
make: *** [prepare0] Error 2Kevin Kofler (./23) :
Faut trouver laquelle des définitions est la bonne et mettre l'autre en commentaire. (Mais ce n'est pas normal ça, normalement ça devrait compiler sans ce genre d'erreurs.)

Sally (./44) :
erfeuh... je dirais que si tu l'as lancé en foreground il doit se terminer en même temps que le shell, si tu l'as lancé en background (avec &) je suis pas sûr mais il devrait continuer

The shell exits by default upon receipt of a SIGHUP. Before exiting,(SIGHUP (« raccrocher ») est le signal qu'il reçoit si on lui ferme son terminal)
an interactive shell resends the SIGHUP to all jobs, running or
stopped. Stopped jobs are sent SIGCONT to ensure that they receive the
SIGHUP. To prevent the shell from sending the signal to a particular
job, it should be removed from the jobs table with the disown builtin
(see SHELL BUILTIN COMMANDS below) or marked to not receive SIGHUP
using disown -h.
(sur un core 2 duo).