Interesting... I just went through this myself...

guillem palou wrote:
Hi another time,

I looked all the modules by executing an "lsmod" and all my audio modules are loaded, here is an output of the command:

bash-2.05b# lsmod
Module Size Used by
vfat 11392 0
fat 38592 1 vfat
snd_pcm_oss 47780 0
snd_mixer_oss 16384 1 snd_pcm_oss
snd_intel8x0 28968 0
snd_ac97_codec 56324 1 snd_intel8x0
snd_pcm 79524 2 snd_pcm_oss,snd_intel8x0
snd_page_alloc 9092 2 snd_intel8x0,snd_pcm
gameport 3712 1 snd_intel8x0
snd_mpu401_uart 5760 1 snd_intel8x0
snd_rawmidi 19232 1 snd_mpu401_uart
snd_seq_oss 29312 0
snd_seq_midi_event 6144 1 snd_seq_oss
snd_seq 47632 4 snd_seq_oss,snd_seq_midi_event
snd_timer 20228 2 snd_pcm,snd_seq
snd_seq_device 6408 3 snd_rawmidi,snd_seq_oss,snd_seq
snd 44388 14 snd_pcm_oss,snd_mixer_oss,snd_intel8x0,snd_ac97_codec,snd_pcm,snd_mpu401_uart,snd_rawmidi,snd_seq_oss,snd_seq_midi_event,snd_seq,snd_timer,snd_seq_device


uhci_hcd               28048  0
ohci_hcd               16644  0
sis_agp                 5120  1
agpgart                27432  2 sis_agp
sis900                 16772  0
nvidia               1700908  10
sbp2                   20872  0
ohci1394               29828  0
ieee1394               88756  2 sbp2,ohci1394
usb_storage            29056  0
hid                    30528  0
ehci_hcd               23428  0
usbcore                86236  7 uhci_hcd,ohci_hcd,usb_storage,hid,ehci_hcd

So, the i810_audio module isn't loaded but the snd_intel8x0 is.

This is normal. The i810_audio module is the OSS driver. Since OSS emulation is included in ALSA, you don't need (or want) this module to be loaded. snd_intel8x0 is the one you want to be there.

After this, i looked around the /proc/asound directory and there is no visible card configured in the system (/proc/asound/cards doen't contain any card). Please, any help will be mercyful. thnak you

Did you try running alsaconf? There's good help from CCRMA at this link:

http://ccrma.stanford.edu/planetccrma/software/installkernelandsound.html#SECTION00023200000000000000

Good luck and let us know how it works out for ya!

Peace,
~Jos~




------------------------------------------------------- This SF.Net email is sponsored by Sleepycat Software Learn developer strategies Cisco, Motorola, Ericsson & Lucent use to deliver higher performing products faster, at low TCO. http://www.sleepycat.com/telcomwpreg.php?From=osdnemail3 _______________________________________________ Alsa-user mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/alsa-user

Reply via email to