Numéro de carte son ?

Bonjour,

Je suis débutante et j’ai une question :
je suis en train de compiler alsa en suivant ce tutoriel forum.ubuntu-fr.org/viewtopic.php?id=100285
Pour installer alsa-driver, il faut que je mette le numéro de la carte son… La mienne est une “Intel Corporation 82801I (ICH9 Family) HD Audio Controller (rev 03)”. Quel numéro dois-je mettre ? Ça ne fonctionne ni avec 82801I, ni avec 82801I ICH9, ni avec le nom complet…

Merci

Salut

Le N° de la carte demandé est (à mon avis) le N° renvoyé par la commande

(L minuscule)

Tel que:

~$ aplay -l **** List of PLAYBACK Hardware Devices **** card 0: M44 [M Audio Delta 44], device 0: ICE1712 multi [ICE1712 multi] Subdevices: 0/1 Subdevice #0: subdevice #0

Dans mon cas = 0

(peut-être faudra-t-il que tu la nommes hw:0)

@+

ça donne :

~$ aplay -l **** List of PLAYBACK Hardware Devices **** card 0: Intel [HDA Intel], device 0: HDA Generic [HDA Generic] Subdevices: 1/1 Subdevice #0: subdevice #0 card 0: Intel [HDA Intel], device 3: INTEL HDMI [INTEL HDMI] Subdevices: 1/1 Subdevice #0: subdevice #0
Donc, 0 aussi je suppose.
Mais ça ne marche ni avec “0”

root@komputilo:/usr/src/alsa/alsa-driver-0.4.0# ./configure --with-cards=0 --with-sequencer=yes
loading cache ./config.cache
checking for gcc... gcc
checking whether the C compiler (gcc  ) works... yes
checking whether the C compiler (gcc  ) is a cross-compiler... no
checking whether we are using GNU C... yes
checking whether gcc accepts -g... yes
checking for ranlib... ranlib
checking for a BSD compatible install... /usr/bin/install -c
checking how to run the C preprocessor... gcc -E
checking for ANSI C header files... yes
checking for linux/fs.h... yes
checking for working const... yes
checking for inline... inline
checking whether time.h and sys/time.h may both be included... yes
checking whether gcc needs -traditional... no
checking for directory with kernel source... /usr/src/linux
checking for kernel version... 0.0.0
checking for kernel module symbol versions... no
checking for PCI support in kernel... grep: /usr/src/linux/include/linux/autoconf.h: No such file or directory
no
checking for SGI/MIPS (HAL2) architecture... no
checking for directory to store kernel modules... /lib/modules/0.0.0/misc
checking for debug level... none
checking for processor type... i686
checking for SMP... grep: /usr/src/linux/Makefile: No such file or directory
no
checking for ISA PnP driver in kernel... no
checking for ISA PnP support... no
checking for driver version... 0.4.0
checking for sequencer support... yes
checking for OSS/Lite emulation... yes
checking for which soundcards to compile driver for... Unknown soundcard 0, exiting!

Ni avec hw:0

root@komputilo:/usr/src/alsa/alsa-driver-0.4.0# ./configure --with-cards=hw:0 --with-sequencer=yes
loading cache ./config.cache
checking for gcc... gcc
checking whether the C compiler (gcc  ) works... yes
checking whether the C compiler (gcc  ) is a cross-compiler... no
checking whether we are using GNU C... yes
checking whether gcc accepts -g... yes
checking for ranlib... ranlib
checking for a BSD compatible install... /usr/bin/install -c
checking how to run the C preprocessor... gcc -E
checking for ANSI C header files... yes
checking for linux/fs.h... yes
checking for working const... yes
checking for inline... inline
checking whether time.h and sys/time.h may both be included... yes
checking whether gcc needs -traditional... no
checking for directory with kernel source... /usr/src/linux
checking for kernel version... 0.0.0
checking for kernel module symbol versions... no
checking for PCI support in kernel... grep: /usr/src/linux/include/linux/autoconf.h: No such file or directory
no
checking for SGI/MIPS (HAL2) architecture... no
checking for directory to store kernel modules... /lib/modules/0.0.0/misc
checking for debug level... none
checking for processor type... i686
checking for SMP... grep: /usr/src/linux/Makefile: No such file or directory
no
checking for ISA PnP driver in kernel... no
checking for ISA PnP support... no
checking for driver version... 0.4.0
checking for sequencer support... yes
checking for OSS/Lite emulation... yes
checking for which soundcards to compile driver for... Unknown soundcard hw:0, exiting!

:think: :think:

./configure --with-cards=hda-intel

Réponse un peu HS, mais tu as une raison particulière de vouloir compiler alsa?
La version présente sur debian est la dernière version : 1.0.23