ç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!
