Am Donnerstag, 13. Februar 2003 18:45 schrieb Andreas Pakulat: > On 13.Feb 2003 - 16:54:14, Burkhard Schilling wrote: > > Am Donnerstag, 13. Februar 2003 15:05 schrieb Andreas Pakulat: > > > Normalerweise, wird das laden der Module und erzeugen der Devices von > > > einem init-Skript �bernommen: /etc/init.d/alsa > > > > > > Das ist aus dem Paket alsa-base > > > > > > Fehlt das bei dir vielleicht, bzw. fehlt der link aus dem rcX.d?! > > > > Leider ist es das nicht. Das Script ist vorhanden und es existieren Links > > f�r die runlevel 3-5. > > im Script sollte auch der Link angelegt werden. > > er tut's aber nicht > > Ich nehme mal an du bootest auch in 3-5?!
ich boote in 3 > Hast du mal das Skript angeschaut: Warum er den Link nicht erstellt? > > die alsa-base.conf hast du jawohl auch unter /etc/alsa/ oder? Und die ja # This is a configuration file for alsa-base. # Define true if you want the OSS compatibility layer # to be automatically loaded as well startosslayer=true # Define true if you want to unload alsa modules before # your system suspneds. This is currently useful if your # machine is hanged up after resume. force_stop_modules_before_suspend=false # Uncomment if you always want to stop alsa modules forcibly in # /etc/init.d/alsa stop or restart by killing all of running # applications which use sound devices. ALSA_KILL_MODE="force" > passenden Eintr�ge f�r die /etc/modules hast du unter /etc/modutils in ja, ist aus dem 0.9rc6 # Example Configuration of ALSA 0.9 for Debian GNU/Linux alias char-major-116 snd alias char-major-14 soundcore options snd major=116 cards_limit=1 device_mode=0660 device_gid=29 device_uid=0 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 alias snd-card-0 snd-maestro3 #alias snd-card-1 snd-serial #alias snd-card-2 snd-share #alias snd-card-3 snd-virmidi alias sound-slot-0 snd-card-0 alias sound-slot-1 snd-card-1 alias sound-slot-2 snd-card-2 alias sound-slot-3 snd-card-3 # You must need to add your own card setteings below. # or use alsaconf to setup in menu form. > eine Datei geschrieben? Ein Beispiel findest du unter /usr/share/doc in > einem der alsa-Verz. Eventuell musst du das ab�ndern falls es noch f�r > Alsa 0.5 oder f�r 0.9 Alsa < 0.9rc5 geschrieben ist (die haben da das > snd_ Pr�fix vor dem Treiber, bzw. bei den Optionen entfernt). > > Hoffe das hilft dir, ich h�ng mal noch die Konfig f�r meine SBAWE64Gold > > an: > | andreas@debian:~>cat /etc/modutils/alsa | grep -v ^# | grep -v ^$ > | alias char-major-116 snd > | alias snd-card-0 snd-sbawe > | alias char-major-14 soundcore > | alias sound-slot-0 snd-card-0 > | 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 > | options snd major=116 cards_limit=1 device_mode=0660 device_gid=29 > | device_uid=0 options snd-sbawe index=0 id=CARD_0 port=0x220 > | mpu_port=0x300 awe_port=0x620 irq=5 dma8=1 dma16=5 mic_agc=1 > > Andreas -- Haeufig gestellte Fragen und Antworten (FAQ): http://www.de.debian.org/debian-user-german-FAQ/ Zum AUSTRAGEN schicken Sie eine Mail an [EMAIL PROTECTED] mit dem Subject "unsubscribe". Probleme? Mail an [EMAIL PROTECTED] (engl)

