koshie a écrit :Mais, qu'est-ce que ça change de passer par alsamixer puisque je peux faire pareil avec GNOME ?
Cela change : rien sans doute. Cela te permet de voir si il n'y a pas une section mutée qui ne devrait par l'être (MM en bas d'une colonne au lieu de 00).
Tu peux aussi essayer avec aumix-gtk et mettre tous les boutons à 100% : ce truc-là est terrible !
La commande :
alsactl store
M'indiquait la même chose que sous Debian (tout est bien configuré toussa), il reconnaissait bien ma carte son et tout le bordel mais ça n'a pas marché une fois ArchLinux rebooté.
La commande alsactl store permet de sauvegarder la configuration, alors tu as peut-être voulu dire "alsaconf" qui elle permet de configurer la carte son ?
[koshie@Lili ~]$ lsmod | grep snd
(...)
Quelle est la liste de tes modules dans le /etc/rc.conf, et as-tu installé alsa-oss ? (Des fois ça peut servir)
Chez moi:
$ lspci | grep Audio
04:01.0 Audio device: VIA Technologies, Inc. VT1708/A [Azalia HDAC] (VIA High Definition Audio Controller) (rev 10)
$ cat /etc/rc.conf | grep MODULES
MODULES=(snd-pcm-oss snd-mixer-oss (...) snd-hda-intel (...))
Sur le portable, autre carte, j'en ai même peut-être un ou deux de plus ? (Pas sûre... juste une idée comme ça... )
/EDIT:
http://wiki.archlinux.org/index.php/ALS ... s_and_test
Unmute the channels and test
In this section, we assume that you are logged in as root. If you want to perform these steps as an unprivileged user, you have to skip to the next section Setup Permissions first.
* Unmute Soundcard
The current version of ALSA installs with all channels muted by default, so even if installation completes successfully and all devices are working properly you will hear no sound. You will need to unmute the channels manually. It is recommended to use 'alsamixer' to accomplish this. From the alsamixer text ui, the label "MM" below a channel indicates that the channel is muted, and "00" indicates that it is open. Press the 'm' key to toggle MM/00. Use arrow-keys left and right to navigate through the channels and the arrow-keys up and down to adjust the volume. Such things as Master and PCM and possibly Speaker will need to unmuted for your sound to work.
NOTE: When using amixer, be sure to unmute as well as bring volumes up to a specific level in percent, i.e you need to use that % sign. amixer understands the percent sign (%), not numbers. If you use a number (say, 90) then amixer will take it as 100%, which can harm your speakers.
# amixer set Master 90% unmute
# amixer set PCM 85% unmute