Hello,
j'essaye de faire ça mais je ne sais pas cmt:
"disabling ACPI irq routing with the boot commandline parameter "acpi=noirq""
PS: j'utilise GRUB
merci
spacewalker
Nov 1 2004, 23:46
pas tres compliqué
dans /boot/grub/grub.conf:
tu trouves une ligne du style
# For booting GNU/Linux
title linux gentoo
root (hd0,3)
kernel /boot/bzImage-2.6.8-gentoo-r4 root=/dev/hda4 vga=791
t'as k rajouter acpi=noirq à la fin de la ligne kernel, et tu rebootes.
(selon les distribs, /boot est peut-etre monté readonly, il faut donc faire mount /boot -o remount,rw )