* RTyler <[EMAIL PROTECTED]> [2005-07-19 20:03] : > RTyler a écrit : > > [SNIP] > > > >Pour le reste je vous file mon .config (si jamais vous arrivez à vous y > > Pour le coup j'ai oublié de l'envoyer. > > SNIP] > > RTyler > > P.S. : Bonne nuit à tous
Quelques commentaires sur le fichier : [...] > # > # Processor type and features > # > CONFIG_X86_PC=y ... > CONFIG_M486=y ... > CONFIG_X86_CMPXCHG=y > CONFIG_X86_XADD=y > CONFIG_X86_L1_CACHE_SHIFT=4 > CONFIG_RWSEM_XCHGADD_ALGORITHM=y > CONFIG_GENERIC_CALIBRATE_DELAY=y > CONFIG_X86_PPRO_FENCE=y > CONFIG_X86_F00F_BUG=y > CONFIG_X86_WP_WORKS_OK=y > CONFIG_X86_INVLPG=y > CONFIG_X86_BSWAP=y > CONFIG_X86_POPAD_OK=y > CONFIG_X86_ALIGNMENT_16=y > CONFIG_HPET_TIMER=y > # CONFIG_SMP is not set > CONFIG_PREEMPT=y > CONFIG_PREEMPT_BKL=y > CONFIG_X86_UP_APIC=y > CONFIG_X86_UP_IOAPIC=y > CONFIG_X86_LOCAL_APIC=y > CONFIG_X86_IO_APIC=y > CONFIG_X86_MCE=y > CONFIG_X86_MCE_NONFATAL=y > CONFIG_X86_MCE_P4THERMAL=y > # CONFIG_TOSHIBA is not set > # CONFIG_I8K is not set > # CONFIG_X86_REBOOTFIXUPS is not set > CONFIG_MICROCODE=m > CONFIG_X86_MSR=m > CONFIG_X86_CPUID=m Il y a quelques options qui sont spécifiques aux processeurs là-dedans, tu devrais pouvoir en enlever certaines (comme CONFIG_X86_MCE_P4THERMAL par exemple). > # > # Power management options (ACPI, APM) > # > # CONFIG_PM is not set Tu devrais activer l'APM (c'est bien un portable, n'est-ce pas ?) > # > # ACPI (Advanced Configuration and Power Interface) Support > # > CONFIG_ACPI=y Et désactiver l'ACPI (qui ne devait pas exister pas lors de la sortie de ta machine). ... > # > # ATA/ATAPI/MFM/RLL support > # > CONFIG_IDE=y > CONFIG_BLK_DEV_IDE=y > > # > # Please see Documentation/ide.txt for help/info on IDE drives > # > # CONFIG_BLK_DEV_IDE_SATA is not set > # CONFIG_BLK_DEV_HD_IDE is not set > CONFIG_BLK_DEV_IDEDISK=m > CONFIG_IDEDISK_MULTI_MODE=y > CONFIG_BLK_DEV_IDECS=m > CONFIG_BLK_DEV_IDECD=m > # CONFIG_BLK_DEV_IDETAPE is not set > CONFIG_BLK_DEV_IDEFLOPPY=m > CONFIG_BLK_DEV_IDESCSI=m > # CONFIG_IDE_TASK_IOCTL is not set > > # > # IDE chipset support/bugfixes > # > CONFIG_IDE_GENERIC=m > # CONFIG_BLK_DEV_CMD640 is not set > # CONFIG_BLK_DEV_IDEPNP is not set > # CONFIG_IDE_ARM is not set > # CONFIG_IDE_CHIPSETS is not set > # CONFIG_BLK_DEV_IDEDMA is not set > # CONFIG_IDEDMA_AUTO is not set > # CONFIG_BLK_DEV_HD is not set À vue de nez, cela va poser problème : il te faut soit le support pour ton chipset IDE spécifique, soit le support pour le chipset IDE générique en dur dans le noyau. Fred -- Comment poser les questions de manière intelligente ? http://www.gnurou.org/documents/smart-questions-fr.html Comment signaler efficacement un bug ? http://www.chiark.greenend.org.uk/~sgtatham/bugs-fr.html -- Pensez à lire la FAQ de la liste avant de poser une question : http://wiki.debian.net/?DebianFrench Pensez à rajouter le mot ``spam'' dans vos champs "From" et "Reply-To:" To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

