Bonjour Renisaac,
Oui, je n'ai pas touché à la connexion de mon micro casque, j'ai seulement inséré puis retiré une carte PCI TV.
Là, dans mon fichier modules.conf, j'ai
********************************
probeall usb-interface usb-uhci ehci-hcd
above snd-via82xx snd-pcm-oss
alias sound-slot-0 via82cxxx_audio
alias eth0 8139too
alias net-pf-4 ipx
*********************************
dans mon fichier modprobe.preload, jai
******************
#saa7134
via-agp
******************
dans mon fichier modprobe.conf, jai
***************************************
install snd-via82xx /sbin/modprobe --first-time --ignore-install snd-via82xx && { /sbin/modprobe snd-pcm-oss; /bin/true; }
install usb-interface /sbin/modprobe uhci-hcd; /sbin/modprobe ehci-hcd; /bin/true
remove snd-via82xx /sbin/modprobe -r snd-pcm-oss; /sbin/modprobe --first-time -r --ignore-remove snd-via82xx
alias eth0 8139too
alias wlan0 ndiswrapper
#options saa7134 radio=0 card=17 gbuffers=4
alias snd-0 snd-via82xx
remove via82cxxx_audio /sbin/modprobe --first-time -r --ignore-remove via82cxxx_audio
install via82cxxx_audio /sbin/modprobe --first-time --ignore-install via82cxxx_audio
remove snd-vxpocket /sbin/modprobe --first-time -r --ignore-remove snd-vxpocket
install snd-vxpocket /sbin/modprobe --first-time --ignore-install snd-vxpocket
remove ad1848 /sbin/modprobe --first-time -r --ignore-remove ad1848
install ad1848 /sbin/modprobe --first-time --ignore-install ad1848
# --- BEGIN: Generated by ALSACONF, do not edit. ---
# --- ALSACONF verion 1.0.6 ---
options snd device_mode=0666
alias snd-card-0 snd-via82xx
alias sound-slot-0 snd-via82xx
# --- END: Generated by ALSACONF, do not edit. ---
*****************************************************************


