Modif: Si vous êtes aventurier, vous pouvez installer Debian Lenny (la version suivante de Debian) à partir des repositories actuels et ne pas avoir à vous soucier de ce problème qui devrait être généralement réglé par les drivers intégrés au nouveau noyau (2.6 dans le cas de Lenny alors que Etch utilise encore 2.4).
Bon, j’ai récemment eu quelques problèmes à installer mes drivers audio sur Debian Etch (4.0_r3). J’ai finalement trouvé la solution après quelques temps de recherche. La voici
(Merci a farrell2k du forum debian.net)
Source: http://forums.debian.net/viewtopic.php?t=26835
1. download the latest alsa drivers from the alsa project site
2. su and become root, then do a uname -r to find your kernel version.
3. then apt-get the appropriate linux-headers. Mine was linux-headers-2.16.18-4-486.
4. cd to the extracted alsa source and run ./configure –with-kernel=/usr/src/linux-headers-2.16.18-4-486 (or whatever yours is).
5. run make…wait, then make install and wait.
6. run alsaconf and pick your card.
7. reboot and adjust volume with whatever mixer.
o dear, what have you been up to tom