[ltp] 770z sound (FC2 ALSA)

Mendel Cooper linux-thinkpad@linux-thinkpad.org
Sun, 30 May 2004 10:23:19 -0700 (MST)


I think possibly I'm on the right track now. On the ALSA page --
http://alsa.opensrc.org -- in one of the posted docs:

   "Or maybe the isapnp is enabled, either because you didn't specify
    the --with_isapnp=0 option, or you did, but the kernel was compiled
    with its own ISAPNP configuration enabled (in which case the alsa
    drivers will use the kernel's internal isapnp, NOT the settings you
    specify to modprobe). . . ."

Well, I checked the .configure file in the FC2 kernel sources
(/usr/src/etc.), and the default setting of isapnp is
    CONFIG_ISAPNP=y

Lo and behold! Looks like I should try recompiling the kernel with this
setting on "n" . . .