Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
/etc/modules.d/alsa [risolto]
View unanswered posts
View posts from last 24 hours
View posts from last 7 days

 
Reply to topic    Gentoo Forums Forum Index Forum italiano (Italian)
View previous topic :: View next topic  
Author Message
Simbul
Tux's lil' helper
Tux's lil' helper


Joined: 31 Oct 2004
Posts: 113

PostPosted: Sat Nov 13, 2004 10:30 pm    Post subject: /etc/modules.d/alsa [risolto] Reply with quote

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
View user's profile Send private message
comio
Advocate
Advocate


Joined: 03 Jul 2003
Posts: 2191
Location: Taranto

PostPosted: Sun Nov 14, 2004 4:10 am    Post subject: Reply with quote

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
View user's profile Send private message
Simbul
Tux's lil' helper
Tux's lil' helper


Joined: 31 Oct 2004
Posts: 113

PostPosted: Sun Nov 14, 2004 9:10 am    Post subject: Reply with quote

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
View user's profile Send private message
Simbul
Tux's lil' helper
Tux's lil' helper


Joined: 31 Oct 2004
Posts: 113

PostPosted: Sun Nov 14, 2004 9:59 am    Post subject: Reply with quote

Edit ho trovato sul sito della ALSA alcune impostazioni da infilare nel famoso /etc/modules.d/alsa e a quanto pare ora funziona... per essere sicuro, qualcuno di voi potrebbe postarmi il contenuto del suo file omonimo?
Il link è questo: http://www.alsa-project.org/alsa-doc/doc-php/template.php?company=Creative+Labs&card=Sound+Blaster+Audigy+ES.&chip=emu10k2&module=emu10k1
_________________
Simbul
There's only 10 types of people in the world,
Those who understand binary and those who don't
Back to top
View user's profile Send private message
Nemesix2001
Tux's lil' helper
Tux's lil' helper


Joined: 24 Oct 2004
Posts: 108

PostPosted: Sun Nov 14, 2004 10:20 am    Post subject: Reply with quote

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
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Forum italiano (Italian) All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum