Um, I think you're trying to build the 2.4 modules from the source package (the /usr/src/modules/alsa gives it away). With 2.6, you need to build the modules within the kernel tree itself.
Please note, first, that ALSA modules are shipped in kernel-image-2.6* packages, so if you are using a standard Debian kernel then you normally don't need to build any modules yourself.
Note, second, that you _can_ build an alsa-modules package for a 2.6 kernel from alsa-source using the make-kpkg utility. When the alsa-modules package is installed, the module loader will load its modules in preference to those from the kernel-image package.
One reason you might want to build an alsa-modules package for a 2.6 kernel is that the drivers so generated are generally more up-to-date than the ones in the kernel. For example, alsa-source is currently at version 1.0.7 whereas Linux 2.6.8.1 currently contains ALSA version 1.0.4.
I think I'm almost there. I rebuild the alsa modules with module-assistant and ran alsaconf. My card was discovered (it wasn't before I rebuilded the module).
Here's what lsmod says:
Module Size Used by
r128 106628 2
ipv6 264612 8
af_packet 22600 2
snd_audigyls 26896 0
hw_random 5460 0
pci_hotplug 34640 0
intel_agp 22816 1
agpgart 34696 2 intel_agp
pcspkr 3592 0
rtc 12760 0
psmouse 20360 0
floppy 61200 0
parport_pc 36900 0
parport 41832 1 parport_pc
mousedev 10476 2
joydev 9984 0
evdev 9600 0
tsdev 7392 0
usbhid 32192 0
uhci_hcd 33136 0
3c59x 39368 0
capability 4520 0
commoncap 7232 1 capability
snd_emu10k1 102536 0
snd_rawmidi 25224 1 snd_emu10k1
snd_seq_device 8972 2 snd_emu10k1,snd_rawmidi
snd_ac97_codec 77568 2 snd_audigyls,snd_emu10k1
snd_pcm_oss 54184 0
snd_mixer_oss 20160 1 snd_pcm_oss
snd_pcm 98440 4 snd_audigyls,snd_emu10k1,snd_ac97_codec,snd_pcm_oss
snd_timer 25924 2 snd_emu10k1,snd_pcm
snd_page_alloc 10120 3 snd_audigyls,snd_emu10k1,snd_pcm
snd_util_mem 4576 1 snd_emu10k1
snd_hwdep 9668 1 snd_emu10k1
snd 58148 11 snd_audigyls,snd_emu10k1,snd_rawmidi,snd_seq_device,snd_ac97_codec,snd_pcm_oss,snd_mixer_oss,snd_pcm,snd_timer,snd_util_mem,snd_hwdep
soundcore 10336 1 snd
usb_storage 69152 0
usbcore 119012 5 usbhid,uhci_hcd,usb_storage
scsi_mod 125196 1 usb_storage
ide_cd 42656 0
cdrom 40732 1 ide_cd
isofs 37240 0
ext2 71848 0
ext3 127240 1
jbd 62616 1 ext3
mbcache 9348 2 ext2,ext3
ide_generic 1408 0
ide_disk 19296 3
piix 13440 1
ide_core 139908 5 usb_storage,ide_cd,ide_generic,ide_disk,piix
unix 28692 572
font 8320 0
vesafb 6656 0
cfbcopyarea 3840 1 vesafb
cfbimgblt 3040 1 vesafb
cfbfillrect 3776 1 vesafb
I still have alsamixer: function snd_ctl_open failed for default: No such device when I run Alsamixer. And I don't have any /dev/dsp of mixer or sequencer. They were there a few days ago but something happened (?).
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]