17 Apr
2008
17 Apr
'08
2:54 p.m.
At Thu, 17 Apr 2008 11:14:36 +0000, Vitaly V. Ch wrote:
On Thu, Apr 17, 2008 at 9:55 AM, Takashi Iwai tiwai@suse.de wrote:
At Thu, 17 Apr 2008 07:26:25 +0000,
Vitaly V. Ch wrote:
Have anyone successfully run alsa 1.0.16 on kernel 2.6.23.9?
after success configure and make with one warning:
WARNING: /tmp/alsa-driver-1.0.16/misc/ac97_bus: 'ac97_bus_type' exported twice. Previous export was in vmlinux
Do you have CONFIG_AC97_BUS=y? This should be a module, too.
Yes, I have it. I can't find in menuconfig item to switch it. Can I switch it manually by editing .config?
Yes. But usually it's selected by other items. So you likely made dependent components all built-in (=y). They should be also modules.
Takashi