Quote:
Originariamente inviato da |Stan|
sorry ma non è quello il file che mi serve  mi spiace
|
Il file che mi chiedi tu somiglia a questo?
(trovato in giro cercando di capire come funziona la gestione dei moduli alsa)
Quote:
Configure ALSA
You will need to create a file:
/etc/alsa/modutils/0.9
(Assuming that you're using a 0.9.x release of ALSA, which is current as of this writing.) In here, put the module commands your system will need for your sound card. This is what I used:
alias char-major-14 soundcore
alias char-major-116 snd
alias snd-card-0 snd-ens1371
alias sound-slot-0 snd-card-0
alias sound-service-0-0 snd-mixer-oss
alias sound-service-0-1 snd-seq-oss
alias sound-service-0-3 snd-pcm-oss
alias sound-service-0-8 snd-seq-oss
alias sound-service-0-12 snd-pcm-oss
Of course, replace "snd-ens1371" with the right module for your soundcard. You may also want to add an "options" line for your sound card. And some of the rest of that stuff may be different for your card... read the docs on the ALSA home page and/or the ALSA Wiki about your card for more info.
You should also have a link /etc/modutils/alsa that points to /etc/alsa/modutils/0.9; I believe that one of the packages you've installed should do this automatically, but I found that link missing after a recent recompile. You might want to check that it's there if your sound modules aren't getting loaded automatically.
|
Se sì, stasera provo a cercarlo in /etc e a modificarlo.