LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Hardware (https://www.linuxquestions.org/questions/linux-hardware-18/)
-   -   ATIIXP & ALSA & DMix help needed (mplayer & xmms audio same time) (https://www.linuxquestions.org/questions/linux-hardware-18/atiixp-and-alsa-and-dmix-help-needed-mplayer-and-xmms-audio-same-time-446651/)

Angelus 05-20-2006 05:52 AM

ATIIXP & ALSA & DMix help needed (mplayer & xmms audio same time)
 
Does anybody have script for this.
Now if I play music in xmms, mplayer and other audio gets blocked because soundcard is in use. :scratch:

http://www.alsa-project.org/alsa-doc...&module=atiixp

This script doesn't work:
Code:

    pcm.!default {
        type plug
        slave.pcm "dmixer"
    }

 
    pcm.dmixer  {
        type dmix
        ipc_key 1024
        slave {
            pcm "hw:1,0"
            period_time 0
            period_size 1024
            buffer_size 4096
            rate 44100
        }
        bindings {
            0 0
            1 1
        }
    }
 
    ctl.dmixer {
        type hw
        card 0
  }


PTrenholme 05-20-2006 08:32 AM

Do you use KDE? There's a setting in the hardware tab of the sound configuration app for "full duplex" which sometimes helps. (But not, I think, very often.)

Angelus 05-20-2006 05:37 PM

Quote:

Originally Posted by PTrenholme
Do you use KDE? There's a setting in the hardware tab of the sound configuration app for "full duplex" which sometimes helps. (But not, I think, very often.)

Yes I use KDE, but I don't use shi*ty arts.

Angelus 05-25-2006 04:34 AM

Does anybody know?
I use kernel 2.6.16.17 and the newest alsa 1.0.11 lib, lib-plugins, utilities and oss pack from http://www.alsa-project.org/

Angelus 05-28-2006 03:21 AM

could any of you guru dudes help me ? :|

Angelus 06-07-2006 12:50 AM

Problem solved! :)

jbjan 06-22-2006 03:10 AM

How did you solve it?

Angelus 06-23-2006 06:05 AM

Quote:

Originally Posted by jbjan
How did you solve it?

I just removed my .asoundrc files and asound.conf blabla. :)
And then I selected in xmms and gmplayer sound device "driver default" instead of "hw=0.0" :D


All times are GMT -5. The time now is 10:04 AM.