View previous topic :: View next topic |
Author |
Message |
Mac Fly Guru
![Guru Guru](/images/ranks/rank_rect_3.gif)
Joined: 30 Nov 2003 Posts: 330 Location: nähe Stuttgart
|
Posted: Sat Jan 17, 2004 1:39 pm Post subject: Noch mal ein Alsa-Prob |
|
|
lspci sagt mir: Code: | 00:05.0 Multimedia audio controller: nVidia Corporation nForce MultiMedia audio [Via VT82C686B] (rev a2)
00:06.0 Multimedia audio controller: nVidia Corporation nForce2 AC97 Audio Controler (MCP) (rev a1)
|
Im Kernel (2.6.0-gentoo) hab ich folgendes: Code: | <*> Sound card support
<*> Advanced Linux Sound Architecture
<M> Sequencer support
<M> Sequencer dummy client
[*] OSS API emulation
<M> OSS Mixer API
<M> OSS PCM (digital audio) API
[*] OSS Sequencer API |
Dmesg sagt mir aber folgendes: Code: | Advanced Linux Sound Architecture Driver Version 1.0.0rc2.
ALSA device list:
No soundcards found.
|
Hier noch meine ~/.asoundrc die ich nach Angaben von der ct' erstellt habe Code: | pcm.!default {
type plug
slave.pcm "dmixer"
}
pcm.dsp0 {
type plug
slave.pcm "dmixer"
}
pcm.dmixer {
type dmix
ipc_key 1024
slave {
pcm "hw:0,0"
period_time 0
period_size 1024
buffer_size 8192
#periods 128
rate 44100
}
bindings {
0 0
1 1
}
}
ctl.mixer0 {
type hw
card 0
} |
Meine Fragen nun: Wie krieg ich Alsa dazu, das er meinen Onboardsound erkennt?
Und was muss in xmms rein? Im Alsaplugin?
Denn mehr als eine Soundquelle gleichzeitig krieg ich grad nicht zum laufen...
Ich hab im Forum leider nichts passendes gefunden... |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
Brrakker n00b
![n00b n00b](/images/ranks/rank_rect_0.gif)
Joined: 20 Dec 2002 Posts: 69 Location: Hamburg
|
Posted: Sat Jan 17, 2004 11:39 pm Post subject: |
|
|
hmm..
Code: | buero linux # cat .config | grep ^CONFIG_SND
CONFIG_SND=y
CONFIG_SND_SEQUENCER=y
CONFIG_SND_OSSEMUL=y
CONFIG_SND_MIXER_OSS=y
CONFIG_SND_PCM_OSS=y
CONFIG_SND_SEQUENCER_OSS=y
CONFIG_SND_INTEL8X0=y
buero linux # |
Also eine Soundkarte solltest du aber auch auswählen sonst geht es nicht. _________________ Please make sure that you have searched for an answer to a question after reading all the relevant docs |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
Mac Fly Guru
![Guru Guru](/images/ranks/rank_rect_3.gif)
Joined: 30 Nov 2003 Posts: 330 Location: nähe Stuttgart
|
Posted: Sun Jan 18, 2004 1:42 pm Post subject: |
|
|
oh, peinlich...
Besten Dank, jetzt funzt es ![Smile :)](images/smiles/icon_smile.gif) |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
|