You are not logged in.

#1 2007-05-31 19:17:09

nemrood
Member
Registered: 2007-05-31
Posts: 3

gina24 sound card

I try to configure Echo Gina24 sound card under Archlinux. I have removed other sound card from my box, so I have only Gina24.

$ lsmod |grep snd
snd_seq_oss            29056  0 
snd_seq_midi_event      6528  1 snd_seq_oss
snd_seq                46800  4 snd_seq_oss,snd_seq_midi_event
snd_seq_device          6796  2 snd_seq_oss,snd_seq
snd_pcm_oss            38816  0 
snd_mixer_oss          14336  1 snd_pcm_oss
snd_gina24             25892  0 
snd_pcm                68484  2 snd_pcm_oss,snd_gina24
snd_timer              19076  2 snd_seq,snd_pcm
snd                    44388  8 snd_seq_oss,snd_seq,snd_seq_device,snd_pcm_oss,snd_mixer_oss,snd_gina24,snd_pcm,snd_timer
soundcore               6496  1 snd
snd_page_alloc          7816  2 snd_gina24,snd_pcm

So the module is inserted. ]
According to the ALSA Setup Wiki I should have control and pcm devices in /dev/snd directory, but I have only seq and timer devices:

$ ls -l /dev/snd
razem 0
crw-rw---- 1 root audio 116,  1 maj 31  2007 seq
crw-rw---- 1 root audio 116, 33 maj 31  2007 timer

I didn't have any problems with my other sound card (SB Live!).
I thought it will work if the module is present.

Please tell me what should I do.

Regards.

Offline

Board footer

Powered by FluxBB