Jeff Bradberry wrote:
On Thu, 24 Jun 2004, Joris Huizer wrote:

Check `uname -r` and look in /lib/modules/`uname -r` for that alsa directory;
If you're running 2.4.26, you installed a new kernel, not a new kernel source; If not, than I couldn't explain why you'd get such errors;


Sorry if I wasn't clear, but I meant that I had built a custom kernel from
the 2.4.26 kernel-source package and installed that.

[EMAIL PROTECTED]:~$ uname -r
2.4.26
[EMAIL PROTECTED]:~$ ls /lib/modules/`uname -r`/alsa
snd-ainstr-fm.o    snd-opl3-lib.o    snd-seq-device.o      snd-seq.o
snd-cs4231-lib.o   snd-opl3-synth.o  snd-seq-instr.o       snd-timer.o
snd-cs4232.o       snd-page-alloc.o  snd-seq-midi-emul.o   snd.o
snd-hwdep.o        snd-pcm-oss.o     snd-seq-midi-event.o
snd-mixer-oss.o    snd-pcm.o         snd-seq-midi.o
snd-mpu401-uart.o  snd-rawmidi.o     snd-seq-oss.o

I should also mention that snd, snd-hwdep, and some of the others insert
just fine.  It's snd-cs4231-lib that is the showstopper.


I think you didn't build that snd-cs4231-lib module then, (you can check in the /lib/modules/2.4.26/alsa directory you'll probably find it's missing)


Make sure the "option" CONFIG_SND_CS4231 is set to 'm' like,
CONFIG_SND_CS4231=m

HTH,

Joris


--
To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]




Reply via email to