Je reviens à la charge avec le son de ma carte TV : il n'y en a pas (sous win tout marche, donc pas de problemes de hardware ou de branchements foireux...) Tout est unmuté dans ALsamixer, donc j'ai commencé à fouiner dans les fichiers de conf (au hasard il faut bien le dire) et 2 pistes s'offrent à moi :
1. pour scannerdrake, carte TV et webcam, c'est pareil, idem dans le centre de controle mandrake... une histoire de conflit? (rebooter sans la webcam ne change rien)
2. je ne comprends pas mon modprobe.conf au niveau de la carte son
alias eth1 sk98lin
alias ieee1394-controller ohci1394
alias eth0 forcedeth
alias sound-slot-0 snd-cmipci
install snd-cmipci /sbin/modprobe --first-time --ignore-install snd-cmipci && { /sbin/modprobe snd-pcm-oss; /bin/true; }
install usb-interface /sbin/modprobe usb-ohci; /sbin/modprobe ehci-hcd; /bin/true
remove snd-cmipci { /sbin/modprobe -r snd-pcm-oss; } ; /sbin/modprobe -r --first-time --ignore-remove snd-cmipci
options bttv radio=0 card=34 tuner=3 gbuffers=4
Il semble que ce soit oss et non alsa qui gère ma carte son, mais je n'ai pas installé oss à ma connaissance...
et j'ai plein de truces on rapport avec oss quand je fais lsmod...
Module Size Used by
md5 3872 1
ipv6 232416 6
sg 38044 0
st 38616 0
sr_mod 17028 0
sd_mod 16832 0
scsi_mod 114648 4 sg,st,sr_mod,sd_mod
lp 12200 0
parport_pc 32832 1
parport 38952 2 lp,parport_pc
snd-seq-oss 31232 0
snd-seq-midi-event 7552 1 snd-seq-oss
snd-seq 51024 4 snd-seq-oss,snd-seq-midi-event
snd-pcm-oss 51812 0
snd-mixer-oss 17952 2 snd-pcm-oss
snd-cmipci 33236 1
snd-pcm 93156 2 snd-pcm-oss,snd-cmipci
snd-page-alloc 11972 1 snd-pcm
snd-opl3-lib 9984 1 snd-cmipci
snd-timer 24484 3 snd-seq,snd-pcm,snd-opl3-lib
snd-hwdep 8928 1 snd-opl3-lib
gameport 4480 1 snd-cmipci
snd-mpu401-uart 7072 1 snd-cmipci
snd-rawmidi 23616 1 snd-mpu401-uart
snd-seq-device 8008 4 snd-seq-oss,snd-seq,snd-opl3-lib,snd-rawmidi
snd 52484 13 snd-seq-oss,snd-seq-midi-event,snd-seq,snd-pcm-oss,snd-mixer-oss,snd-cmipci,snd-pcm,snd-opl3-lib,snd-timer,snd-hwdep,snd-mpu401-uart,snd-rawmidi,snd-seq-device
ppp_synctty 8832 0
ppp_async 11744 1
ppp_generic 29552 6 ppp_synctty,ppp_async
slhc 7200 1 ppp_generic
af_packet 20520 4
hid 53312 0
raw 7616 1
ide-floppy 18752 0
ide-tape 34864 0
ide-cd 40548 0
cdrom 37184 2 sr_mod,ide-cd
floppy 59444 0
sk98lin 158824 0
forcedeth 14304 0
ohci1394 33956 0
ieee1394 287856 1 ohci1394
nls_cp850 4736 1
vfat 13792 1
fat 45152 1 vfat
nls_iso8859-15 4480 3
ntfs 85932 2
supermount 37556 1
ov511 96932 0
fglrx 204172 7
tuner 17292 0
bttv 146956 0
video-buf 20388 1 bttv
i2c-algo-bit 9512 1 bttv
v4l2-common 6144 2 ov511,bttv
btcx-risc 4712 1 bttv
videodev 9536 2 ov511,bttv
soundcore 9248 3 snd,bttv
nvidia-agp 7388 1
agpgart 31016 2 nvidia-agp
ovcamchip 22888 0
i2c-core 23044 5 ov511,tuner,bttv,i2c-algo-bit,ovcamchip
usblp 12288 0
ehci-hcd 24196 0
ohci-hcd 18692 0
usbcore 99068 7 hid,ov511,usblp,ehci-hcd,ohci-hcd
rtc 11576 0
ext3 110408 2
jbd 54360 1 ext3
Merci d'avance!!