[RESOLU]ALSAconf

Salut,

je souhaiterais configurer ma carte Terratec Aureon 5.1 sous debian.
Quand je lance alsaconf, voila ce qu’il se passe:

[quote]tequila:/home/romain# alsaconf
modinfo: could not find module snd
modinfo: could not find module snd
modinfo: could not find module snd
Unloading ALSA sound driver modules: (none loaded).
Building card database…
No card database. Aborting.
[/quote]

J’ai tjrs eu des déboires avec Débian et Alsa. Ma carte est bien reconnue mais je n’ai pas de son.
La seule façon que j’ai trouvée mais ce n’est pas très propre comme soluce, c’est de virer tt ce qui commençait par 'alsa’
Maintenant, j’ai du son sans Alsa mais j’ai du son :wink:

Quand je fais un lsmod, je ne vois pas de modules “sound”.
Apparemment rien n’est chargé au démarrage pour le son…

POurtant tequila:

[quote]/etc/modprobe.d# ls -l
total 36
-rw-r–r-- 1 root root 4745 2004-10-09 02:00 aliases
-rw-r–r-- 1 root root 673 2005-01-21 01:10 alsa
-rw-r–r-- 1 root root 11343 2005-02-24 23:59 alsa-base[/quote]

Une question bête:
maintenant que mon noyau est compilé, comment je peux savoir si certaines options ont été séléctionnées ?
Pour configurer ALSA on me dit d’ [quote]activer Sound card support, Advanced Linux Sound Architecture, OSS API Emulation, OSS Mixer API, OSS PCM API et le module de votre carte son, le tout en tant que modules (sauf pour OSS API emulation vous ne pouvez que choisir “yes”)[/quote]

J’ai bien le fichier .config encore mais comment retrouver si Sound card support ou ALSA ou… a été activé ?

Merci

Tout bêtement avec la commande grep:

[root@aspirateur linux]# grep SOUND .config
CONFIG_SOUND_GAMEPORT=m
CONFIG_SOUND=m
CONFIG_SOUND_PRIME=m
# CONFIG_SOUND_BT878 is not set
# CONFIG_SOUND_FUSION is not set
# CONFIG_SOUND_CS4281 is not set
# CONFIG_SOUND_ESSSOLO1 is not set
# CONFIG_SOUND_MAESTRO is not set
# CONFIG_SOUND_SONICVIBES is not set
# CONFIG_SOUND_TRIDENT is not set
# CONFIG_SOUND_MSNDCLAS is not set
# CONFIG_SOUND_MSNDPIN is not set
# CONFIG_SOUND_OSS is not set
# CONFIG_SOUND_TVMIXER is not set
# CONFIG_SOUND_AD1980 is not set
[root@aspirateur linux]#

[root@aspirateur linux]# grep OSS .config
# CONFIG_CHR_DEV_OSST is not set
CONFIG_SND_OSSEMUL=y
CONFIG_SND_MIXER_OSS=m
CONFIG_SND_PCM_OSS=m
CONFIG_SND_SEQUENCER_OSS=y
# CONFIG_SOUND_OSS is not set

[root@aspirateur linux]# grep MODULES .config
CONFIG_MODULES=y
[root@aspirateur linux]# grep PCI .config
# CONFIG_ACPI_PCI is not set
# Bus options (PCI, PCMCIA, EISA, MCA, ISA)
# CONFIG_PCI is not set
# PCI Hotplug Support
[root@aspirateur linux]#

Et ainsi de suite …