I've resolved my problem. It was a the kernel configuration.
The problem was that i compiled the Alsa sound support and the OSS sound
support both into the kernel. Apparently there was a conflict between them,
so, when i put the OSS support as a module, the sound worked correctly and
now i'm lis
guillem palou wrote:
> Here is my output of lspci and cat /proc/asound/version:
>
> 00:02.7 Multimedia audio controller: Silicon Integrated Systems [SiS] Sound
> Controller (rev a0)
This should work with snd-intel8x0.
What happens when you execute
rmmod snd-intel8x0
modprobe snd-intel8x0
A
What does lspci say about your card?
What ALSA version do you have? (see /proc/asound/version)
Regards,
Clemens
Here is my output of lspci and cat /proc/asound/version:
bash-2.05b# lspci
00:00.0 Host bridge: Silicon Integrated Systems [SiS] 651 Host (rev 02)
00:01.0 PCI bridge: Silicon Integrated
guillem palou wrote:
> So, the i810_audio module isn't loaded but the snd_intel8x0 is.
>
> 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).
What does lspci say about your card?
What ALSA v
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
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
fat38592 1 vfat
snd_pcm_oss47780 0
sn
guillem palou wrote:
> Hi, I have a problem configuring my sound in Gentoo Linux.
>
> My /etc/modules.d/alsa configuration file is this:
>
>alias snd-card-0 snd-intel8x0
OK.
> The problem begins when i execute "amixer" because the output that it
> gives me is:
>
> amixer: Mixer attach default
Hi, I have a problem configuring my sound in Gentoo Linux.
I'm currently using kernel 2.6.5 and i emerged alsa-lib, alsa-tools,
alsa-oss and i didn't emerge alsa-driver because they are compiled into
the kernel.
My /etc/modules.d/alsa configuration file is this:
Alsa 0.9.X kernel modules' configu