PDA

Archiv verlassen und diese Seite im Standarddesign anzeigen : Alsa (ja, ich habe die SuFu benutzt)



ness
16.01.05, 16:26
Ich würde gern sound zum laufen kriegen...
Im Kernel hab ich Soundkartensupport fest einkompiliert, deshalb hab ich an /etc/modules.d/alsa nix verändert...
alsa-utils hab ich emerged.
Wenn ich jetzt /etc/init.d/alsasound start eingebe, bekomme ich:
* Loading ALSA modules...
* Could not detect custom ALSA settings. Loading all detected alsa drivers.
* Unable to find any ALSA drivers. Have you compiled alsa-drivers correctly?
* Loading: snd-pcm-oss...
WARNING: Error inserting snd_timer (/lib/modules/2.6.9-gentoo-r14/kernel/sound/core/snd-timer.ko): Unknown symbol in module, or unknown parameter (see dmesg)
WARNING: Error inserting snd_pcm (/lib/modules/2.6.9-gentoo-r14/kernel/sound/core/snd-pcm.ko): Unknown symbol in module, or unknown parameter (see dmesg)
FATAL: Error inserting snd_pcm_oss (/lib/modules/2.6.9-gentoo-r14/kernel/sound/core/oss/snd-pcm-oss.ko): Unknown symbol in module, or unknown parameter (see dmesg) [ !! ]

* Loading: snd-seq...
WARNING: Error inserting snd_seq_device (/lib/modules/2.6.9-gentoo-r14/kernel/sound/core/seq/snd-seq-device.ko): Unknown symbol in module, or unknown parameter (see dmesg)
WARNING: Error inserting snd_timer (/lib/modules/2.6.9-gentoo-r14/kernel/sound/core/snd-timer.ko): Unknown symbol in module, or unknown parameter (see dmesg)
FATAL: Error inserting snd_seq (/lib/modules/2.6.9-gentoo-r14/kernel/sound/core/seq/snd-seq.ko): Unknown symbol in module, or unknown parameter (see [ !! ]

* ERROR: Failed to load necessary drivers [ ok ]
* Restoring Mixer Levels...
* No mixer config in /etc/asound.state, you have to unmute your card! [ !! ]

Ich meine, ist ja klar, alsa drivers hab ich nicht emerged, da Kernel >= 2.6.x...

Der Relevante Teil von dmesg:
Speichert dmesg nur eine bestimmte Menge von Ausgaben? dmesg | tail:
snd_timer: Unknown symbol request_module
snd_seq: Unknown symbol snd_timer_stop
snd_seq: Unknown symbol snd_request_card
snd_seq: Unknown symbol request_module
snd_seq: Unknown symbol snd_timer_close
snd_seq: Unknown symbol snd_timer_open
snd_seq: Unknown symbol snd_timer_start
snd_seq: Unknown symbol snd_timer_resolution
snd_seq: Unknown symbol snd_timer_pause
snd_seq: Unknown symbol snd_seq_device_load_drivers

Albena
16.01.05, 18:26
Wenn du hier nichts passendes gefunden hast für dein Problem, warum benutzt du dann nicht die Doku von Gentoo zu Alsa. http://www.gentoo.de/doc/de/alsa-guide.xml

Gruß Albena

ness
16.01.05, 18:35
Die hab ich mir nat. als erstes zu gemüte geführt.
Wenn ich die Stelle übersehn hab, zitier mal bitte. (Wie gesagt, ich habe Soundkartenunterstützung fest im Kernel...)

Albena
16.01.05, 18:46
Ich glaube da brauch ich nichts zu zitieren. geh nach der Anleitung vor, und es funktioniert. Kommt natürlich darauf an, ob du den Kernel mit genkernel gebacken hast, oder ob du ihn komplett selbst konfiguriert hast. Bei mir hat es mit dieser Anleitung prima geklappt. Ich bin selbst gerade dabei die letzten Sachen einzurichten.

Gruß Albena

ness
17.01.05, 13:33
Dann sag mir doch bitte, was ich vergessen habe. Ich muss keine Module automatisch laden.

xzl
17.01.05, 13:35
du hast die alsa-treiber nicht als modul kompiliert? also bist du auch nicht nach anleitung vorgegangen ;)

ness
17.01.05, 15:12
Stimmt, aber das sollte nicht das Problem sein.
Aber, in meinem Versuch was hinzubiegen, hab ich den Kernel noch man neu mit soundcardsupport als modul kompiliert...
In meiner /etc/modules.d/alsa steht jetzt:
# Alsa 0.9.X kernel modules' configuration file.
# $Header: /var/cvsroot/gentoo-x86/media-sound/alsa-utils/files/alsa-modules.con
f-rc,v 1.4 2004/11/16 01:31:22 eradicator Exp $

# ALSA portion
alias char-major-116 snd
# OSS/Free portion
alias char-major-14 soundcore

##
## 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-interwave
## 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

# Set this to the correct number of cards.
options snd cards_limit=1

alias snd-card-0 audioFühre ich nun /etc/init.d/alsasound start durch, bekomme ich:
* Loading ALSA modules...
* Loading: snd-card-0...
FATAL: Error inserting audio (/lib/modules/2.6.9-gentoo-r14/kernel/drivers/usb/class/audio.ko): Unknown symbol in module, or unknown parameter (see dmes [ !! ]

* Loading: snd-pcm-oss...
WARNING: Error inserting snd_mixer_oss (/lib/modules/2.6.9-gentoo-r14/kernel/sound/core/oss/snd-mixer-oss.ko): Unknown symbol in module, or unknown parameter (see dmesg)
WARNING: Error inserting snd_timer (/lib/modules/2.6.9-gentoo-r14/kernel/sound/core/snd-timer.ko): Unknown symbol in module, or unknown parameter (see dmesg)
WARNING: Error inserting snd_pcm (/lib/modules/2.6.9-gentoo-r14/kernel/sound/core/snd-pcm.ko): Unknown symbol in module, or unknown parameter (see dmesg)
FATAL: Error inserting snd_pcm_oss (/lib/modules/2.6.9-gentoo-r14/kernel/sound/core/oss/snd-pcm-oss.ko): Unknown symbol in module, or unknown parameter (see dmesg) [ !! ]

* Loading: snd-mixer-oss...
FATAL: Error inserting snd_mixer_oss (/lib/modules/2.6.9-gentoo-r14/kernel/sound/core/oss/snd-mixer-oss.ko): Unknown symbol in module, or unknown parameter (see dmesg) [ !! ]

* Loading: snd-seq...
WARNING: Error inserting snd_seq_device (/lib/modules/2.6.9-gentoo-r14/kernel/sound/core/seq/snd-seq-device.ko): Unknown symbol in module, or unknown parameter (see dmesg)
WARNING: Error inserting snd_timer (/lib/modules/2.6.9-gentoo-r14/kernel/sound/core/snd-timer.ko): Unknown symbol in module, or unknown parameter (see dmesg)
FATAL: Error inserting snd_seq (/lib/modules/2.6.9-gentoo-r14/kernel/sound/core/seq/snd-seq.ko): Unknown symbol in module, or unknown parameter (see dme [ !! ]

* ERROR: Failed to load necessary drivers [ ok ]
* Restoring Mixer Levels...
* No mixer config in /etc/asound.state, you have to unmute your card! [ !! ]

xzl
17.01.05, 17:14
alias snd-card-0 audio muss

alias snd-card-0 snd-via82xx heißen. außer du hast keinen onboard-via-soundchip
danach noch
#modules-update

ness
17.01.05, 19:49
* Loading ALSA modules...
* Loading: snd-card-0...
FATAL: Module snd_via82xx not found.
lspci | grep -i audio
0000:00:06.0 Multimedia audio controller: nVidia Corporation: Unknown device 00ea (rev a1)
Nur mir ist nicht klar wie ich das deuten soll? Wie finde ich heraus welches Modul ich brauche?

xzl
17.01.05, 19:57
http://www.alsa-project.org/alsa-doc/index.php?vendor=vendor-Nvidia#matrix

gugg dir das mal an vll hilfts

ness
18.01.05, 14:18
Danke, das war genau das was ich gesucht hab.

xzl
18.01.05, 18:07
wer suchet der findet :D