In menuconfig find ich nix mit ac97 aber wenn ich mir die .config anschaue seh ich das :
in Generic Device ist kein ac97# Generic devices
#
CONFIG_SND_AC97_CODEC=y
CONFIG_SND_AC97_BUS=y
in Generic Device ist kein ac97# Generic devices
#
CONFIG_SND_AC97_CODEC=y
CONFIG_SND_AC97_BUS=y
Code: Alles auswählen
alsaconfig
bringt mir alsaconfNo supported PnP or PCI card found.
erscheint nach lspci00:0d.0 Multimedia audio controller: Creative Labs SB Live! EMU10k1 (rev 07)
steckt in Device Driver ->Sound ->Alsa ->PciDevices und ist nicht aktiviert! Wieso dann der Eintrag in der .config?VIA 82C686A/B, 8233/8235 AC97 Controller
Code: Alles auswählen
config SND_EMU10K1
tristate "Emu10k1 (SB Live!, Audigy, E-mu APS)"
depends on SND
select SND_HWDEP
select SND_RAWMIDI
select SND_AC97_CODEC <- Hier wir SND_AC97_CODEC mitaktiviert
help
Say Y to include support for Sound Blaster PCI 512, Live!,
Audigy and E-mu APS (partially supported) soundcards.
The confusing multitude of mixer controls is documented in
<file:Documentation/sound/alsa/SB-Live-mixer.txt> and
<file:Documentation/sound/alsa/Audigy-mixer.txt>.
To compile this driver as a module, choose M here: the module
will be called snd-emu10k1.