[NMLUG] Sound problems
Gary Sandine
gars at laclinux.com
Fri Jan 9 11:19:30 MST 2004
On Fri, 2004-01-09 at 09:57, Will Pearson wrote:
> The following error occurred running the modprobe
> program:
>
> /lib/modules/2.4.22-1.2140.nptlsmp/kernel/drivers/sound/i810_audio.o:
> init_module: No such device
> /lib/modules/2.4.22-1.2140.nptlsmp/kernel/drivers/sound/i810_audio.o:
> insmod
> /lib/modules/2.4.22-1.2140.nptlsmp/kernel/drivers/sound/i810_audio.o
> failed
> /lib/modules/2.4.22-1.2140.nptlsmp/kernel/drivers/sound/i810_audio.o:
> insmod sound-slot-0 failed
This probably happened because the audio chip is not supported by the
version of the i810_audio driver in the kernel (kernel driver is too
old).
> [root at balrog sound]# /sbin/insmod i810_audio.o
> i810_audio.o: unresolved symbol ac97_set_adc_rate_Rsmp_269f98e8
> i810_audio.o: unresolved symbol unregister_sound_mixer_Rsmp_7afc9d8a
> i810_audio.o: unresolved symbol ac97_alloc_codec_Rsmp_98951e4d
> i810_audio.o: unresolved symbol unregister_sound_dsp_Rsmp_cd083b10
> i810_audio.o: unresolved symbol ac97_set_dac_rate_Rsmp_d7cbe165
> i810_audio.o: unresolved symbol ac97_release_codec_Rsmp_ec27652f
> i810_audio.o: unresolved symbol register_sound_dsp_Rsmp_ad3b0891
> i810_audio.o: unresolved symbol register_sound_mixer_Rsmp_a321a0d9
> i810_audio.o: unresolved symbol ac97_probe_codec_Rsmp_9fc40528
This happened because insmod does not check module dependencies. Other
modules must be loaded first. modprobe takes care of this.
The solution is to update your kernel (which is difficult because Red
Hat systems require NPTL kernels) or to use ALSA drivers (use the driver
snd-intel8x0).
Is this a laptop or a desktop? If the former, which one? If the
latter, what motherboard?
More information about the NMLUG
mailing list