Mark Priestley wrote these words on 07/10/06 07:08 CST:
> But I couldn't see any appropriate settings for my hardware,
> and I only got it to work by building the snd-hda-intel module from the
> alsa-driver source. Did I miss something here?
It sounds like it.
> I was quite surprised
> that the book had no section on the alsa-driver package, as it's been
> pretty immaculate in covering everything else.
The page on the ALSA Driver was removed when the ALSA drivers were
provided in the Linux kernel tree. We expect most folks to use
the in-tree drivers, and not the external package.
>> I don't understand the comment about compiling the ALSA stuff as
>> modules, since it should work fine either as builtin or modules.
>
> alsa-driver-1.0.12rc1/configure stopped at line 3878:
>
> if test "$CONFIG_SND" = "y"; then
> { { echo "$as_me:$LINENO: error: You have built-in ALSA in your kernel."
>> &5
> echo "$as_me: error: You have built-in ALSA in your kernel." >&2;}
> { (exit 1); exit 1; }; }
> fi
This probably has something to do with the in-tree drivers are
configured one way, and you're trying to configure the external
package a different way. Exactly why we don't cover the external
ALSA driver package. We don't want folks using it unless they
know what they are doing.
Note these results from two different systems:
[EMAIL PROTECTED]: ~ > grep CONFIG_SND= /boot/config-2.6.14.3
CONFIG_SND=y
[EMAIL PROTECTED]: ~ > ssh rml
Last login: Thu Jul 6 20:18:37 2006
[EMAIL PROTECTED]: ~ > grep CONFIG_SND= /boot/config-2.6.16.14
CONFIG_SND=y
This shows both machine using the ALSA drivers compiled into the
kernel.
--
Randy
rmlscsi: [bogomips 1003.23] [GNU ld version 2.16.1] [gcc (GCC) 4.0.3]
[GNU C Library stable release version 2.3.6] [Linux 2.6.14.3 i686]
07:26:00 up 3 days, 17:34, 1 user, load average: 0.16, 0.08, 0.04
--
http://linuxfromscratch.org/mailman/listinfo/blfs-support
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page