PDA

Archiv verlassen und diese Seite im Standarddesign anzeigen : Alsa Problem



PowerMax
17.04.03, 22:51
Hi Leute,

habe mir heute nen neuen Kernel kompiliert und habe nun ein Problem mit Alsa, musste es ja logischerweise neu kompilieren, und nun kommt folgender Fehler bei starten:

* Initialising ALSA....
* Starting sound driver: snd-cmipci /lib/modules/2.4.20-gentoo-r2/kernel/sound/acore/snd.o: unresolved symbol _mmx_memcpy
/lib/modules/2.4.20-gentoo-r2/kernel/sound/acore/snd.o: insmod /lib/modules/2.4.20-gentoo-r2/kernel/sound/acore/snd.o failed
/lib/modules/2.4.20-gentoo-r2/kernel/sound/acore/snd.o: insmod snd-cmipci failed

und wenn ich ein depmod mache bekomme ich folgende ausgabe:
depmod: *** Unresolved symbols in /lib/modules/2.4.20-gentoo-r2/kernel/sound/acore/oss/snd-pcm-oss.o
depmod: *** Unresolved symbols in /lib/modules/2.4.20-gentoo-r2/kernel/sound/acore/seq/oss/snd-seq-oss.o
depmod: *** Unresolved symbols in /lib/modules/2.4.20-gentoo-r2/kernel/sound/acore/seq/snd-seq-midi-event.o
depmod: *** Unresolved symbols in /lib/modules/2.4.20-gentoo-r2/kernel/sound/acore/seq/snd-seq.o
depmod: *** Unresolved symbols in /lib/modules/2.4.20-gentoo-r2/kernel/sound/acore/snd-pcm.o
depmod: *** Unresolved symbols in /lib/modules/2.4.20-gentoo-r2/kernel/sound/acore/snd-rawmidi.o
depmod: *** Unresolved symbols in /lib/modules/2.4.20-gentoo-r2/kernel/sound/acore/snd.o
depmod: *** Unresolved symbols in /lib/modules/2.4.20-gentoo-r2/misc/fxusb.o

zudem ich nicht weiss wo das letzte (fxusb.o) herkommt, weil ich keine usb unterstützung im Kernel aktiviert habe.

Soundkartenunterstützung habe ich als Modul im Kernel, daran kanns also auch nich liegen!

Hier ist noch meine /etc/modules.d/alsa:

# Alsa 0.9.X kernel modules' configuration file.
# $Header: /home/cvsroot/gentoo-x86/media-sound/alsa-driver/files/alsa-modules.conf-rc,v 1.1 2002/12/21 06:31:52 agenkin Exp $

# ALSA portion
alias char-major-116 snd
options snd snd_major=116 snd_cards_limit=1

##
## IMPORTANT:
## You need to customise this section for your specific sound card(s)
## and then run `update-modules' command.
## Read alsa-driver's INSTALL file in /usr/share/doc for more info.
##
## ALSA portion
alias snd-card-0 snd-cmipci
## alias snd-card-1 snd-ens1371
## OSS/Free portion
## alias sound-slot-0 snd-card-0
## alias sound-slot-1 snd-card-1
##

# OSS/Free portion - card #1
## alias sound-service-0-0 snd-mixer-oss
## alias sound-service-0-1 snd-seq-oss
## alias sound-service-0-3 snd-pcm-oss
## alias sound-service-0-8 snd-seq-oss
## alias sound-service-0-12 snd-pcm-oss
## OSS/Free portion - card #2
## alias sound-service-1-0 snd-mixer-oss
## alias sound-service-1-3 snd-pcm-oss
## alias sound-service-1-12 snd-pcm-oss

alias /dev/mixer snd-mixer-oss
alias /dev/dsp snd-pcm-oss
alias /dev/midi snd-seq-oss

danke für eure Hilfe...

Columbo0815
18.04.03, 09:42
Moin,
hast du auch die neuen modutils installiert? Die bekommst du zB auf www.kernel.org
Gruß Columbo