Hi, On Sun, Nov 30, 2003 at 01:21:22PM -0500, Frank K wrote: > How I installed alsa > - I apt-get installed alsa
That probably only got you the alsa-base files. > I then downloaded the drivers and compiled those (dont know if this was > needed) Yes, you need the alsa-drivers, alsa-lib, alsa-utils stuff - see the info at http://www.alsa-project.org - follow the link to the page for your card. > output of dmesg > PCI: Probing PCI hardware > PCI: Probing PCI hardware (bus 00) The kernel finds your card here (lines below) ... This means something in the kernel is probing for the card ... > es1371: version v0.32 time 18:07:34 Nov 28 2003 > PCI: Found IRQ 10 for device 02:0c.0 > PCI: Sharing IRQ 10 with 00:1f.3 > es1371: found chip, vendor id 0x1274 device id 0x1371 revision 0x09 > es1371: found es1371 rev 9 at io 0xdf00 irq 10 > es1371: features: joystick 0x0 > ac97_codec: AC97 Audio codec, id: CRY20 (Cirrus Logic CS4297A rev B) Kernel is done with it's setup .. > Freeing unused kernel memory: 140k freed > Adding Swap: 522104k swap-space (priority -1) > Modules being installed here .. 0: nvidia: loading NVIDIA Linux x86 nvidia.o Kernel Module 1.0-4496 > Wed Jul 16 19:03:09 PDT 2003 This may be the ALSA stuff trying to load, but the device (sound card) has already been grabbed by drivers compiled into the kernel, hence shows as "device busy" ... > Ensoniq AudioPCI soundcard not found or device busy > azt3328: no AZF3328 based soundcards found or device busy > ---End--- > > I have ran /sbin/update-modules That's good... The following may be the problem .. > I do remember compiling some sound support in the kernel...dont remember > excatly what though... > the grep command returns > ---Start--- > b0x:/home/frank# grep sound /boot/System.map-2.4.22 You probably answered 'Y' to CONFIG_SOUND when you configured your kernel ? > c02515d0 t soundcore_open > c02517b2 t .text.lock.sound_core > c03740c0 d soundcore_fops > c03c2cf0 t init_soundcore > c03ce09c t __initcall_init_soundcore > ---End--- At this point my suggestions would be: Compile a new kernel, but say 'm' to Sound card support (CONFIG_SOUND) [M/n/y/?] Only answer 'm' to any sound card drivers you want - it won't conflict with ALSA to have the modules as long as you don't load them while trying to use ALSA. Or you can leave them out entirely (answer 'n'). ALSA supplies drivers of it's own (like ens1371). After compiling and installing your kernel, visit the alsa-project website and sanity check your alsa installation: make sure you've got the drivers/libs as well as the alsa-base stuff. Double check that the alsa stuff is where it belongs - On my system (Debian) it's in /lib/modules/2.4.22-alsa/kernel/drivers/sound/. HTH, Robert ------------------------------------------------------- This SF.net email is sponsored by: SF.net Giveback Program. Does SourceForge.net help you be more productive? Does it help you create better code? SHARE THE LOVE, and help us help YOU! Click Here: http://sourceforge.net/donate/ _______________________________________________ Alsa-user mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/alsa-user