View previous topic :: View next topic |
Author |
Message |
Simbul Tux's lil' helper
Joined: 31 Oct 2004 Posts: 113
|
Posted: Sat Nov 13, 2004 10:30 pm Post subject: /etc/modules.d/alsa [risolto] |
|
|
Sto cercando di installare ALSA seguendo la guida di gentoo.org... arrivo fino al punto in cui dice di editare il file /etc/modules.d/alsa perchè quel file sul mio sistema non è presente!
Ho un kernel 2.4 e una SoundBlaster Audigy Player (-> dovrebbe essere il driver emu10k1)
Nella configurazione del kernel ho attivato il supporto per le schede audio senza specificarne alcuna, ho compilato, copiato in /boot, riavviato, rifatto emerge alsa-driver alsa-utils ma il problema rimane.
Ho provato a creare un file contenente soltanto "alias snd-card-0 snd-emu10k1" e metterlo al posto di /etc/module.d/alsa ma quando lancio /etc/init.d/alsasound start mi dice:
Code: | Loading ALSA drivers...
Could not detect custom ALSA settings. Loading all detected alsa drivers.
Unable to find any ALSA drivers. have you compiled alsa-drivers correctly?
Loading: snd-seq... [ok]
ERROR: failed to load necessary drivers [ok]
Restoring Mixer Levels
No mixer config in /etc/asound.state, you have to unmute your card! [ok] |
A parte che chiama l'ebuild alsa-drivers quando in realtà dovrebbe essere alsa-driver... cmq avete idea di come mai manca quel file alsa? E come risolvere la situazione?
(La cosa divertente è che nell'installazione precedente di gentoo - che poi ho dovuto eliminare perchè non andava una cippa - alsa ha funzionato tranquillamente al primo colpo... ) _________________ Simbul
There's only 10 types of people in the world,
Those who understand binary and those who don't
Last edited by Simbul on Sun Nov 14, 2004 10:32 am; edited 1 time in total |
|
Back to top |
|
|
comio Advocate
Joined: 03 Jul 2003 Posts: 2191 Location: Taranto
|
Posted: Sun Nov 14, 2004 4:10 am Post subject: |
|
|
hai messo i moduli giusti nella compilazione del kernel?
hai configurato il file /etc/modules.d/alsa?
ciao _________________ RTFM!!!!
e
http://www.comio.it
|
|
Back to top |
|
|
Simbul Tux's lil' helper
Joined: 31 Oct 2004 Posts: 113
|
Posted: Sun Nov 14, 2004 9:10 am Post subject: |
|
|
Il problema è proprio che il file /etc/modules.d/alsa non c'è.
Per quanto riguarda i moduli giusti nel kernel credo di sì, ma chiedevo sul forum proprio per vedere se ho sbagliato qualcosa. _________________ Simbul
There's only 10 types of people in the world,
Those who understand binary and those who don't |
|
Back to top |
|
|
Simbul Tux's lil' helper
Joined: 31 Oct 2004 Posts: 113
|
|
Back to top |
|
|
Nemesix2001 Tux's lil' helper
Joined: 24 Oct 2004 Posts: 108
|
Posted: Sun Nov 14, 2004 10:20 am Post subject: |
|
|
Code: | # ALSA portion
alias char-major-116 snd
# OSS/Free portion
alias char-major-14 soundcore
##
## IMPORTANT:
## You need to customise this section for your specific sound card(s)
## and then run `update-modules' command.
## Read alsa-driver's INSTALL file in /usr/share/doc for more info.
##
## ALSA portion
alias snd-card-0 snd-intel8x0
## alias snd-card-1 snd-ens1371
## OSS/Free portion
## alias sound-slot-0 snd-card-0
## alias sound-slot-1 snd-card-1
##
# OSS/Free portion - card #1
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
## OSS/Free portion - card #2
## alias sound-service-1-0 snd-mixer-oss
## alias sound-service-1-3 snd-pcm-oss
## alias sound-service-1-12 snd-pcm-oss
alias /dev/mixer snd-mixer-oss
alias /dev/dsp snd-pcm-oss
alias /dev/midi snd-seq-oss
# Set this to the correct number of cards.
options snd cards_limit=1 |
Hope this help ciao ciao |
|
Back to top |
|
|
|