# Load modules for the following device types.
types="audio bridge broadband display fixeddisk \
humaninput imaging miscellaneous modem network \
optical printer removabledisk tape video"
# Don't ever load the foo, bar, or baz modules.
#skip="foo bar baz"
skip="snd-mixer-oss snd-seq-oss snd-pcm-oss"
# Lines below this point have been automatically added by
# discover-modprobe(8) to disable the loading of modules that have
# previously crashed the machine:
EOF
Et voilou.
Ou sinon, l'autre solution c'est de ne pas activer snd-toto-oss, c'est à dire de faire un petit fichier /etc/modprobe.d/no-oss dans lequel on met :
alias snd-mixer-oss off
alias snd-seq-oss off
alias snd-pcm-oss off
[^] # Re: discover j'aime pas
Posté par Sebastien . En réponse au message Discover et hotplug. Évalué à 3.
Il est pas emmerdant, tu les listes dans ce fichier :
% cat /etc/discover-modprobe.conf
# $Progeny: discover-modprobe.conf 4108 2004年02月23日 21:56:41Z imurdock $
# Load modules for the following device types.
types="audio bridge broadband display fixeddisk \
humaninput imaging miscellaneous modem network \
optical printer removabledisk tape video"
# Don't ever load the foo, bar, or baz modules.
#skip="foo bar baz"
skip="snd-mixer-oss snd-seq-oss snd-pcm-oss"
# Lines below this point have been automatically added by
# discover-modprobe(8) to disable the loading of modules that have
# previously crashed the machine:
EOF
Et voilou.
Ou sinon, l'autre solution c'est de ne pas activer snd-toto-oss, c'est à dire de faire un petit fichier /etc/modprobe.d/no-oss dans lequel on met :
alias snd-mixer-oss off
alias snd-seq-oss off
alias snd-pcm-oss off
Ca marche aussi, et ça n'embête pas ALSA.