Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
Problema con Audigy LS e ALSA
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
starise
Apprentice
Apprentice


Joined: 09 Oct 2004
Posts: 211
Location: Napoli

PostPosted: Mon Apr 18, 2005 10:53 pm    Post subject: Problema con Audigy LS e ALSA Reply with quote

Ciao a tutti,
ho acquistato qualche tempo fa una scheda audio Audigy LS, e ora mi accingo ad usarla su Linux

Ho messo nel kernel il supporto ALSA alla scheda audio (modulo snd-ca0106)
il modulo viene correttamente caricato all'avvio

Code:

starpower root # lsmod
Module                  Size  Used by
snd_ca0106             27108  2
snd_ac97_codec         74040  1 snd_ca0106
nvidia               3916924  0


il problema e' che l'audio mi si sente tutto disturbato e scattoso...
l'alsamixer poi e' diverso dal solito

non c'e' neanche il canale master... soltanto degli ANALOG rear, flont, unknown, CAPTURE.... boh

l'unico che funziona e' il front e mi restituisce un output audio !!!!!obbrobbrioso!!!!!!

spero possiate darmi qualche consiglio!
saluti a tutti
_________________
Notebook: Dell XPS M1330, Core 2 Duo 2GHz, 2 GB DDR2, HD 200GB 7200rpm, GeForce 8400M - powered by Gentoo
Back to top
View user's profile Send private message
SilverXXX
l33t
l33t


Joined: 18 Sep 2004
Posts: 885

PostPosted: Tue Apr 19, 2005 6:13 am    Post subject: Reply with quote

Il modulo è sbagliato, dovrebbe essere l'emu10k1
_________________
about:mozilla
Back to top
View user's profile Send private message
starise
Apprentice
Apprentice


Joined: 09 Oct 2004
Posts: 211
Location: Napoli

PostPosted: Tue Apr 19, 2005 9:03 am    Post subject: Reply with quote

SilverXXX wrote:
Il modulo è sbagliato, dovrebbe essere l'emu10k1


Guarda, ora provo con quello
_________________
Notebook: Dell XPS M1330, Core 2 Duo 2GHz, 2 GB DDR2, HD 200GB 7200rpm, GeForce 8400M - powered by Gentoo
Back to top
View user's profile Send private message
starise
Apprentice
Apprentice


Joined: 09 Oct 2004
Posts: 211
Location: Napoli

PostPosted: Tue Apr 19, 2005 9:49 am    Post subject: Reply with quote

aeeeeeee... adesso all'avvio ALSA mi dice FAILED TO LOAD NECESSARY DRIVERS..

poi faccio lsmod ed esce:

Code:
starpower root # lsmod
Module                  Size  Used by
snd_emu10k1            96260  0
snd_rawmidi            20576  1 snd_emu10k1
snd_ac97_codec         74040  1 snd_emu10k1
snd_util_mem            3328  1 snd_emu10k1
snd_hwdep               7392  1 snd_emu10k1
nvidia               3916924  0

_________________
Notebook: Dell XPS M1330, Core 2 Duo 2GHz, 2 GB DDR2, HD 200GB 7200rpm, GeForce 8400M - powered by Gentoo
Back to top
View user's profile Send private message
SilverXXX
l33t
l33t


Joined: 18 Sep 2004
Posts: 885

PostPosted: Tue Apr 19, 2005 9:59 am    Post subject: Reply with quote

Allora, ti dò un consiglio che in questi casi ti può risolvere molti problemi:
1) Aggiungi a make.conf la linea "ALSA_CARDS=emu10k1"
2)Togli dal kernel tutta le opzioni di alsa (ma lascia il soundcard support)
3)emergi l'ultima versione di alsa che c'è in portage

poi devi mettere a posto il file /etc/modules.d/alsa, impostando il numero giusto di schede audio, e l'alias della tua scheda audio (es: alias snd-card-0 snd-emu10k1) poi dai un modules-update, aggiungi alsaconf al boot (se non c'è già) e riavvii, così carica i moduli da solo.
_________________
about:mozilla
Back to top
View user's profile Send private message
Castoro
n00b
n00b


Joined: 29 Aug 2004
Posts: 25

PostPosted: Tue Apr 19, 2005 10:06 am    Post subject: Reply with quote

No, guarda, per l'Audigy LS serve proprio il ca0106.
Il problema di questo driver (che oltretutto è direttamente derivato dall'emu10k1) è la poca documentazione (oltre al fatto che è relativamente recente).
Per l'audio disturbato devi considerare che la tua scheda accetta solo i 48KHz e devi forzare il resampling. Dovresti lavorare un po' sulla configurazione di Alsa. Dovresti riuscire ad usare anche il dmix in modo piuttosto facile ma, se ti dovesse venire in mente di provare il routing multicanale, per quello che ho constatato io, non è possibile farlo convivere (per lo meno usando la documentazione reperibile) con il dmix...
Back to top
View user's profile Send private message
gionag
n00b
n00b


Joined: 01 Mar 2004
Posts: 37

PostPosted: Tue Apr 19, 2005 11:43 am    Post subject: Reply with quote

guarda.. anche a me fa la stessa identica cosa... per sistemare ho inserito l'.asoundrc con il dmx :D

bye bye
_________________
etc-update, da fare sobri, non oltre le 22 e senza pressioni esterne. .:deadhead:.
Back to top
View user's profile Send private message
starise
Apprentice
Apprentice


Joined: 09 Oct 2004
Posts: 211
Location: Napoli

PostPosted: Fri Apr 22, 2005 7:53 pm    Post subject: Reply with quote

Ragazzi potreste mandarmi i file delle vostre configurazioni??

Ho scoperto che con XMMS, l'audio va perfettamente installando la compatibilità OSS, mentre se metto ALSA, mi dice:

Code:

Failed to open audio output: Plugin di Output Alsa 1.2.10


Inoltre non riesco a far funzionare le casse 5.1, me le vede sempre stereo!
piccolo edit: Per 'far funzionare le casse 5.1' intendo estendere a tutti e sei i canali la musica stereofonica (wav, mp3...). Ora provo a fare delle ricerche...
_________________
Notebook: Dell XPS M1330, Core 2 Duo 2GHz, 2 GB DDR2, HD 200GB 7200rpm, GeForce 8400M - powered by Gentoo
Back to top
View user's profile Send private message
*overflow*
n00b
n00b


Joined: 16 Apr 2005
Posts: 3

PostPosted: Sat Apr 23, 2005 7:51 pm    Post subject: Reply with quote

Qualcuno ha dei consigli per espandere i canali?

io ho lo stesso problema con una scheda integrata via82xx
_________________
Error... buffer overflow
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