| Kemal Celebi 2005-05-26, 5:51 pm |
| hi
i thought i had got my sound system working on my laptop but a few problems
have cropped up again.
i compiled soundcore module in kernel 2.6.11.10 and then downloaded alsa
drivers from www.alsa-project.org. my soundcard is supported :
http://www.alsa-project.org/alsa-do...0&module=atiixp
however an attempt to modprobe the modules (they did not get loaded one day
from the modules.conf (yes, on debian i know that one needs to modify stuff
inside /etc/modutils and then run update-modules + also /etc/modprobe.d --
quick question why would there be 2 config files for the same task - aint
that confusing ??).
i recompiled alsa driver,libs and utils following instructions on that url
above *to the letter*.
loaded modules before modprobe :
Module Size Used by
ipv6 265088 10
pcmcia_core 53024 0
ipt_state 2944 33
ipt_REJECT 7936 4
ipt_limit 3584 6
ipt_LOG 8448 6
ip_conntrack_ftp 74384 0
ip_conntrack 56520 2 ipt_state,ip_conntrack_ftp
iptable_filter 4096 1
ip_tables 27648 5
ipt_state,ipt_REJECT,ipt_limit,ipt_LOG,i
ptable_filter
ehci_hcd 34440 0
ohci_hcd 23304 0
8139too 27008 0
ohci1394 36740 0
reiserfs 251376 2
soundcore 11616 0
snd_page_alloc 11140 0
genrtc 10908 0
modprobe fails again with this junk :
/usr/src/alsa-utils-1.0.8# modprobe snd-atiixp;modprobe
snd-pcm-oss;modprobe snd-mixer-oss;modprobe snd-seq-oss
WARNING: Error inserting snd
(/lib/modules/2.6.11.10/kernel/sound/acore/snd.ko): Unknown symbol in
module, or unknown parameter (see dmesg)
WARNING: Error inserting snd_timer
(/lib/modules/2.6.11.10/kernel/sound/acore/snd-timer.ko): Unknown symbol in
module, or unknown parameter (see dmesg)
WARNING: Error inserting snd_pcm
(/lib/modules/2.6.11.10/kernel/sound/acore/snd-pcm.ko): Unknown symbol in
module, or unknown parameter (see dmesg)
WARNING: Error inserting snd_ac97_codec
(/lib/modules/2.6.11.10/kernel/sound/pci/ac97/snd-ac97-codec.ko): Unknown
symbol in module, or unknown parameter (see dmesg)
FATAL: Error inserting snd_atiixp
(/lib/modules/2.6.11.10/kernel/sound/pci/snd-atiixp.ko): Unknown symbol in
module, or unknown parameter (see dmesg)
WARNING: Error inserting snd
(/lib/modules/2.6.11.10/kernel/sound/acore/snd.ko): Unknown symbol in
module, or unknown parameter (see dmesg)
WARNING: Error inserting snd_mixer_oss
(/lib/modules/2.6.11.10/kernel/sound/acore/oss/snd-mixer-oss.ko): Unknown
symbol in module, or unknown parameter (see dmesg)
WARNING: Error inserting snd_timer
(/lib/modules/2.6.11.10/kernel/sound/acore/snd-timer.ko): Unknown symbol in
module, or unknown parameter (see dmesg)
WARNING: Error inserting snd_pcm
(/lib/modules/2.6.11.10/kernel/sound/acore/snd-pcm.ko): Unknown symbol in
module, or unknown parameter (see dmesg)
FATAL: Error inserting snd_pcm_oss
(/lib/modules/2.6.11.10/kernel/sound/acore/oss/snd-pcm-oss.ko): Unknown
symbol in module, or unknown parameter (see dmesg)
WARNING: Error inserting snd
(/lib/modules/2.6.11.10/kernel/sound/acore/snd.ko): Unknown symbol in
module, or unknown parameter (see dmesg)
FATAL: Error inserting snd_mixer_oss
(/lib/modules/2.6.11.10/kernel/sound/acore/oss/snd-mixer-oss.ko): Unknown
symbol in module, or unknown parameter (see dmesg)
WARNING: Error inserting snd
(/lib/modules/2.6.11.10/kernel/sound/acore/snd.ko): Unknown symbol in
module, or unknown parameter (see dmesg)
WARNING: Error inserting snd_seq_device
(/lib/modules/2.6.11.10/kernel/sound/acore/seq/snd-seq-device.ko): Unknown
symbol in module, or unknown parameter (see dmesg)
WARNING: Error inserting snd_timer
(/lib/modules/2.6.11.10/kernel/sound/acore/snd-timer.ko): Unknown symbol in
module, or unknown parameter (see dmesg)
WARNING: Error inserting snd_seq
(/lib/modules/2.6.11.10/kernel/sound/acore/seq/snd-seq.ko): Unknown symbol
in module, or unknown parameter (see dmesg)
WARNING: Error inserting snd_seq_midi_event
(/lib/modules/2.6.11.10/kernel/sound/acore/seq/snd-seq-midi-event.ko):
Unknown symbol in module, or unknown parameter (see dmesg)
FATAL: Error inserting snd_seq_oss
(/lib/modules/2.6.11.10/kernel/sound/acore/seq/oss/snd-seq-oss.ko): Unknown
symbol in module, or unknown parameter (see dmesg)
i have not changed my kernel config from the time sound was working. what
happened ?
KC
|