Le samedi 14 octobre 2006 à 07:20 +1100, Laurent FRANCOIS a écrit :
> Bonjour,
> 
> Lorsque j'insere une carte son module est automatiquement
> insérer:
> 
> $lsmod | grep prism
> ne donne rien
> 
> J'insere la carte et hop
> $lsmod | grep prism
> prism54                47624  0
> 
> 
> Quelle est le fichier qui gère tout cela?.

Normalement /boot/vmlinuz est un lien vers ce fichier (qui devrait
être /boot/vmlinuz-`uname -r`). Mais fais attention si tu veux l'éditer,
c'est un fichier binaire :-)

En fait c'est une option du noyau, voilà sa documentation:

Normally when you have selected some parts of the kernel to be created
as kernel modules, you must load them (using "modprobe" command) before
you can use them. If you say Y here, some parts of the kernel will be
able to load modules automatically: when a part of the kernel needs a
module, it runs modprobe with the appropriate arguments, thereby loading
the module if it is available. If unsure, say Y.

Donc c'est le kernel qui s'en occupe et si on veut des modules
non-automatiquement chargés on les met généralement dans le
fichier /etc/modules.

Greg


-- 
Lisez la FAQ de la liste avant de poser une question :
http://wiki.debian.net/?DebianFrench   
Vous pouvez aussi ajouter 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]

Répondre à