[alsa-devel] alsa 1.0.16 on kernel 2.6.23.9
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
I receive non-working installation of alsa
Any ideas?
\wbr Vitaly Chernookiy
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.
Takashi
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?
\wbr Vitaly Chernookiy
Takashi
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
On Thu, Apr 17, 2008 at 11:54 AM, Takashi Iwai tiwai@suse.de wrote:
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.
where I can see which components require to be modules also?
I don't compile OSS at all and all alsa is modules. which component can be depend on it?
Takashi
At Thu, 17 Apr 2008 12:06:12 +0000, Vitaly V. Ch wrote:
On Thu, Apr 17, 2008 at 11:54 AM, Takashi Iwai tiwai@suse.de wrote:
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.
where I can see which components require to be modules also?
Read Kconfig files.
I don't compile OSS at all and all alsa is modules. which component can be depend on it?
Don't know unless you expose your config. Just try to select m and rebuild.
Takashi
participants (2)
-
Takashi Iwai
-
Vitaly V. Ch