* Folin Nicolas <[EMAIL PROTECTED]> [2006-02-08 12:07] : > eh bien, je ne comprends pas vraiment: j'ai bien les > fichiers advansys.c et advansys.h, mais je ne trouve aucune > option dans le make menuconfig à propos d'une carte advansys. > > Je viens de télécharger le dernier noyau, et je n'ai pas non plus l'option...
Il faut aller voir dans les fichiers de config du noyau pour voir ceci :
CONFIG_SCSI_ADVANSYS:
This is a driver for all SCSI host adapters manufactured by
AdvanSys. It is documented in the kernel source in
<file:drivers/scsi/advansys.c>.
To compile this driver as a module, choose M here: the
module will be called advansys.
Symbol: SCSI_ADVANSYS [=n]
Prompt: AdvanSys SCSI support
Defined at drivers/scsi/Kconfig:438
Depends on: (ISA || EISA || PCI) && SCSI && BROKEN
Location:
-> Device Drivers
-> SCSI device support
-> SCSI device support (SCSI [=y])
-> SCSI low-level drivers
Il faut donc avoir "activer" BROKEN pour pouvoir choisir l'option
SCSI_ADVANSYS. Cette option est sélectionnée automatiquement si on ne
choisit PAS l'option "Code maturity level options/Select only drivers
expected to compile cleanly".
Fred
--
Comment poser les questions de manière intelligente ?
http://www.gnurou.org/Writing/SmartQuestionsFr
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]

