Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
Noch mal ein Alsa-Prob
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
Mac Fly
Guru
Guru


Joined: 30 Nov 2003
Posts: 330
Location: nähe Stuttgart

PostPosted: Sat Jan 17, 2004 1:39 pm    Post subject: Noch mal ein Alsa-Prob Reply with quote

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
View user's profile Send private message
Brrakker
n00b
n00b


Joined: 20 Dec 2002
Posts: 69
Location: Hamburg

PostPosted: Sat Jan 17, 2004 11:39 pm    Post subject: Reply with quote

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
View user's profile Send private message
Mac Fly
Guru
Guru


Joined: 30 Nov 2003
Posts: 330
Location: nähe Stuttgart

PostPosted: Sun Jan 18, 2004 1:42 pm    Post subject: Reply with quote

oh, peinlich... :oops:

Besten Dank, jetzt funzt es :)
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