Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
alsa: die module gibt es nicht..
View unanswered posts
View posts from last 24 hours
View posts from last 7 days

 
Reply to topic    Gentoo Forums Forum Index Deutsches Forum (German)
View previous topic :: View next topic  
Author Message
haarbi
Tux's lil' helper
Tux's lil' helper


Joined: 19 Jul 2003
Posts: 85
Location: Hamburg

PostPosted: Sun Jul 20, 2003 10:11 am    Post subject: alsa: die module gibt es nicht.. Reply with quote

Noch ein Alsaproblem (dessen Lösung ich leider nicht finden konnte...):

Die ganzen Module (snd-pcm-oss snd-mixer-oss und wie sie alle heißen mögen) Fehlen.

Habe alsa-driver-0.9.4, alsa-tools-0.9.1 und alsa-utils-0.9.2 installiert.

Im Ordner /lib/modules/2.4.20-gentoo-r5/kernel/drivers/sound sind nur folgende Module vorhanden:
ac97_codec.o sound.o soundcore.o uart401.o via82cxxx_audio.o.
Mehr nicht, auch kein Ordner o.ä. .
Dateien in /dev/sound:
audio dspW sequencer sequencer2 .
(also auch kein /dev/sound/mixer da)

lsmod gibt folgendes aus:
bash-2.05b# lsmod
Module Size Used by Not tainted
ac97_codec 11080 0
sound 59572 0
soundcore 4164 2 [sound]
usbmouse 2296 0 (unused)
hid 19492 0 (unused)
uhci 27248 0 (unused)
usbcore 64992 1 [usbmouse hid uhci]
keybdev 2080 0 (unused)
mousedev 4372 1
input 3648 0 [usbmouse hid keybdev mousedev]

USE in /etc/make.profile/make.defaults:
USE="alsa x86 oss 3dnow apm arts avi berkdb crypt cups encode foomaticdb gdbm gif gpm gtk imlib
java jpeg kde gnome libg++ libwww mad mikmod mmx motif mpeg ncurses nls oggvorbis
opengl pam pdflib png python qt quicktime readline sdl slang spell ssl
svga tcpd truetype X xml2 xmms xv zlib"

leider kann ich wie gesagt im Forum und etlichen FAQs nichts finden (vielleicht bin ich auch nur zu müde :? ...aber vielleicht weiss ja jemand rat.
Back to top
View user's profile Send private message
MasterOfMagic
l33t
l33t


Joined: 20 Aug 2002
Posts: 677
Location: Vienna, Austria

PostPosted: Sun Jul 20, 2003 12:21 pm    Post subject: Reply with quote

du fährst mit kernel soundtreibern und nicht mit alsa. setz im kernel nur CONFIG_SOUND=m den rest im kernel was soundunterstützung angeht lässt du ausgeschalten. dann installierst du noch mal das paket alsa-driver und alsa-libs wäre sicher auch kein fehler wenn du das installierst.

ein
Code:
lsmod


liefert bei mir für sound folgendes:

Quote:

Module Size Used by Tainted: P
snd-pcm-oss 40196 0 (autoclean)
snd-mixer-oss 13848 0 (autoclean) [snd-pcm-oss]
snd-intel8x0 19876 0
snd-ac97-codec 37888 0 [snd-intel8x0]
snd-pcm 64640 0 [snd-pcm-oss snd-intel8x0]
snd-timer 15688 0 [snd-pcm]
snd-page-alloc 5228 0 [snd-intel8x0 snd-pcm]
snd-mpu401-uart 3808 0 [snd-intel8x0]
snd-rawmidi 14720 0 [snd-mpu401-uart]
snd-seq-device 4416 0 [snd-rawmidi]
snd 31524 0 [snd-pcm-oss snd-mixer-oss snd-intel8x0 snd-ac97-codec snd-pcm snd-timer snd-mpu401-uart snd-rawmidi snd-seq-device]
soundcore 3972 4 [snd]


ein

Code:
find /lib/modules -name snd*


liefert bei mir

Quote:

/lib/modules/2.4.20-gentoo-r5/kernel/sound/acore/snd-page-alloc.o
/lib/modules/2.4.20-gentoo-r5/kernel/sound/acore/snd-pcm.o
/lib/modules/2.4.20-gentoo-r5/kernel/sound/acore/snd-rawmidi.o
/lib/modules/2.4.20-gentoo-r5/kernel/sound/acore/snd-timer.o
/lib/modules/2.4.20-gentoo-r5/kernel/sound/acore/snd.o
/lib/modules/2.4.20-gentoo-r5/kernel/sound/acore/oss/snd-mixer-oss.o
/lib/modules/2.4.20-gentoo-r5/kernel/sound/acore/oss/snd-pcm-oss.o
/lib/modules/2.4.20-gentoo-r5/kernel/sound/acore/seq/snd-seq-device.o
/lib/modules/2.4.20-gentoo-r5/kernel/sound/acore/seq/snd-seq-dummy.o
/lib/modules/2.4.20-gentoo-r5/kernel/sound/acore/seq/snd-seq-midi-event.o
/lib/modules/2.4.20-gentoo-r5/kernel/sound/acore/seq/snd-seq-midi.o
/lib/modules/2.4.20-gentoo-r5/kernel/sound/acore/seq/snd-seq.o
/lib/modules/2.4.20-gentoo-r5/kernel/sound/acore/seq/oss/snd-seq-oss.o
/lib/modules/2.4.20-gentoo-r5/kernel/sound/drivers/mpu401/snd-mpu401-uart.o
/lib/modules/2.4.20-gentoo-r5/kernel/sound/pci/snd-intel8x0.o
/lib/modules/2.4.20-gentoo-r5/kernel/sound/pci/ac97/snd-ac97-codec.o


mfg
masterofmagic
_________________
Gentoo 1.4
Kernel 2.4.24
KDE 3.1.5
Back to top
View user's profile Send private message
haarbi
Tux's lil' helper
Tux's lil' helper


Joined: 19 Jul 2003
Posts: 85
Location: Hamburg

PostPosted: Sun Jul 20, 2003 4:27 pm    Post subject: Reply with quote

hast recht, nu sind sie da :).
TNX!!



(...aber den löffel gibt es nicht :lol: )
_________________
-- Raider heißt jetzt Twix --
Back to top
View user's profile Send private message
halfbrain
n00b
n00b


Joined: 09 Jul 2003
Posts: 6

PostPosted: Sun Jul 20, 2003 6:01 pm    Post subject: Reply with quote

Man kann nur immer wieder ermuntern erstmal unter http://www.gentoo.org/doc nachzuschauen für.....naja, ich würde sagen......einfach alles, mittlerweile ist da ja echt eine ganz ansehnliche Menge an Doku's.

halfbrain :)
Back to top
View user's profile Send private message
haarbi
Tux's lil' helper
Tux's lil' helper


Joined: 19 Jul 2003
Posts: 85
Location: Hamburg

PostPosted: Sun Jul 20, 2003 6:57 pm    Post subject: Reply with quote

da kanns auch noch so viele docs geben...was nicht drinsteht, steht halt nicht drin :?
_________________
-- Raider heißt jetzt Twix --
Back to top
View user's profile Send private message
halfbrain
n00b
n00b


Joined: 09 Jul 2003
Posts: 6

PostPosted: Sun Jul 20, 2003 7:02 pm    Post subject: Reply with quote

Hmm, kann sein dass ich jetzt voll auf'm falschen Dampfer bin, aber ich denk dein Problem war, dass du den Kernelsound einkompiliert hattest - und dass du den erst wegmachen musst steht in o. g. Doku ;)

(der hoffentlich auf dem richtigen Schiff sitzende) halfbrain :)
Back to top
View user's profile Send private message
haarbi
Tux's lil' helper
Tux's lil' helper


Joined: 19 Jul 2003
Posts: 85
Location: Hamburg

PostPosted: Sun Jul 20, 2003 8:36 pm    Post subject: Reply with quote

hey ich hab nur 2 Stunden geschlafen also fang ich erst in der Mitte an zu lesen damits nicht zu anstrengend wird 8)
_________________
-- Raider heißt jetzt Twix --
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Deutsches Forum (German) All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum