LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Hardware (https://www.linuxquestions.org/questions/linux-hardware-18/)
-   -   ALSA Problem (Fedora 3) (https://www.linuxquestions.org/questions/linux-hardware-18/alsa-problem-fedora-3-a-324716/)

Ian_Hawdon 05-18-2005 11:53 AM

ALSA Problem (Fedora 3)
 
hi,

when i am using alsa on a NVIDIA nForce 3 in FC3 i can only use one aplication at a time.

If kde used sound (in aRts) i cant use XINE at all (the volume is muted and cant be raised!)

here is my .asoundrc file:

Code:

#/etc/asound.conf start:
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
  rate 44100
  }
 bindings {
  0 0
  1 1
  }
  }

ctl.dmixer {
  type hw
  card 0
  }
#end.



All times are GMT -5. The time now is 02:50 AM.