Thanks. Perhaps not the answer I was looking for, but does satisfy me. I
can of course as I have noted compile alsa into the kernel.
Partha
Takashi Iwai wrote:
At Tue, 30 Sep 2003 19:30:22 -0400,
Partha Bagchi wrote:
Hi,
I downloaded the latest drivers (0.9.7) and installed it as follows:
.
At Tue, 30 Sep 2003 19:30:22 -0400,
Partha Bagchi wrote:
>
> Hi,
>
> I downloaded the latest drivers (0.9.7) and installed it as follows:
> ./configure --with-cards=intel8x0 --with-sequencer= yes
> --with=kernel=/home/kernel/linux-2.6.0-test6
>
> The configuration ran fine and then I did make;m
I using Rusty Russell's modutils (version 0.9.14) which is needed for
the new kernel. I will see if there is anything newer.
Thanks,
Partha
Clemens Ladisch wrote:
Partha Bagchi wrote:
modprobe snd-intel8x0
The error I get is:
FATAL: Module snd_intel8x0 not found.
The module utils version
Yes I did - no effect. In fact Alsaconf claims there is no card in my
laptop.
I don't understand why the fatal error is returning the module name with
"snd_" instead of "snd-".
By the way, when I compiled alsa into the kernel
(linux-2.6.0-test5-bk14), sound worked fine and I could use the gnom
Partha Bagchi wrote:
> modprobe snd-intel8x0
> The error I get is:
> FATAL: Module snd_intel8x0 not found.
The module utils version you're using replace "-" with "_" in module
names. Try to use some newer (or older) version of modutils.
HTH
Clemens
---